Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does the size of the PDF fluctuate between 5 MB and 11 MB? #623

Closed
HighCommander4 opened this issue Feb 19, 2016 · 2 comments
Closed

Comments

@HighCommander4
Copy link

The PDFs for N3690, N3797, N3936, and N4527 (as downloaded from http://www.open-std.org/jtc1/sc22/wg21) are a little over 5 MB in size.

For N4140, N4296, N4433, and N4567, they are a little over 11 MB.

Why is the size of the generated PDF fluctuating in this way?

@zygoloid
Copy link
Member

The cause is that different versions of pdflatex have different defaults for PDF compression :( We should see if there's some way to control this from within the .tex file.

@jensmaurer
Copy link
Member

Change 0ba0338 added

\pdfminorversion=5
\pdfcompresslevel=9
\pdfobjcompresslevel=2

to std.tex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants