You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
#687 adds the capacity to auto-build each document for a project as an individual pdf file.However currently the resultant pdf is like a mini book format (using the default latex writer included in sphinx). We will need to work on more concise page layouts hopefully using LaTeX templates as being worked on in #586 to be more like this example
Describe the solution you'd like
Develop a default LaTeX template which could be used to produce a more concise pdf files.
Describe alternatives you've considered
Write a custom sphinx.translator but hopefully this can be avoided.
Additional context
One use case for the jb build <folder> --builder=pdflatex --individualpages command is to build pdf via latex to support pdf downloads for html sites.
The text was updated successfully, but these errors were encountered:
I think consistency is probably the best approach where:
Case 1 build using a project type LaTeX theme (book)
Case 2 build using a single page style LaTeX theme (singlepage)
Alternative: would be if a <file> is specified to use the singlepage LaTeX theme. My concern with Case 2 above is the --individualpages flag is not really built with <file> in mind.
Is your feature request related to a problem? Please describe.
#687 adds the capacity to auto-build each document for a project as an individual pdf file.However currently the resultant pdf is like a mini book format (using the default latex writer included in sphinx). We will need to work on more concise page layouts hopefully using LaTeX templates as being worked on in #586 to be more like this example
Describe the solution you'd like
Develop a default LaTeX template which could be used to produce a more concise
pdf
files.Describe alternatives you've considered
Write a custom
sphinx.translator
but hopefully this can be avoided.Additional context
One use case for the
jb build <folder> --builder=pdflatex --individualpages
command is to buildpdf
vialatex
to supportpdf
downloads forhtml
sites.The text was updated successfully, but these errors were encountered: