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
\documentclass{article} \usepackage{tabu} \usepackage{footnote} \makesavenoteenv{tabular} \makesavenoteenv{tabu} \begin{document} \begin{tabu}{rr} foo\footnote{bar} & baz \end{tabu} \end{document}
This does compile, but the footnote does not show. Removing one of the \makesavenoteenv commands yields:
\makesavenoteenv
! LaTeX Error: \begin{tabu} on input line 7 ended by \end{document}.
Removing both \makesavenoteenv commands makes it compile again (but no footnote shows). Tested on:
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2019/dev/Debian) (preloaded format=pdflatex)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This does compile, but the footnote does not show.
Removing one of the
\makesavenoteenv
commands yields:Removing both
\makesavenoteenv
commands makes it compile again (but no footnote shows). Tested on:The text was updated successfully, but these errors were encountered: