Hi,
I want to write a book using Sphinx and I'm using the latexpdf target for
PDF output with scrbook as docclass like this in conf.py:
latex_elements = {
...
'maketitle': r'''
\uppertitleback{
This work is licensed under a Creative Commons\\
Attribution-NonCommercial-ShareAlike 3.0 Unported License
}
\maketitle
''',
}
latex_docclass = {
'manual': 'scrbook',
}
Unfortunately this didn't work as expected, so I looked around and found in
venv/lib/python2.7/site-packages/sphinx/texinputs/sphinxmanual.cls a
\renewcommand{\maketitle}.
After fiddling around a little bit, the only solution I came up with was to
comment out the \renewcommand and then it worked as I expected.
My question: is there an easier way to get the \maketitle from scrbook
working.
Thanks,
Mathias
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.