Hi Brian, The `.. figure` directive need indentation if the figure should be contained in `#. nested in step 1` item. If `#. nested in step 1` has leading 1 tab, `.. figure` directive needs 1 tab + 3 spaces for `#. `.
For example ( `_` means a space in this example): #._step 1 ___#._nested in step 1 ______.. figure:: blah.png ___#._here I'd like to resume (1b) Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2014-07-16 8:32 GMT+09:00 Brian Nehring <[email protected]>: > I am building a PDF via latexpdf and having an issue with figures inside > lists, example: > > #. step 1 > > #. nested in step 1 > > > .. figure:: blah.png > > #. here I'd like to resume (1b) > > > I'd like to see: > > 1. step 1 > > a. nested in step 1 > > (my figure, with caption, etc) > > b. here I'd like to resume (1b) > > > > Is there any way to put figures inline in nested lists? Or, reworded, is > there a way to resume a nested list? I have tried various hacks to no avail, > and searching isn't turning much up, so I'm guessing this might be an > uncommon problem. > > Thanks for the help, > -Brian > > > > > > -- > 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. > For more options, visit https://groups.google.com/d/optout. -- 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. For more options, visit https://groups.google.com/d/optout.
