On 2013-06-05, Denis Sidorov wrote: > [-- Type: text/plain, Encoding: --]
> Is it possible to make auto-enumerated list like > 1. Point 1 > 1.1. Point 1.1 > 2. Point 2 Nested numbers in ordered lists (enumerations) are possible with a custom style to the list. For HTML/CSS, there are prepared CSS rules in the stylesheet of the "html-strict" writer (in the Docutils sandbox). http://docutils.sourceforge.net/sandbox/html4strict/ http://docutils.sourceforge.net/sandbox/html4strict/html4strict/html4css2.css For LaTeX, have a look at the "enumitem" package. http://www.ctan.org/pkg/enumitem > It seems for section numbering it's > http://docutils.sourceforge.net/docs/ref/rst/directives.html#automatic-section-numbering This case is, however not transferable to ordinary ordered lists. Günter -- 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 http://groups.google.com/group/sphinx-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
