-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Wrong counter with latest long table:
\documentclass{article}
%\usepackage{longtable-2020-01-07}
\usepackage{longtable}
\usepackage{xltabular}
\begin{document}
\begin{longtable}{ | l | p{5in} |}\hline
Rev 1 &
\begin{enumerate} %\setcounter{enumi}{1}
\item 9/20/2024: AA
\item 9/24/2024: BB
\end{enumerate}
\\ \hline
\end{longtable}
\end{document}
The counter starts at 0, without loading xltabular
at the expected 1. If I load longtable
from 2020 (needs
also the change in ltablex.sty
) all is fine! I cannot see why the latest longtable
maybe a problem.
xltabular
only loads tabularx
, longtable
and ltablex
Tested with Up-to-date TL2024
Metadata
Metadata
Assignees
Labels
No labels