I think I've exhausted this -
I'm trying to set the latex output size to something for a book,
specifically 7in x 9.25in.
Looking at config, I see the following blocks to doing this with / in the
document:
- latex_elements { papersize } takes only letterpaper, or a4paper.
In sphinx/texinputs/sphinx.sty, I found comments on how to setup for other
sizes ("comment this out"; the comment values didn't work, but I found what
did), but now there seems to be another block:
- latex_elements { preamble } sets the paperwidth and paperheight values
too late (after sphinx.sty);
more to the point: these seem to need to be set within sphinx.sty;
- templates_path doesn't catch texinput files (like sphinx.sty)
and there doesn't seem to be any way to overload or extend the
sphinx/texinputs.
Suggestions?
Thank you,
Yarko
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---