Hi,

* chrisharris_bc_ca <charri...@gmail.com> [09.09.2012 18:30]:
> Hi, I am starting to learn and use Sphinx for documentation and I have some 
> errors that I cannot iron out.
> 
> These are the errors all by latexpdf:
> 
> 1. 'Chapter' becomes 'Section'. How to ?

This depends on whether you have selected "manual" or "howto" in your project's
``conf.py``-file. Asure you have two lines like::

        latex_documents = [
          ('index', 'output-name.tex', u'project name',
          u'author name', 'manual'),
        ]

> 2. No reference to version anywhere (specifically header/footers).

References to project name and version are inserted automatically when you
choose ``manual`` as latex output format.

> 3. All pages are right-side pages so the header/footer needs to maintain 
> right-side alignment.

See above.

> 4. When an email address is contained in a paragraph, then a duplicate of 
> this address appears in the footnotes.  This is not needed when the email 
> text is clear in the paragraph.  How to disable this having footnotes via 
> [#]_ remain in tact?

Can you post a quick example please?


Greetings,

Bernhard


Attachment: signature.asc
Description: Digital signature

Reply via email to