Windows XP, Python 2.6.4, Sphinx 0.6.4
I am currently struggling with an issue where numbered lists do not
continue in latex output when interrupted by an admonition. For
example, I have the following test:
.. {Begin}----------
Test
====
1. List item
2. List item
3. List item
.. note::
Note text here
4. List item
5. List item
.. {End}----------
The output that I am receiving is the following
1. List item
2. List item
3. List item
Note: Note text here
1. List item
2. List item
This issue seems to be tied to sphinx only because I can use rst2latex
on the same file, and the numbering is correct. Is there a workaround?
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
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.