summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/unbtex/unbtex-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/unbtex/unbtex-example.tex')
-rw-r--r--macros/latex/contrib/unbtex/unbtex-example.tex25
1 files changed, 13 insertions, 12 deletions
diff --git a/macros/latex/contrib/unbtex/unbtex-example.tex b/macros/latex/contrib/unbtex/unbtex-example.tex
index 39bab94b58..909bad49ac 100644
--- a/macros/latex/contrib/unbtex/unbtex-example.tex
+++ b/macros/latex/contrib/unbtex/unbtex-example.tex
@@ -1,7 +1,7 @@
%%
%% UnBTeX: A class for bachelor, master, and doctoral thesis at the
%% University of Brasilia (UnB), Brazil
-%% Version 1.4.2 2023/12/15
+%% Version 1.4.3 2023/12/22
%% Copyright (C) 2021-2023 by Henrique C. Ferreira <hcferreira@unb.br>
%%
%% This class file may be distributed and/or modified under the conditions
@@ -33,6 +33,10 @@
% Pacotes básicos (Adicione abaixo pacotes úteis para o seu trabalho)
% ---
+\RequirePackage{longtable} % Pacote para tabelas que ocupam mais de uma página
+\RequirePackage{rotating} % Pacote para girar tabelas (e outros objetos)
+\RequirePackage{pdfpages} % Pacote para incluir documentos pdf
+
% Lista na bibliografia o número das páginas que cada referência é citada
\RequirePackage[hyperpageref]{backref}
% Bibliografia nas normas da ABNT, formato autor-data
@@ -60,7 +64,7 @@
% Espaço entre os itens das listas
\setlength{\nomitemsep}{-\parsep}
% Separa os grupos das listas e imprime
-\newcommand{\nomenclheader}[1]{\section*{\hspace*{-\leftmargin}#1}}
+\newcommand{\nomenclheader}[1]{\section*{\hspace*{-\leftmargin}\large#1}}
\renewcommand\nomgroup[1]{%
\IfStrEqCase{#1}{%
{A}{\vspace{-42pt}\nomenclheader{}} % Lista de abreviaturas e siglas
@@ -75,7 +79,7 @@
}
% Compila as listas
\makenomenclature
-% Ajusta largura da margem da descrição
+% Ajusta largura da margem da descrição do símbolo/sigla/abreviatura
\RequirePackage{xpatch}
\makeatletter
\xapptocmd\thenomenclature{\let\@item\nomencl@item\def\nomencl@width{0pt}}{}{}
@@ -133,7 +137,7 @@
% Local e data
\local{Brasília}
-\dia{15}
+\dia{22}
\mes{dezembro}
\ano{2023}
@@ -146,6 +150,8 @@
\kwordiii{Keyword 3}
\pchaveiv{Palavra chave 4} % deixar vazio se não tiver
\kwordiv{Keyword 4} % deixar vazio se não tiver
+\pchavev{} % deixar vazio se não tiver
+\kwordv{} % deixar vazio se não tiver
% Código Cutter para a ficha catalográfica:
%\numerocutter{000} % Correspondente ao seu nome (encontre, por exemplo, no site https://www.tabelacutter.com/)
@@ -222,12 +228,7 @@
% ---
% Define os textos da citação
\renewcommand*{\backref}[1]{}
-\renewcommand*{\backrefalt}[4]{
- \ifcase #1 \nocitation
- \or \citedp~#2.
- \else \citedpp~#2.
- \fi
-}
+\renewcommand*{\backrefalt}[4]{\ifcase#1\nocitation\or\citedp~#2.\else\citedpp~#2.\fi}
% ---
% ------------------------------------------------------------------------
@@ -339,7 +340,7 @@ Segundo a \citeonline[seções 3.1-3.2]{NBR6028:2003}, o resumo deve ressaltar o
\vspace{\onelineskip}
\noindent
-\textbf{Palavras-chave}: \pchaveinome. \pchaveiinome. \pchaveiiinome. \ifthenelse{\equal{\pchaveivnome}{}}{}{\pchaveivnome.}
+\textbf{Palavras-chave}: \pchaveinome. \pchaveiinome. \pchaveiiinome. \ifthenelse{\equal{\pchaveivnome}{}}{}{\pchaveivnome. \ifthenelse{\equal{\pchavevnome}{}}{}{\pchavevnome.}}
\end{resumo}}
% Resumo em inglês
@@ -354,7 +355,7 @@ This is the english abstract.
\vspace{\onelineskip}
\noindent
-\textbf{Keywords}: \kwordinome. \kwordiinome. \kwordiiinome. \ifthenelse{\equal{\kwordivnome}{}}{}{\kwordivnome.}
+\textbf{Keywords}: \kwordinome. \kwordiinome. \kwordiiinome. \ifthenelse{\equal{\kwordivnome}{}}{}{\kwordivnome. \ifthenelse{\equal{\kwordvnome}{}}{}{\kwordvnome.}}
\end{otherlanguage*}
\end{resumo}}
% ---