Maxim Khitrov schrieb:
> Hello all,
>
> When using the 'manual' latex documentclass, the resulting pdf
> documents have blank pages added after contents and at the end of
> every chapter. Is there any way to remove those? As an alternative, is
> it possible to use the 'howto' class, but have each chapter begin on a
> new page?
If you use the LaTeX classoption "oneside" that should be possible for manual.
Use
latex_elements = {
'classoptions': 'oneside',
}
in conf.py.
cheers,
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
-~----------~----~----~----~------~----~------~--~---