On Thu, Dec 2, 2010 at 16:08, Lennart Regebro <rege...@gmail.com> wrote:
> In LaTeX. It seems so, but I thought the sphinx classes was based on
> the 'book' class, which should support it...

Apparently there are more than one "class" involved here, as shown here:

    \def\sphinxdocclass{report}
    \documentclass[letterpaper,11pt,english]{sphinxcustom}

Now, if you want to change the sphinxdocclass, you change
latex_docclass in the config.py. (Logical, eh?)
Then it complains that my sphinxcustom class doesn't implement
sphinxcustom (weirdly it doesn't complain about that before).
And after changing that you get an error:

    LaTeX Error: \endabstract undefined.

So obviously you can't use "book", but *must* use "report". Or
something. I don't know, LaTeX is a mess, and Sphinx on top of it
doesn't help. Both the world of LaTeX and Sphinx support for it should
be simplified. Maybe I'll work on that if I ever write a second book.
:-)

-- 
Lennart Regebro: http://regebro.wordpress.com/
Python 3 Porting: http://python3porting.com/
+33 661 58 14 64

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