We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Using the Captions package in LaTeX, captions may be added to math figures using the folloing kinds of syntax:
\[ F9X=x\int_{t=0}^\infty g(x) dx \] \captionof{figure}{Equation one}
\begin{figure} \[ F9X=x\int_{t=0}^\infty g(x) dx \] \caption{Equation three} \end{figure}
PanDoc discards this information completely:
Which in other utilities is rendered below the figure in a PDF (source: OverLeaf):
Using a caption here is very useful in PDF, and could be used as alt text for MarkDown and HTML instead of just the equation in LaTeX as is seen now.
The text was updated successfully, but these errors were encountered:
This might have to wait until we have native figure elements in pandoc's AST: #3177
btw. if you're going from LaTeX to PDF, no need to use pandoc, just use pdflatex directly...
pdflatex
Sorry, something went wrong.
I'm actually looking at LaTeX -> ePub/HTML, but Kindle support for MathML is terrible. In any case, the loss of this caption information is not great.
No branches or pull requests
Describe the bug
Using the Captions package in LaTeX, captions may be added to math figures using the folloing kinds of syntax:
PanDoc discards this information completely:
Which in other utilities is rendered below the figure in a PDF (source: OverLeaf):
Using a caption here is very useful in PDF, and could be used as alt text for MarkDown and HTML instead of just the equation in LaTeX as is seen now.
The text was updated successfully, but these errors were encountered: