-
Notifications
You must be signed in to change notification settings - Fork 492
Couple of improvements for generated PDF #1342
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
Comments
The |
xref: JuliaDocs/Documenter.jl#1342 fix 1. & 2.
I've done some experimenting, see https://github.com/inkydragon/Julia-LaTeX-doc. Instead of submitting a pull request, I put them in a separate project. I also made a title page design, which imitates the https://julialang.org/. |
Right now, it is all part of Documenter, and applies to all projects. So we would need to have some capabilities that extend Documenter to allow for this. |
That looks really good. A bunch of the (general) style fixes (e.g. the TOC numbers, not doing the left/right page thing) should be incorporated into Documenter I'd say. Stuff that is specific to the Julia manual I would put into the Julia repository. LaTeXWriter would need to be extended a little bit to support the logo and background image on the title page. But it does not have to be super sophisticated / generic. Something like being able to override the raw LaTeX source of the title page in the |
Ref: JuliaDocs#1342 1. Use the `oneside` option of the memoir class, which is better for reading on a screen and anything that isn't a bound book. 2. For now hardcode ToC depth to section. 3. Clear page after the title.
Ref: #1342 1. Use the `oneside` option of the memoir class, which is better for reading on a screen and anything that isn't a bound book. 2. For now hardcode ToC depth to section. 3. Clear page after the title.
Yes, this is done, and we decided to leave the depth as is. |
In the PDF of the Julia manual (and presumably all PDFs), it would be nice to have:
Related: JuliaLang/julia#35495
The text was updated successfully, but these errors were encountered: