Add a setting for writing PDF files in a more compact way#72
Add a setting for writing PDF files in a more compact way#72laurmaedje merged 37 commits intotypst:mainfrom
Conversation
|
I think this should be ready now. The only thing I'm unsure about is that you can't do I've tested it by compiling my thesis with this. Size drops from 4.3MB to 4.1MB, and no viewers seems to have trouble reading the PDF. I've also verified that there are no regressions when |
Since Otherwise I don't have much to say, LGTM! |
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
# Conflicts: # src/chunk.rs
Also add `with_settings_and_capacity` after all. It does not hurt and the with_settings + reserve route can incur an extra allocation.
|
Thank you! |

No description provided.