On 2009-04-15, Maxim Khitrov wrote:
> On Tue, Apr 14, 2009 at 5:29 AM, Guenter Milde wrote:
>> On 2009-04-09, Maxim Khitrov wrote:
>>> On Thu, Apr 9, 2009 at 3:30 PM, Georg Brandl <[email protected]> wrote:
>>> Actually, it looks like the value should be ',openany'. Without that
>>> comma, I get this at the top of the index.tex file:
>>> \documentclass[letterpaper,10ptopenany]{manual}
>>> Once the comma is added, empty pages between chapters are removed :).
>>> There are still blank pages around contents, but I guess that makes
>>> sense when printing this out. Thanks for your help!
...
> With openany, there are two blank pages just before and after
> the table of contents.
After unsuccessfully searching CTAN for documentation of a "manual"
class, I found it to be a Python-special with a all too generic
name (here located in /usr/lib/python2.5/doc/texinputs/manual.cls).
Also, it loads the 'report' standard LaTeX documentclass with the
"openright" option hard-coded::
% Change the options here to get a different set of basic options, but only
% if you have to. Paper and font size should be adjusted in pypaper.sty.
%
\loadclass[...@paper,\...@ptsize,twoside,openright]{report}
Günter
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---