tomduck / pandoc-fignos

A pandoc filter for numbering figures and figure references.
GNU General Public License v3.0
329 stars 25 forks source link

[Question] Generating list of figures? #74

Closed dendrondal closed 4 years ago

dendrondal commented 4 years ago

This same logic also applies to pandoc-tablenos. I'm wanting to generate a master list of all figures and numbers from a series of .md documents in one of said md documents. Is there a way to do this? Invoking \listoffigures prints nothing.

tomduck commented 4 years ago

Thanks for your question, @dendrondal. Can you please provide me with a minimal working example of what you are trying to do? I inserted \listoffigures into one of the demos provided with pandoc-fignos, and used pandoc to generate a pdf. It provided the list of figures, as expected.

Cheers, Tom

tomduck commented 4 years ago

I assume that this is no longer of interest. If the problems persist, then please re-open.