-
Notifications
You must be signed in to change notification settings - Fork 8
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
Depreciate pagination.py #10
Comments
I wrote I would prefer this to an image file since LaTeX typesetting is customized for dimensions - so I see no benefit in having an image which I could technically print at whatever size/resolution I wanted. I do however, see a disadvantage with having to worry about where the image gets placed on the page, whether the printer scales it, etc. This is not the case if I can just output an a4 (or maybe a3) document. I do agree, however, that |
…document is now broken down into _latex_documentclass, _latex_preamble and _latex_template where the user can replace these with keyword arguments.
By default, the .pdf image produces by render can (at least on my system) be printed with a 'scale=100%' to a4/a3 paper. Having an image is in my mind more flexible, since the image can be included in a html page or office-like-document. But, I made some changes, so that the latex preamble is more easily customisable, so outputting a a4 page should now be trivial. |
Hi, @TheChymera I just wrote render.py as a replacement for pagination.py. It does not do exactly the same thing, and is not syntax-compatible. Instead of producing an a4 document, it creates a 'standalone' minimal image file, which I personally find more usefull.
Feel free to improve render.py, I am not currently using it in any projects, so do not worry about backward-compatibility.
Are there any features of pagination.py that you would like to see in render.py?
Can we remove pagination.py?
The text was updated successfully, but these errors were encountered: