On Feb 12, 2010, at 8:40 PM, Jason wrote:

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:

[...]

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?

Have you tried indenting the admonition so it is part of the list element to which it relates?

Test
====

1. List item

2. List item

3. List item

   .. note::

      Note text here

4. List item

5. List item

Doug

--
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to