texlive[73487] Master/texmf-dist: tabularray-abnt (17jan25)
commits+karl at tug.org
commits+karl at tug.org
Fri Jan 17 21:19:33 CET 2025
Revision: 73487
https://tug.org/svn/texlive?view=revision&revision=73487
Author: karl
Date: 2025-01-17 21:19:33 +0100 (Fri, 17 Jan 2025)
Log Message:
-----------
tabularray-abnt (17jan25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/tabularray-abnt/README.md
trunk/Master/texmf-dist/doc/latex/tabularray-abnt/changelog.txt
trunk/Master/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt-pt-br.pdf
trunk/Master/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt-pt-br.tex
trunk/Master/texmf-dist/tex/latex/tabularray-abnt/tabularray-abnt.sty
Modified: trunk/Master/texmf-dist/doc/latex/tabularray-abnt/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tabularray-abnt/README.md 2025-01-17 20:19:23 UTC (rev 73486)
+++ trunk/Master/texmf-dist/doc/latex/tabularray-abnt/README.md 2025-01-17 20:19:33 UTC (rev 73487)
@@ -3,8 +3,12 @@
An additional environment abnttblr, tallabnttblr, and longabnttblr are wrapper to tblr, talltblr, and longtblr that apply abnt theme automatically and permit to set table font using \SetAbntTblrFont{} provided here.
-See the brazilian portugese manual tabularray-abnt-pt-br for detaiil.
+See the brazilian portugese manual tabularray-abnt-pt-br for detail.
+Copyright: 2025 (c) by Sadao Massago
+
+E-mail: sadao at ufscar dot br
+
License:
LaTeX Project Public License versão 1.3c
https://www.latex-project.org/lppl/
Modified: trunk/Master/texmf-dist/doc/latex/tabularray-abnt/changelog.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tabularray-abnt/changelog.txt 2025-01-17 20:19:23 UTC (rev 73486)
+++ trunk/Master/texmf-dist/doc/latex/tabularray-abnt/changelog.txt 2025-01-17 20:19:33 UTC (rev 73487)
@@ -1,3 +1,5 @@
+2025-01-16
+ - bug fix for case that some quadros appear as tables on list of quadros.
2025-01-06
- Added global counter for table/quadro to fix bug that mix page span status for table and quadro.
2025-01-03
Modified: trunk/Master/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt-pt-br.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt-pt-br.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt-pt-br.tex 2025-01-17 20:19:23 UTC (rev 73486)
+++ trunk/Master/texmf-dist/doc/latex/tabularray-abnt/tabularray-abnt-pt-br.tex 2025-01-17 20:19:33 UTC (rev 73487)
@@ -77,7 +77,7 @@
\title{Tabularray-abnt: tema abnt para tabularray}
\author{Sadao Massago}
-\date{06/01/2025}
+\date{2025/01/16}
%%%%%%%%%%%%%%%%%%%%%
% INÍCIO DO DOCUMENTO
Modified: trunk/Master/texmf-dist/tex/latex/tabularray-abnt/tabularray-abnt.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/tabularray-abnt/tabularray-abnt.sty 2025-01-17 20:19:23 UTC (rev 73486)
+++ trunk/Master/texmf-dist/tex/latex/tabularray-abnt/tabularray-abnt.sty 2025-01-17 20:19:33 UTC (rev 73487)
@@ -16,8 +16,8 @@
%%% file name
\ProvidesFile{tabularray-abnt.sty}
- [2025/01/06 tabularray-abnt style (require tabularray package)]
-\typeout{tabularray-abnt style 2025-01-06 <January/2025>.}
+ [2025/01/16 tabularray-abnt style (require tabularray package)]
+\typeout{tabularray-abnt style 2025-01-16 <January/2025>.}
%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% It not works on older LaTeX compatibility mode (documentstyle)
@@ -404,7 +404,7 @@
%%% % We need to use \hspace and \enskip, but not ~ or \space,
%%% % since we want a correct hangindent caption paragraph.
- \DefTblrTemplate {caption-tag} {quadro} {\quadroname\hspace{0.25em}\thequadro}
+ \DefTblrTemplate{caption-tag}{quadro}{\quadroname\hspace{0.25em}\thequadro}
\ExplSyntaxOn
\DefTblrTemplate{caption-lot}{quadro}
@@ -416,7 +416,7 @@
\tl_if_empty:NTF \lTblrEntryTl
{ \tl_set_eq:NN \l__tblr_caption_short_tl \lTblrCaptionTl }
{ \tl_set_eq:NN \l__tblr_caption_short_tl \lTblrEntryTl }
- \addcontentsline { loq } { table }
+ \addcontentsline { loq } { quadro }
{ \protect\numberline { \thequadro } { \l__tblr_caption_short_tl } }
}
\ExplSyntaxOff
More information about the tex-live-commits
mailing list.