hey guys..
it seems I celebrate too early..
with the suggestion of the .. raw:: latex role I can improve a lot of
things, so thanks!
But I have another problem/question:
in the **conf.py** I have specified that the final result should be
compiled as a book:
latex_documents = [
('index', 'project.tex', u'project User Manual',
u'project', 'book'),
]
but in this way I cannot forse the index page to have roman numbers and
each chapter arabic ones.
I can solve by replacing book with manual:
latex_documents = [
('index', 'project.tex', u'project User Manual',
u'project', 'manual'),
]
but the question is: why one cannot force the page number style with the
books?
Thanks again
--
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.