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
I tried to transform the document with --includestyles flag (and LaTeXML built from the latest commit to master at the moment, because it contains the fix to make includestyles work)
I see (not only) an error: Error:undefined:\@ifpackagelater The token T_CS[\@ifpackagelater] is not defined.
How can I workaround that?
The text was updated successfully, but these errors were encountered:
Thanks for trying --includestyles, but this is an interesting counter-example: footnotes in tables is tricky for LaTeX, and the code is quite complex. But it turns out that footnotes in tables is trivial for LaTeXML; So, I've just provided a binding for tablefootnote! Thanks for the report!
\usepackage{tablefootnote}
.tablefootnote.sty
here.--includestyles
flag (and LaTeXML built from the latest commit to master at the moment, because it contains the fix to makeincludestyles
work)Error:undefined:\@ifpackagelater The token T_CS[\@ifpackagelater] is not defined.
How can I workaround that?
The text was updated successfully, but these errors were encountered: