You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
The text was updated successfully, but these errors were encountered: