summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-01-05 21:42:57 +0000
committerKarl Berry <karl@freefriends.org>2024-01-05 21:42:57 +0000
commitfe643c0ff92c34ddd4cd14cf5f7e25a68af81c38 (patch)
treed5752f2a81968ef7346068f616472540ce22eaaf
parent6aaa0d32d81bf1387c1f9c811889f09b6a4a7767 (diff)
unbtex (5jan24)
git-svn-id: svn://tug.org/texlive/trunk@69307 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/README.md8
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example.pdfbin600842 -> 590243 bytes
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex26
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-a.tex3
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-b.tex11
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo2.tex15
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo3.tex4
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/blockdiagram.tex3
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example/figuras/bodediagram.pdfbin38806 -> 38649 bytes
-rw-r--r--Master/texmf-dist/doc/latex/unbtex/unbtex-example/referencias.bib26
-rw-r--r--Master/texmf-dist/tex/latex/unbtex/unbtex.cls48
11 files changed, 89 insertions, 55 deletions
diff --git a/Master/texmf-dist/doc/latex/unbtex/README.md b/Master/texmf-dist/doc/latex/unbtex/README.md
index 7b8bf46c1c7..61176f44e86 100644
--- a/Master/texmf-dist/doc/latex/unbtex/README.md
+++ b/Master/texmf-dist/doc/latex/unbtex/README.md
@@ -1,8 +1,8 @@
# UnBTeX: A class for bachelor, master, and doctoral thesis at the
# University of Brasilia (UnB), Brazil.
-# Version 1.4.3 2023/12/22
+# Version 1.4.4 2024/01/05
-Copyright (C) 2021-2023 by Henrique C. Ferreira <hcferreira@unb.br>
+Copyright (C) 2021-2024 by Henrique C. Ferreira <hcferreira@unb.br>
The package provides a class based on abnTeX and compatible with pdflatex
and bibtex to prepare theses for the University of Brasilia (UnB), Brazil.
@@ -92,6 +92,10 @@ Here is a history of changes:
. Keywords in English have been included on the copyright page if the
document is written in this language
. Examples of long tables and rotated tables have been included
+ 1.4.4 (2024-01-05):
+ . The pdfpages package has been used to include pages from PDF documents
+ . The sans-serif font Helvetica (helvet package) has been replaced by the
+ TeX Gyre Heros font (tgheros package)
## Overleaf
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example.pdf b/Master/texmf-dist/doc/latex/unbtex/unbtex-example.pdf
index 03972cb0fb9..9e44543fa55 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example.pdf
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex b/Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex
index 909bad49ac6..00082e79082 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex
@@ -1,8 +1,8 @@
%%
%% UnBTeX: A class for bachelor, master, and doctoral thesis at the
%% University of Brasilia (UnB), Brazil
-%% Version 1.4.3 2023/12/22
-%% Copyright (C) 2021-2023 by Henrique C. Ferreira <hcferreira@unb.br>
+%% Version 1.4.4 2024/01/05
+%% Copyright (C) 2021-2024 by Henrique C. Ferreira <hcferreira@unb.br>
%%
%% This class file may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3 of this license
@@ -33,14 +33,20 @@
% 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
+\usepackage{longtable} % Pacote para tabelas que ocupam mais de uma página
+\usepackage{rotating} % Pacote para girar tabelas (e outros objetos)
+\usepackage{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
-\RequirePackage[alf,abnt-etal-list=0,abnt-etal-cite=3,abnt-emphasize=bf,bibjustif]{abntex2cite}
+\RequirePackage[
+ alf,
+ abnt-etal-list=0,
+ abnt-etal-cite=3,
+ abnt-emphasize=bf,
+ bibjustif
+ ]{abntex2cite}
\addtociteoptionlist{abnt-url-package=url}
% retira os limitadores < e > dos hiperlinks
\def\UrlLeft{}
@@ -135,11 +141,11 @@
%\instituicao[Universidade de Brasília]{Faculdade de Tecnologia}{Departamento de Engenharia Elétrica} % comente a linha acima e retire o comentário desta linha caso queira incluir o departamento da unidade acadêmica
% Use português mesmo que o trabalho seja em inglês.
-% Local e data
+% Local e data da defesa
\local{Brasília}
-\dia{22}
-\mes{dezembro}
-\ano{2023}
+\dia{5}
+\mes{janeiro}
+\ano{2024}
% Palavras-chave (pelo menos três devem ser informadas)
\pchavei{Palavra chave 1}
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-a.tex b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-a.tex
index 0a90ec65ebf..5af76406ce7 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-a.tex
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-a.tex
@@ -81,7 +81,8 @@ Non-Western Cape & 59.9 & 46.8 & (41.9) & 8.6 & (17.2) & 44.6 & (41.0) \\
\small
\caption{Tabela rotacionada}\label{tab:rot}
\setlength\tabcolsep{3pt} % controla o espaço entre colunas
-\begin{tabular}{L{1.1cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}}\toprule
+\begin{tabular}{@{}L{1.1cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}L{1.6cm}@{}} % @{} elimina o espaço nas bordas laterais
+\toprule
Sv,ieq & 000436xa & 000594xa & 001715xa & 001932ya & 006040ya & 006263xa & 007162ya & 007257ya & IT0605ya & IT0790xa & emiliaeo-retro & emilians-retro \\ \midrule
0.4 & 2.447 & 2.177 & 2.304 & 4.921 & 4.298 & 2.121 & 3.928 & 3.478 & 3.462 & 1.751 & 0.875 & 0.525 \\
0.8 & 4.894 & 4.354 & 4.609 & 9.843 & 8.597 & 4.241 & 7.857 & 6.957 & 6.924 & 3.502 & 1.750 & 1.049 \\
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-b.tex b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-b.tex
index b5ba38f064c..9f2658e15ad 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-b.tex
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/anexo-b.tex
@@ -2,10 +2,15 @@
\chapter{Paleta de cores UnB}\label{anx:coresunb}
% ----------------------------------------------------------
-A página a seguir foi extraída do \emph{manual de identidade visual}\footnote{Disponível em \url{http://marca.unb.br}} da UnB.
+A \cpageref{marcaunb.1}, a seguir, foi extraída do \emph{manual de identidade visual}\footnote{Disponível em \url{http://marca.unb.br}} da UnB.
+
+\newcounter{includepdfpage} % para referenciar no texto páginas pdf incluídas
\includepdf[
- pages=-, % intervalo das páginas do pdf que serão incluídas
+ pages=-, % intervalo das páginas do arquivo pdf que serão incluídas
scale=1, % controla o tamanho da página inserida
- pagecommand={\thispagestyle{simple}}, % numeração da página
+ pagecommand={\thispagestyle{simple} % imprime o número da página
+ \refstepcounter{includepdfpage} % conta a página incluída
+ \label{marcaunb.\theincludepdfpage} % marcaunb.n, n número da página
+ },
]{unbtex-example/figuras/coresunb} \cleardoublepage \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo2.tex b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo2.tex
index bb27c530fe5..a4533093544 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo2.tex
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo2.tex
@@ -133,6 +133,8 @@ O número do capítulo indicado é \ref{cap:exemplos}, que se inicia à
pode ser obtida também assim: \pageref{cap:exemplos}.}.
\end{verbatim}
+O pacote \textsf{cleveref} foi utilizado para fazer as remissões internas. Mais opções de uso (e de comandos) podem ser encontradas em seu manual\footnote{Disponível em \url{https://linorg.usp.br/CTAN/macros/latex/contrib/cleveref/cleveref.pdf}}.
+
% ---
\section{Referências bibliográficas}
% ---
@@ -162,11 +164,14 @@ Normalmente não há problemas em usar caracteres acentuados em arquivos bibliog
\begin{center}
\caption{Tabela de conversão de acentuação}
\label{tab:acentos}
-\begin{tabular}{ll} \toprule
-acento & bibtex \\ \midrule
-à á ã & \verb|\`a| \verb|\'a| \verb|\~a| \\
-í & \verb|{\'\i}| \\
-ç & \verb|{\c c}| \\ \bottomrule
+\begin{tabular}{llllllll} \toprule
+\multicolumn{4}{l}{acento} & \multicolumn{4}{l}{bibtex} \\ \midrule
+\`a & \'a & \~a & \^a & \verb|\`a| & \verb|\'a| & \verb|\~a| & \verb|\^a| \\
+\'e & \^e & & & \verb|\'e| & \verb|\^e| & & \\
+í & & & & \multicolumn{2}{l}{\Verb{{\'i}}} & & \\
+\'o & \~o & \^o & & \verb|\'o| & \verb|\~o| & \verb|\^o| & \\
+\'u & & & & \verb|\'u| & & & \\
+{\c c} & & & & \multicolumn{2}{l}{\Verb{{\c c}}} & & \\ \bottomrule
\end{tabular}
\end{center}
\end{table}
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo3.tex b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo3.tex
index be47541a1b1..f6f1aa89dca 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo3.tex
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo3.tex
@@ -56,7 +56,7 @@ CIC0090 & Estruturas de Dados & 30 & 30 & 0 & 0 & 60 & CIC0004 \\ \hline%
\caption{Um Exemplo de tabela alinhada que pode ser longa ou curta, conforme padrão IBGE}%
\label{tab:ibge}
}{%
- \begin{tabular}{ccc}
+ \begin{tabular}{@{}ccc@{}} % @{} elimina o espaço nas bordas laterais
\toprule
\textbf{Nome} & \textbf{Nascimento} & \textbf{Documento} \\ \midrule
Maria da Silva & 11/11/1111 & 111.111.111-11 \\[3pt]
@@ -177,7 +177,7 @@ Crie no Overleaf um projeto nomeado \texttt{blockdiagram} e que tenha, dentro de
\lstinputlisting[numbers=none,float,caption={\texttt{blockdiagram.tex}},label={cod:tex}]{unbtex-example/codigos/blockdiagram.tex}
-No menu do Overleaf, defina \texttt{LaTeX} como compilador e o arquivo \texttt{blockdiagram.tex} como principal. Coloque dentro do projeto o arquivo \texttt{blockdiagram.eps} e compile o projeto. A saída gerada corresponde à \cref{fig:psfrag1} e deverá ser salva como \texttt{blockdiagram.pdf}. Este arquivo poderá ser carregado no projeto do texto do trabalho (TCC, dissertação ou tese) que você estiver escrevendo com o UnB\TeX\ (que usa o \texttt{pdfLaTeX} como compilador).
+No menu do Overleaf, altere o compilador de \texttt{pdfLaTeX} para \texttt{LaTeX} e defina o arquivo \texttt{blockdiagram.tex} como principal. Coloque dentro do projeto o arquivo \texttt{blockdiagram.eps} e compile. A saída gerada, corresponde à \cref{fig:psfrag1}, deve ser salva como \texttt{blockdiagram.pdf}. Este arquivo poderá ser carregado no projeto do texto do trabalho (TCC, dissertação ou tese) que você estiver escrevendo com o UnB\TeX\ (que usa o \texttt{pdfLaTeX} como compilador).
Note no \cref{cod:tex} que o pacote \textsf{psfrag} substitui, por meio do comando
\begin{verbatim}
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/blockdiagram.tex b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/blockdiagram.tex
index 0af68cc6e00..b22a71ec3e8 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/blockdiagram.tex
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/blockdiagram.tex
@@ -2,7 +2,8 @@
\usepackage{stickstootext}
\usepackage[stickstoo,vvarbb]{newtxmath}
-\usepackage[scaled=0.88]{helvet}
+\usepackage[scale=0.88]{tgheros}
+\usepackage[scale=1.03]{inconsolata}
\usepackage[displaymath,tightpage]{pst-pdf}
\usepackage{psfrag}
\usepackage{icomma}
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/figuras/bodediagram.pdf b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/figuras/bodediagram.pdf
index 0ae0b0048ab..79d673c84f3 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/figuras/bodediagram.pdf
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/figuras/bodediagram.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/referencias.bib b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/referencias.bib
index 6539a934701..39396ade56c 100644
--- a/Master/texmf-dist/doc/latex/unbtex/unbtex-example/referencias.bib
+++ b/Master/texmf-dist/doc/latex/unbtex/unbtex-example/referencias.bib
@@ -9,7 +9,7 @@
Date-Modified = {2013-08-21 13:56:10 +0000},
Edition = {3},
Organization = {http://biblioteca.ibge.gov.br/visualizacao/livros/liv23907.pdf},
- Publisher = {Centro de Documenta{\c c}\~ao e Dissemina{\c c}\~ao de Informa{\c c}ões. Funda{\c c}\~ao Instituto Brasileiro de Geografia e Estat\'istica},
+ Publisher = {Centro de Documenta{\c c}\~ao e Dissemina{\c c}\~ao de Informa{\c c}ões. Funda{\c c}\~ao Instituto Brasileiro de Geografia e Estat{\'i}stica},
Title = {Normas de apresenta{\c c}\~ao tabular},
urldate = {2013-08-21},
Year = {1993}}
@@ -54,7 +54,7 @@
Date-Added = {2013-01-15 00:10:35 +0000},
Date-Modified = {2015-04-27 22:43:13 +0000},
Organization = {Equipe abnTeX2},
- Title = {Modelo Can\^onico de Artigo Cient\'ifico com abnTeX2},
+ Title = {Modelo Can\^onico de Artigo Cient{\'i}fico com abnTeX2},
Url = {http://www.abntex.net.br/},
Year = {2015},
Bdsk-Url-1 = {http://www.abntex.net.br/}}
@@ -65,7 +65,7 @@
Date-Added = {2013-01-15 00:05:34 +0000},
Date-Modified = {2015-04-27 22:43:18 +0000},
Organization = {Equipe abnTeX2},
- Title = {Modelo Can\^onico de Relat\'orio T\'ecnico e/ou Cient\'ifico com abnTeX2},
+ Title = {Modelo Can\^onico de Relat\'orio T\'ecnico e/ou Cient{\'i}fico com abnTeX2},
Url = {http://www.abntex.net.br/},
Year = {2015},
Bdsk-Url-1 = {http://www.abntex.net.br/}}
@@ -82,13 +82,13 @@
Bdsk-Url-1 = {http://www.abntex.net.br/}}
@mastersthesis{araujo2012,
- Address = {Bras\'ilia},
+ Address = {Bras{\'i}lia},
Author = {Lauro C\'esar Araujo},
Date-Added = {2013-01-09 11:04:42 +0000},
Date-Modified = {2013-01-09 11:04:42 +0000},
Month = {03},
- School = {Universidade de Bras\'ilia},
- Subtitle = {uma perspectiva de {A}rquitetura da {I}nforma{\c c}\~ao da {E}scola de {B}ras\'ilia},
+ School = {Universidade de Bras{\'i}lia},
+ Subtitle = {uma perspectiva de {A}rquitetura da {I}nforma{\c c}\~ao da {E}scola de {B}ras{\'i}lia},
Title = {Configura{\c c}\~ao},
Year = {2012}}
@@ -98,7 +98,7 @@
Date-Added = {2013-01-09 10:37:45 +0000},
Date-Modified = {2015-04-27 22:43:38 +0000},
Organization = {Equipe abnTeX2},
- Title = {O pacote abntex2cite: Estilos bibliogr{\'a}ficos compat{\'\i}veis com a ABNT NBR 6023},
+ Title = {O pacote abntex2cite: Estilos bibliogr{\'a}ficos compat{\'i}veis com a ABNT NBR 6023},
Url = {http://www.abntex.net.br/},
Year = {2015},
Bdsk-Url-1 = {http://www.abntex.net.br/}}
@@ -109,7 +109,7 @@
Date-Added = {2013-01-09 10:37:45 +0000},
Date-Modified = {2015-04-27 22:43:44 +0000},
Organization = {Equipe abnTeX2},
- Title = {O pacote abntex2cite: t{\'o}picos espec{\'\i}ficos da ABNT NBR 10520:2002 e o estilo bibliogr{\'a}fico alfab{\'e}tico (sistema autor-data)},
+ Title = {O pacote abntex2cite: t{\'o}picos espec{\'i}ficos da ABNT NBR 10520:2002 e o estilo bibliogr{\'a}fico alfab{\'e}tico (sistema autor-data)},
Url = {http://www.abntex.net.br/},
Year = {2015},
Bdsk-Url-1 = {http://www.abntex.net.br/}}
@@ -149,7 +149,7 @@
Date-Added = {2013-01-09 10:37:38 +0000},
Date-Modified = {2015-04-27 22:42:47 +0000},
Organization = {Equipe abnTeX2},
- Title = {A classe abntex2: Modelo can\^onico de trabalhos acad\^emicos brasileiros compat\'ivel com as normas ABNT NBR 14724:2011, ABNT NBR 6024:2012 e outras},
+ Title = {A classe abntex2: Modelo can\^onico de trabalhos acad\^emicos brasileiros compat{\'i}vel com as normas ABNT NBR 14724:2011, ABNT NBR 6024:2012 e outras},
Url = {http://www.abntex.net.br/},
Year = {2015},
Bdsk-Url-1 = {http://www.abntex.net.br/}}
@@ -291,8 +291,8 @@
Date-Added = {2012-04-23 11:35:13 +0000},
Date-Modified = {2012-04-23 11:35:13 +0000},
Keywords = {arquitetura da informa{\c c}\~ao},
- School = {Universidade de Bras\'ilia},
- Title = {Arquitetura da Informa{\c c}\~ao: aspectos epistemol\'ogicos, cient\'ificos e pr\'aticos.},
+ School = {Universidade de Bras{\'i}lia},
+ Title = {Arquitetura da Informa{\c c}\~ao: aspectos epistemol\'ogicos, cient{\'i}ficos e pr\'aticos.},
Type = {Disserta{\c c}\~ao de Mestrado},
Year = {2005}}
@@ -374,7 +374,7 @@
author = {{Wikimedia Commons}},
title = {File: {\normalfont LaTeX logo.svg}},
year = {2008},
- note = {Upload de EmilJ. Dispon\'ivel em: \url{https://upload.wikimedia.org/wikipedia/commons/9/92/LaTeX_logo.svg} -- acesso em 24 jan. 2019.}
+ note = {Upload de EmilJ. Dispon{\'i}vel em: \url{https://upload.wikimedia.org/wikipedia/commons/9/92/LaTeX_logo.svg} -- acesso em 24 jan. 2019.}
}
@misc{Castro2019,
@@ -383,7 +383,7 @@
howpublished = {\url{https://www.overleaf.com/latex/templates/modelo-de-livro-para-editora-unb/trznrgjcsyfg}},
month = {1},
year = {2019},
- note = {Dispon\'ivel como template no Overleaf}
+ note = {Dispon{\'i}vel como template no Overleaf}
}
@article{greenwade93,
diff --git a/Master/texmf-dist/tex/latex/unbtex/unbtex.cls b/Master/texmf-dist/tex/latex/unbtex/unbtex.cls
index 07bb157750f..aa289ec8876 100644
--- a/Master/texmf-dist/tex/latex/unbtex/unbtex.cls
+++ b/Master/texmf-dist/tex/latex/unbtex/unbtex.cls
@@ -1,8 +1,8 @@
%%
%% UnBTeX: A class for bachelor, master, and doctoral thesis at the
%% University of Brasilia (UnB), Brazil
-%% Version 1.4.3 2023/12/22
-%% Copyright (C) 2021-2023 by Henrique C. Ferreira <hcferreira@unb.br>
+%% Version 1.4.4 2024/01/05
+%% Copyright (C) 2021-2024 by Henrique C. Ferreira <hcferreira@unb.br>
%%
%% This class file may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3 of this license
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{unbtex}[2023/12/22 v1.4.3 Modelo da Universidade de Brasília baseado em abnTeX2]
+\ProvidesClass{unbtex}[2024/01/05 v1.4.4 Modelo da Universidade de Brasília baseado em abnTeX2]
% ---
% Repassa todos os parâmetros a classe abntex2,
@@ -53,9 +53,9 @@
% Pacotes de fontes tipográficas
% ---
\RequirePackage{stickstootext} % Fonte principal (Stix2)
-\RequirePackage[stickstoo,vvarbb]{newtxmath}
-\RequirePackage[scale=0.88]{tgheros} % Fonte sans serif
-\RequirePackage[scaled=1.03]{inconsolata} % Fonte monoespaçada
+\RequirePackage[stickstoo,vvarbb]{newtxmath}% Fonte matemática (Stix2)
+\RequirePackage[scale=0.88]{tgheros} % Fonte sans serif (TeX Gyre Heros)
+\RequirePackage[scale=1.03]{inconsolata} % Fonte monoespaçada
% ---
% ---
@@ -330,10 +330,13 @@
\theoremstyle{definition}
\mdfdefinestyle{defnSty}{hidealllines=true,backgroundcolor=azulunb!10}
\newmdtheoremenv[style=defnSty]{definition}{\dfname}[chapter]
-\newmdtheoremenv[style=defnSty]{assumption}{\asptname}[chapter]
-\newmdtheoremenv[style=defnSty]{example}{\epname}[chapter]
-\newmdtheoremenv[style=defnSty]{exercise}{\ecname}[chapter]
-\newmdtheoremenv[style=defnSty]{problem}{\pbname}[chapter]
+\newmdtheoremenv[style=defnSty]{assumption}{\aptname}[chapter]
+\newmdtheoremenv[style=defnSty]{axiom}{\axname}[chapter]
+\newmdtheoremenv[style=defnSty]{conjecture}{\cjcname}[chapter]
+\newmdtheoremenv[style=defnSty]{property}{\prpname}[chapter]
+\newmdtheoremenv[style=defnSty]{example}{\expname}[chapter]
+\newmdtheoremenv[style=defnSty]{exercise}{\excname}[chapter]
+\newmdtheoremenv[style=defnSty]{problem}{\prbname}[chapter]
\theoremstyle{remark}
\let\proof\relax
@@ -346,17 +349,22 @@
\let\endproof\relax
\newmdtheoremenv[linecolor=verdeunb,linewidth=1pt,hidealllines=false]{proof}{\proofname.}
\AtEndEnvironment{proof}{\hfill$\square$}
+\newmdtheoremenv[linecolor=azulunb,linewidth=1pt,hidealllines=false]{solution}{\sltname.}
\newcommand{\thmnameen}{
\newcommand{\thname}{Theorem}
\newcommand{\lmname}{Lemma}
\newcommand{\prname}{Proposition}
\newcommand{\crname}{Corollary}
-\newcommand{\asptname}{Assumption}
+\newcommand{\aptname}{Assumption}
\newcommand{\dfname}{Definition}
-\newcommand{\epname}{Example}
-\newcommand{\ecname}{Exercise}
-\newcommand{\pbname}{Problem}
+\newcommand{\axname}{Axiom}
+\newcommand{\cjcname}{Conjecture}
+\newcommand{\prpname}{Property}
+\newcommand{\expname}{Example}
+\newcommand{\excname}{Exercise}
+\newcommand{\prbname}{Problem}
+\newcommand{\sltname}{Solution}
\newcommand{\rmname}{Remark}
\renewcommand{\proofname}{Proof}
\renewcommand{\lstlistingname}{Code}
@@ -370,11 +378,15 @@
\newcommand{\lmname}{Lema}
\newcommand{\prname}{Proposição}
\newcommand{\crname}{Corolário}
+\newcommand{\aptname}{Hipótese}
\newcommand{\dfname}{Definição}
-\newcommand{\asptname}{Hipótese}
-\newcommand{\epname}{Exemplo}
-\newcommand{\ecname}{Exercício}
-\newcommand{\pbname}{Problema}
+\newcommand{\axname}{Axioma}
+\newcommand{\cjcname}{Conjectura}
+\newcommand{\prpname}{Propriedade}
+\newcommand{\expname}{Exemplo}
+\newcommand{\excname}{Exercício}
+\newcommand{\prbname}{Problema}
+\newcommand{\sltname}{Solução}
\newcommand{\rmname}{Observação}
\renewcommand{\proofname}{Demonstração}
\renewcommand{\lstlistingname}{Código}