summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/abntexto/README6
-rw-r--r--Master/texmf-dist/doc/latex/abntexto/abntexto.pdfbin218718 -> 121825 bytes
-rw-r--r--Master/texmf-dist/doc/latex/abntexto/abntexto.tex28
3 files changed, 19 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/abntexto/README b/Master/texmf-dist/doc/latex/abntexto/README
index 1d1fd57131c..36856312702 100644
--- a/Master/texmf-dist/doc/latex/abntexto/README
+++ b/Master/texmf-dist/doc/latex/abntexto/README
@@ -1,7 +1,7 @@
Public Domain Software
-2023-07-26
-3.0.0-alpha
-Elayson
+2023-10-12
+3.0.1-alpha
+Elayson Abreu Barros
abntexto.classe at gmail.com
The abntexto is a LaTeX class for the elaboration of academic works according
diff --git a/Master/texmf-dist/doc/latex/abntexto/abntexto.pdf b/Master/texmf-dist/doc/latex/abntexto/abntexto.pdf
index 0d3f208d3e7..7fb7d1fe2b4 100644
--- a/Master/texmf-dist/doc/latex/abntexto/abntexto.pdf
+++ b/Master/texmf-dist/doc/latex/abntexto/abntexto.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/abntexto/abntexto.tex b/Master/texmf-dist/doc/latex/abntexto/abntexto.tex
index 3f4491dc158..e92a7ca36f9 100644
--- a/Master/texmf-dist/doc/latex/abntexto/abntexto.tex
+++ b/Master/texmf-dist/doc/latex/abntexto/abntexto.tex
@@ -87,11 +87,12 @@
\def\tocsectionfont#1{\bfseries#1\mdseries}
\def\sectionfont#1{\bfseries#1}
\def\appendixlabelwidth{6.7em}
-\def \l@section {\addpenalty{-300}\addvspace{1em plus1pt}%
- \extline{0pt}{\toclabelwidth}{\tocsectionfont}}
-\def \l@appendix {\addpenalty{-300}\addvspace{1em plus1pt}%
+
+\def \l@section {\addpenalty{-300}\addvspace{.5em plus1pt}
+ \extline{0pt}{\toclabelwidth}{\tocsectionfont}}
+\def \l@appendix {\addpenalty{-300}\addvspace{.5em plus1pt}%
\extline{0pt}{\appendixlabelwidth}{\maintocfont}}
-\def \l@annex {\addpenalty{-300}\addvspace{1em plus1pt}%
+\def \l@annex {\addpenalty{-300}\addvspace{.5em plus1pt}%
\extline{0pt}{\annexlabelwidth}{\maintocfont}}
\definelegendplace{code}{Código}{cód.\,}{loc}
@@ -119,13 +120,14 @@
\par}
\vskip3in
-{\centering\large\ttfamily 3.0.0-alpha\par}
+{\centering\large\ttfamily 3.0.1-alpha\par}
\newpage
\heading{Sumário}
\maketoc
+\newpage
-\section{Apresentação}
+\section{Introdução}
O |abntexto| é uma classe do \LaTeX\ criada para facilitar a utilização das normas da Associação Brasileira de Normas Técnicas (ABNT) em trabalhos acadêmicos (monografias, dissertações, teses).
@@ -295,9 +297,9 @@ Pode-se alterar a largura dos rótulos das entradas de apêndice/anexo no sumár
\newpage
-\begcorrprint{Referências}
+\begin{corrprint}{Referências}
\printbibliography
-\endcorrprint
+\end{corrprint}
\newpage
@@ -320,9 +322,9 @@ Você pode criar glossários com o pacote |glossaries|, como em \ref{cd:gloss}.
\begin{document}
O \gls{metalism} e o \gls{lip}.
- \begcorrprint{Glossário}
+ \begin{corrprint}{Glossário}
\printnoidxglossary
- \endcorrprint
+ \end{corrprint}
\end{document}
\endverb
@@ -347,16 +349,18 @@ O |glossaries.sty| também serve para criar uma lista de siglas, conforme \ref{c
2ª chamada: \acr{ibge}, \acr{html}.
- \begcorrprint{Lista de siglas}
+ \begin{corrprint}{Lista de siglas}
\def\acronymname{Lista de siglas}
\printnoidxglossary[type=acronym]
- \endcorrprint
+ \end{corrprint}
\end{document}
\endverb
\appendix{\emph{Feedback}}
Sugestões, relatos de \emph{bugs} e doações são bem-vindas.
+Chave PIX: {\ttfamily abntexto.classe@gmail.com}
+
% MACROS PARA O CÓDIGO-FONTE
% ================================================