summaryrefslogtreecommitdiff
path: root/macros/latex-dev/base/lttagging.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex-dev/base/lttagging.dtx')
-rw-r--r--macros/latex-dev/base/lttagging.dtx11
1 files changed, 9 insertions, 2 deletions
diff --git a/macros/latex-dev/base/lttagging.dtx b/macros/latex-dev/base/lttagging.dtx
index 585479df21..c70e24f590 100644
--- a/macros/latex-dev/base/lttagging.dtx
+++ b/macros/latex-dev/base/lttagging.dtx
@@ -33,7 +33,7 @@
%<*driver>
% \fi
\ProvidesFile{lttagging.dtx}
- [2023/12/19 v1.0a LaTeX Kernel (tagging support)]
+ [2024/06/10 v1.0b LaTeX Kernel (tagging support)]
% \iffalse
\documentclass{l3doc}
\GetFileInfo{lttagging.dtx}
@@ -721,8 +721,15 @@
\int_compare:nNnT \g_@@_col_int > 0
{
\tbl_count_missing_cells:n {#1}
- \cr
}
+% \end{macrocode}
+% Even if we are at the start of a row we my have to do a \cs{cr},
+% so we do a \cs{crcr} always at the end.
+% \changes{v1.ob}{2024/06/10}
+% {Always issue a \cs{crcr} even if we are at the start of a
+% row to avoid problems with tabulary and similar code}
+% \begin{macrocode}
+ \crcr
}
% \end{macrocode}
% \end{macro}