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

\footnote does not work in tabu enviroment #12

Open
nihlete opened this issue Feb 11, 2019 · 0 comments
Open

\footnote does not work in tabu enviroment #12

nihlete opened this issue Feb 11, 2019 · 0 comments

Comments

@nihlete
Copy link

nihlete commented Feb 11, 2019

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,

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