You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aspnes Do I understand correctly, that there is no way to define a short figure caption for the list of figures in Markdown syntax and transfer it into LaTeX? I'm looking for a way to having figure caption and legend in the figure environment together, but displaying only the caption in a list of figures.
From what I remember neither pandoc's Markdown syntax nor its internal data structure supports short captions. So adding these would require bigger changes than I proposed above.
LaTeX allows
\caption
to have an optional short title, e.g.\caption[Short caption]{This caption is too long to fit in the list of figures}
The LaTeX reader doesn't like this. The fix is trivial, add
skipopts *>
to the relevant line inReaders/LaTeX.hs
:The text was updated successfully, but these errors were encountered: