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
MWE (lualatex)
\documentclass[12pt,a4paper]{article} \usepackage{polyglossia} \setmainlanguage{english} \usepackage{tabu} \begin{document} \begin{tabu}{c c c} 111 & 222 & 333\\ text\footnote{Footnote 1} & 222 & 333\\ \end{tabu} 123\footnote{Footnote 2} \end{document}
Footnote 1 does not rendered at the bottom of page. Footnote 2 works as usual.
This behavour can be fixed by adding hyperref package.
... \usepackage{tabu} \usepackage{hyperref} ...
Seems like there is some code for handling \footnote, part which working with hyperref is fine, but part with native \footnote is broken,
\footnote
hyperref
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MWE (lualatex)
Footnote 1 does not rendered at the bottom of page.
Footnote 2 works as usual.
This behavour can be fixed by adding hyperref package.
Seems like there is some code for handling
\footnote
, part which working withhyperref
is fine, but part with native\footnote
is broken,The text was updated successfully, but these errors were encountered: