This fix does not work with Sphinx v1.1.2 (documentclass: howto). When
changing the preamble in conf.py to
latex_elements = {
#...
'preamble': '''%
\pagestyle{plain}
\pagenumberstyle{arabic}
''',
}
then this error results from "make latexpdf"
! Undefined control sequence.
l.15 \pagenumberstyle
{arabic}
?
I want arabic numbers in the TOC and page numbers on the following pages.
How to do this?
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sphinx-dev/-/kn2PNVHINi0J.
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.