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

latex error with 14_table/table_with_footnote.latex #820

Open
boutil opened this issue Dec 15, 2024 · 1 comment
Open

latex error with 14_table/table_with_footnote.latex #820

boutil opened this issue Dec 15, 2024 · 1 comment
Assignees

Comments

@boutil
Copy link
Contributor

boutil commented Dec 15, 2024

with latex provided with texlive from 2024-11-15 (on the Debian platform), a test started to fail:

14_table/table_with_footnote.latex

The latex file produced looks like:

\documentclass{scrartcl}

\usepackage[utf8x]{inputenc}

\usepackage[T1]{fontenc}
\usepackage{listings}
\usepackage{longtable}
\usepackage{fancyvrb}

\usepackage{hyperref}


\VerbatimFootnotes




\setcounter{footnote}{0}

\hypersetup{colorlinks=true,urlcolor=blue}

\begin{document}
\begin{longtable}{|l|l|}
\hline
this is \footnote{Something

\begin{quote}
special here
\end{quote}} & a table\\
with a & footnote\\
\hline
\end{longtable}


\end{document}

compiling this with latex or pdflatex, or lualatex, it yields the following error:

! Misplaced \noalign.
\hline ->\noalign 
                  {\ifnum 0=`}\fi \penalty \@M \futurelet \@let@token \LT@@h...
l.32 \hline

(for some reason, pandoc is able to convert it to pdf)

@gettalong gettalong self-assigned this Jan 4, 2025
@gettalong
Copy link
Owner

Thanks for letting me know! I will see if I can find out the reason for the error.

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

2 participants