texlive[73233] Master/texmf-dist: abntexto (29dec24)

commits+karl at tug.org commits+karl at tug.org
Sun Dec 29 22:46:21 CET 2024


Revision: 73233
          https://tug.org/svn/texlive?view=revision&revision=73233
Author:   karl
Date:     2024-12-29 22:46:21 +0100 (Sun, 29 Dec 2024)
Log Message:
-----------
abntexto (29dec24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/abntexto/README
    trunk/Master/texmf-dist/doc/latex/abntexto/abntexto.pdf
    trunk/Master/texmf-dist/doc/latex/abntexto/abntexto.tex
    trunk/Master/texmf-dist/tex/latex/abntexto/abntexto.cls

Modified: trunk/Master/texmf-dist/doc/latex/abntexto/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/abntexto/README	2024-12-29 21:46:10 UTC (rev 73232)
+++ trunk/Master/texmf-dist/doc/latex/abntexto/README	2024-12-29 21:46:21 UTC (rev 73233)
@@ -1,6 +1,6 @@
 Public Domain Software
-2024-12-25
-3.2.0-beta
+2024-12-29
+3.2.1-beta
 Elayson Abreu
 abntexto.classe at gmail.com 
 

Modified: trunk/Master/texmf-dist/doc/latex/abntexto/abntexto.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/abntexto/abntexto.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/abntexto/abntexto.tex	2024-12-29 21:46:10 UTC (rev 73232)
+++ trunk/Master/texmf-dist/doc/latex/abntexto/abntexto.tex	2024-12-29 21:46:21 UTC (rev 73233)
@@ -121,7 +121,7 @@
 \par}
 \vskip3in
 
-{\centering\large\ttfamily 3.2.0-beta\par}
+{\centering\large\ttfamily 3.2.1-beta\par}
 \newpage
 
 \nonum\notoc\section{Sumário}

Modified: trunk/Master/texmf-dist/tex/latex/abntexto/abntexto.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/abntexto/abntexto.cls	2024-12-29 21:46:10 UTC (rev 73232)
+++ trunk/Master/texmf-dist/tex/latex/abntexto/abntexto.cls	2024-12-29 21:46:21 UTC (rev 73233)
@@ -1,6 +1,6 @@
 %! Public Domain Software
-%! 2024-12-25
-%! 3.2.0-beta
+%! 2024-12-29
+%! 3.2.1-beta
 %! Elayson Abreu
 %! abntexto.classe at gmail.com
 
@@ -30,7 +30,7 @@
 % \begin{code} 
 \NeedsTeXFormat{LaTeX2e}
 
-\ProvidesClass{abntexto}[2024-12-25 3.2.0-beta Preparation of works in ABNT standards]
+\ProvidesClass{abntexto}[2024-12-29 3.2.1-beta Preparation of works in ABNT standards]
 
 \LoadClass{article}
 \RequirePackage{geometry}
@@ -139,8 +139,7 @@
 
 % Aqui, a macro |\extline| foi baseada em |\@dottedtocline|, do kernel do LaTeX. Ela não é uma instrução privada, ou seja, com prefixo interno, porque existe a chance de o leitor querer redefiní-la.
 
-% \begin{code} 
-
+% \begin{code}
 \def\extpagenumwidth{1.55em}
 \def\extrightmargin{2.55em}
 
@@ -567,10 +566,10 @@
 	\@nameedef{cf#1}{\unexpanded{#3}\expandafter\noexpand\csname the#1\endcsname}%
 	\@namedef{#1ext}{#4}%
 	\@nameedef{l@#4i}{\noexpand\extline{0pt}%
-		{\csname #4labelwidth\endcsname}%
+		{\expandafter\noexpand\csname #4labelwidth\endcsname}%
 		{\expandafter\noexpand\csname #4ifont\endcsname}}%
 	\@namedef{#4labelwidth}{5.4em}%
-	\@nameedef{#4labelbox}##1{\hbox to\csname #4labelwidth\endcsname{#2~##1~---\hss}}%
+	\@nameedef{#4labelbox}##1{\hbox to\expandafter\noexpand\csname #4labelwidth\endcsname{#2~##1~---\hss}}%
 	\AddToHook{begindocument}{%
 		\pdfstringdefDisableCommands{\@namedef{#4labelbox}##1{##1 }}%
 	}%



More information about the tex-live-commits mailing list.