Hi!

Is there a "sane" way to remove blank pages from pdf documents?

Thread [1] on this list suggests to use::

    latex_elements = {
        'classoptions': ',oneside',
    }

I also did not find an option for this in the Sphinx docs [2].

Currently I use a really ugly hack in conf.py::

    latex_font_size = '10pt,oneside'

[1] 
http://groups.google.com/group/sphinx-dev/browse_thread/thread/ee301b14175ad5bb/f68341b9dd921d24
[2] http://sphinx.pocoo.org/config.html#options-for-latex-output

Kind regards,

  Felix Hummel

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to