Skip to content

latex error with 14_table/table_with_footnote.latex #820

@boutil

Description

@boutil

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions