Skip to content
New issue

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

Interaction with footnote package seems broken #19

Open
lxkl opened this issue Jun 2, 2019 · 0 comments
Open

Interaction with footnote package seems broken #19

lxkl opened this issue Jun 2, 2019 · 0 comments

Comments

@lxkl
Copy link

lxkl commented Jun 2, 2019

\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:

! 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant