diff options
Diffstat (limited to 'math/R/files/patch-doc__manual__refman.top')
-rw-r--r-- | math/R/files/patch-doc__manual__refman.top | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/math/R/files/patch-doc__manual__refman.top b/math/R/files/patch-doc__manual__refman.top new file mode 100644 index 000000000000..9d239cbd25f1 --- /dev/null +++ b/math/R/files/patch-doc__manual__refman.top @@ -0,0 +1,33 @@ +--- doc/manual/refman.top.orig 2011-11-23 12:21:46.000000000 -0500 ++++ doc/manual/refman.top 2011-11-23 12:22:31.000000000 -0500 +@@ -4,18 +4,18 @@ + + %% Set PDF 1.5 and compression, including object compression + %% Needed for MiKTeX -- most other distributions default to this +-\ifx\pdfoutput\undefined +-\else +- \ifx\pdfoutput\relax +- \else +- \ifnum\pdfoutput>0 +- % PDF output +- \pdfminorversion=5 +- \pdfcompresslevel=9 +- \pdfobjcompresslevel=2 +- \fi +- \fi +-\fi ++%%\ifx\pdfoutput\undefined ++%%\else ++%% \ifx\pdfoutput\relax ++%% \else ++%% \ifnum\pdfoutput>0 ++%% % PDF output ++%% \pdfminorversion=5 ++%% \pdfcompresslevel=9 ++%% \pdfobjcompresslevel=2 ++%% \fi ++%% \fi ++%%\fi + + \makeatletter + \renewcommand\@pnumwidth{2.05em} % over 1000 pages |