-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 06.03.13 16:50, schrieb Uwe Ziegenhagen:
> How can I set the used documentclass in the LaTeX module? The
> manual (http://sphinx-doc.org/config.html#latex-options) says I
> should not override 'docclass' but gives no hint to do it the right
> way.

For example in conf.py:

latex_elements = {
    'pointsize':'10pt',
    'docclass':'scrbook'
    }

This will result in something like this in the .tex-file:

\def\sphinxdocclass{scrbook}
\documentclass[a4paper,10pt,ngerman]{sphinxmanual}


juh

- -- 
Demeter and the Commons of Being
http://www.amazon.com/dp/B00BGPS26W
Speculative essay against loss of ancestry and the arrogation of property
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlE9ynoACgkQPUzUEFbILMQy6ACfUJ8whJBGdRdqc479HjkkoG+I
l0YAnj3NmEssUQ+uXW+SUzW+qaoaA200
=zhTI
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To post to this group, send email to sphinx-users@googlegroups.com.
Visit this group at http://groups.google.com/group/sphinx-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to