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)
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:
compiling this with latex or pdflatex, or lualatex, it yields the following error:
(for some reason, pandoc is able to convert it to pdf)