summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-09-04 20:50:28 +0000
committerKarl Berry <karl@freefriends.org>2022-09-04 20:50:28 +0000
commiteb1df5156bab7b377eb9efffd9a07ebb2d36bfb1 (patch)
tree78687bfacf116953942d6bd8a1147d9c90ce6a7c /Master/texmf-dist/tex
parentcd0b64f63a0e63d201a246370b73007bec5917a4 (diff)
unbtex (4sep22)
git-svn-id: svn://tug.org/texlive/trunk@64290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/unbtex/unbtex.cls11
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/unbtex/unbtex.cls b/Master/texmf-dist/tex/latex/unbtex/unbtex.cls
index 86126d2c0d1..a3fde055dd4 100644
--- a/Master/texmf-dist/tex/latex/unbtex/unbtex.cls
+++ b/Master/texmf-dist/tex/latex/unbtex/unbtex.cls
@@ -1,7 +1,7 @@
%%
%% UnBTeX: A class for bachelor, master, and doctoral thesis at the
%% University of Brasilia (UnB), Brazil
-%% Version 1.1.2 2022/07/29
+%% Version 1.1.3 2022/09/04
%% Copyright (C) 2021-2022 by Henrique C. Ferreira <hcferreira@unb.br>
%%
%% This class file may be distributed and/or modified under the conditions
@@ -21,7 +21,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{unbtex}[2022/07/29 v1.1.2 Modelo da Universidade de Brasília baseado em abnTeX2]
+\ProvidesClass{unbtex}[2022/09/04 v1.1.3 Modelo da Universidade de Brasília baseado em abnTeX2]
% ---
% Repassa todos os parâmetros a classe abntex2,
@@ -84,7 +84,7 @@
% Cores verde e azul UnB
% http://www.marca.unb.br/arquivosdigitais/files/guia_pratico/guia_pratico.pdf
% ---
-\RequirePackage[dvipsnames]{xcolor}
+\RequirePackage[dvipsnames,table]{xcolor}
\definecolor{verdeunb}{cmyk}{1,0,1,0.2}
\definecolor{azulunb}{cmyk}{1,0.65,0,0.35}
@@ -94,10 +94,9 @@
\renewcommand{\ABNTEXsubsectionfont}{}
% Cores das linhas de todas as tabelas:
-\RequirePackage{tabu}
-\RequirePackage{colortbl}
-\taburulecolor{verdeunb}
\arrayrulecolor{verdeunb}
+
+% Define comando \source
\RequirePackage[font={small}, margin=0cm, justification=centering]{caption}
\newcommand{\source}[1]{\captionsetup{singlelinecheck=false,justification=justified}\caption*{\footnotesize \noindent Fonte: {#1}}}
% ---