Skip to content

Commit

Permalink
correct date, tabletag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Jan 15, 2024
1 parent f261e54 commit 97c835b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions required/latex-lab/latex-lab-table.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
%
% for those people who are interested or want to report an issue.
%
\def\ltlabtbldate{2023-01-12}
\def\ltlabtblversion{0.85h}
\def\ltlabtbldate{2024-01-15}
\def\ltlabtblversion{0.85i}
%<*driver>
\documentclass{l3doc}
\EnableCrossrefs
Expand Down Expand Up @@ -295,7 +295,7 @@
% For the tabletag, probably always Table:
% \begin{macrocode}
\tl_new:N \l_@@_tabletag_tl
\tl_set:Nn \l_@@_tabletag_tl {TR}
\tl_set:Nn \l_@@_tabletag_tl {Table}
% \end{macrocode}
% And here cell and row attributes:
% \begin{macrocode}
Expand Down

0 comments on commit 97c835b

Please sign in to comment.