Lauro Moura schrieb:
> Is it possible to configure the latex builder to place documentclass
> options like openany and others instead of the default ones?
> 
> The problem is that I have a report with many small chapters (1 page)
> and the fncychap package makes every chapter start in odd pages.

Yes, if you use 0.5.x, you can set the following in your conf.py:

latex_elements = {
   # ... other elements you might have
   'classoptions': ',openany',
}

(Note the leading comma.)

Georg

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to