232 |
% this is for when one uses pdflatex and therefore needs to load pdf |
% this is for when one uses pdflatex and therefore needs to load pdf |
233 |
% figures into \includegraphics |
% figures into \includegraphics |
234 |
\ifpdf |
\ifpdf |
235 |
\DeclareGraphicsExtensions{.pdf} % this command defined in graphicx |
\DeclareGraphicsExtensions{.pdf,.png} % this command defined in graphicx |
236 |
\pdfcompresslevel=9 % 0: no compression, 9: highest compression |
\pdfcompresslevel=9 % 0: no compression, 9: highest compression |
237 |
% or, set compress_level 9 in file pdftex.cfg |
% or, set compress_level 9 in file pdftex.cfg |
238 |
\else |
\else |