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
% ~/.cabal/bin/pandoc test.tex -o test.html
Error at "test.tex" (line 9, column 27):
unexpected BAR
\ifstrequal{BAR}{BAR}{\def\foo{BAZ}}{}
^
It looks like pandoc substitutes the \foo macro too early, so it tries to interpret something like \def BAR{BAR}. LaTeX compiler issues PDF the expected BAR BAZ.
The text was updated successfully, but these errors were encountered:
The following LaTeX document fails to convert using pandoc 3.1.13:
The error message is the following:
It looks like
pandoc
substitutes the\foo
macro too early, so it tries to interpret something like\def BAR{BAR}
. LaTeX compiler issues PDF the expectedBAR BAZ
.The text was updated successfully, but these errors were encountered: