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
Command
pandoc -f latex -t native
Input
\documentclass{article} \newenvironment{flubble}{FOO}{BAR} \begin{document} \begin{flubble} grr \end{flubble} \end{document}
Output
[Para [Str "grr"]]
Expected Output (approximate)
[Para [Str "FOO",Space,Str "grr",Space,Str "BAR"]]
Tested with pandoc 1.12. Expected output verified against pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
Possibly related to issue #982
The text was updated successfully, but these errors were encountered:
Correct -- currently only newcommand and renewcommand are supported. It would be good to support newenvironment too.
Sorry, something went wrong.
I'll add it to my todo list while I'm deep in the bowels of the macro processing code.
Would dearly love this to work, if anyone cares. Having to sed my book before converting to epub/html from LaTeX sucks.
Support \newenvironment and \renewenvironment.
6abbd08
See jgm/pandoc#987.
c46feba
No branches or pull requests
Command
Input
Output
Expected Output (approximate)
Tested with pandoc 1.12.
Expected output verified against pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012/Debian)
Possibly related to issue #982
The text was updated successfully, but these errors were encountered: