texlive[74904] Master/texmf-dist: unbtex (10apr25)

commits+karl at tug.org commits+karl at tug.org
Thu Apr 10 22:06:54 CEST 2025


Revision: 74904
          https://tug.org/svn/texlive?view=revision&revision=74904
Author:   karl
Date:     2025-04-10 22:06:53 +0200 (Thu, 10 Apr 2025)
Log Message:
-----------
unbtex (10apr25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/unbtex/README.md
    trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo4.tex
    trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/ModalReduction.jl
    trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example.pdf
    trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex
    trunk/Master/texmf-dist/tex/latex/unbtex/unbtex.cls

Modified: trunk/Master/texmf-dist/doc/latex/unbtex/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unbtex/README.md	2025-04-09 23:42:20 UTC (rev 74903)
+++ trunk/Master/texmf-dist/doc/latex/unbtex/README.md	2025-04-10 20:06:53 UTC (rev 74904)
@@ -1,6 +1,6 @@
 # UnBTeX: A class for bachelor, master, and doctoral thesis at the
 # University of Brasilia (UnB), Brazil.
-# Version 1.5.4 2025/01/10
+# Version 1.5.5 2025/04/10
 
 Copyright (C) 2021-2025 by Henrique C. Ferreira <hcferreira at unb.br>
 
@@ -140,6 +140,8 @@
   1.5.4 (2025-01-10):
     . Added an option to the UnBTeX class to enable back-referencing in
       the bibliography
+  1.5.5 (2025-04-10):
+    . The microtype package has been configured to reduce compilation time
 
 ## Overleaf
 

Modified: trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo4.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo4.tex	2025-04-09 23:42:20 UTC (rev 74903)
+++ trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example/capitulo4.tex	2025-04-10 20:06:53 UTC (rev 74904)
@@ -67,7 +67,7 @@
   \eIf{$N$ for par}{
     $X \gets X \times X$\;
     $N \gets \frac{N}{2}$ \tcc*[r]{Isso é outro comentário}
-  }{\If{$N$ for impar}{
+  }{\If{$N$ for ímpar}{
       $y \gets y \times X$\;
       $N \gets N - 1$\;
     }

Modified: trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/ModalReduction.jl
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/ModalReduction.jl	2025-04-09 23:42:20 UTC (rev 74903)
+++ trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example/codigos/ModalReduction.jl	2025-04-10 20:06:53 UTC (rev 74904)
@@ -4,7 +4,7 @@
 export manuscript_p48, simulation
 export generateMATLABSimulationScript
 
-#Gera A, B, C to sistema completo
+#Gera A, B, C do sistema completo
 function generateABC(n)
     tau = 0.2426    # tau do barbante (1/s) para excursão de 30cm
     taul = 0.1133   # tau da bolinha (1/s) para excursão de 30cm

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

Modified: trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex	2025-04-09 23:42:20 UTC (rev 74903)
+++ trunk/Master/texmf-dist/doc/latex/unbtex/unbtex-example.tex	2025-04-10 20:06:53 UTC (rev 74904)
@@ -1,7 +1,7 @@
 %%
 %% UnBTeX: A class for bachelor, master, and doctoral thesis at the
 %% University of Brasilia (UnB), Brazil
-%% Version 1.5.4 2025/01/10
+%% Version 1.5.5 2025/04/10
 %% Copyright (C) 2021-2025 by Henrique C. Ferreira <hcferreira at unb.br>
 %%
 %% This class file may be distributed and/or modified under the conditions
@@ -14,7 +14,7 @@
 %% and version 1.3 or later is part of all distributions of LaTeX version
 %% 2005/12/01 or later.
 %%
-%% This file is a template for use with the UnBTex class
+%% This file is a template for use with the UnBTeX class
 %% To compile the document you should call pdflatex, bibtex, pdflatex
 %% 
 
@@ -22,6 +22,7 @@
     % -- Opção da classe memoir -- https://www.ctan.org/pkg/memoir
     oneside, % Para imprimir somente na frente da folha
     %twoside, % Para imprimir na frente e no verso da folha
+    %draft, % Use para compilar pela primeira vez trabalhos com timeout
     % -- Opção da classe abntex2 -- https://www.ctan.org/pkg/abntex2
     sumario=tradicional, % Remova esta opção para sumário padrão ABNT
     % -- Selecione o idioma no qual o trabalho será escrito
@@ -92,6 +93,7 @@
 % Orientadores
 % ---
 \orientador[Orientador]{Prof. Dr.}{Lourenço Nassib}{Chehab} % Para alterar o gênero, basta trocar Orientador por Orientadora
+%\orientador[Orientadora]{Profa. Dra.}{Sylla Helena}{Ortegosa da Cunha}
 % ---
 \coorientador[Coorientador]{Prof. Dr.}{}{} % Deixe os argumentos para nome e sobrenome vazios se não tiver coorientador 
 % ---
@@ -127,7 +129,7 @@
 % ---
 \local{Brasília}
 \dia{10}
-\mes{janeiro}
+\mes{abril}
 \ano{2025}
 % ---
 
@@ -134,11 +136,11 @@
 % ---
 % Membros da banca
 % ---
-\membrodabancai{Prof. Dr. Lourenço Nassib Chehab,\\ UnB/FT/ENE} % Membro 1 - Geralmente é o orientador
+\membrodabancai{Prof. Dr. Lourenço Nassib Chehab\\ UnB/FT/ENE} % Membro 1 - Geralmente é o orientador
 \membrodabancaifuncao{Orientador} % Em português, mesmo que o trabalho seja em inglês.
-\membrodabancaii{Prof. Dr. Sérgio Barroso de Assis Fonseca,\\ UnB/FT/ENE} % Membro 2
+\membrodabancaii{Prof. Dr. Sérgio Barroso de Assis Fonseca\\ UnB/FT/ENE} % Membro 2
 \membrodabancaiifuncao{Examinador interno}
-\membrodabancaiii{Prof. Dr. Nelson Ortegosa da Cunha,\\ UnB/FT/ENE} % Membro 3
+\membrodabancaiii{Prof. Dr. Nelson Ortegosa da Cunha\\ UnB/FT/ENE} % Membro 3
 \membrodabancaiiifuncao{Examinador interno}
 \membrodabancaiv{} % Deixe vazio se não tiver o quarto membro
 \membrodabancaivfuncao{Examinador externo}

Modified: trunk/Master/texmf-dist/tex/latex/unbtex/unbtex.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/unbtex/unbtex.cls	2025-04-09 23:42:20 UTC (rev 74903)
+++ trunk/Master/texmf-dist/tex/latex/unbtex/unbtex.cls	2025-04-10 20:06:53 UTC (rev 74904)
@@ -1,7 +1,7 @@
 %%
 %% UnBTeX: A class for bachelor, master, and doctoral thesis at the
 %% University of Brasilia (UnB), Brazil
-%% Version 1.5.4 2025/01/10
+%% Version 1.5.5 2025/04/10
 %% Copyright (C) 2021-2025 by Henrique C. Ferreira <hcferreira at unb.br>
 %%
 %% This class file may be distributed and/or modified under the conditions
@@ -21,7 +21,7 @@
 %%
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{unbtex}[2024/01/10 v1.5.4 Modelo da Universidade de Brasília baseado em abnTeX2]
+\ProvidesClass{unbtex}[2024/04/10 v1.5.5 Modelo da Universidade de Brasília baseado em abnTeX2]
 
 % ------------------------------------------------------------------------
 % Opções para a classe
@@ -281,7 +281,7 @@
 % Configurações do texto
 % ---
 \RequirePackage{indentfirst} % Indenta o primeiro parágrafo de cada seção.
-\RequirePackage{microtype} % Para melhorias de justificação
+\RequirePackage[disable=ifdraft,protrusion=false]{microtype} % Para melhorias de justificação
 \RequirePackage{icomma} % Configura casas decimais separadas por vírgula
 \frenchspacing % Retira espaço extra entre as frases (após o ponto final)
 \pdfminorversion=7 % Configuração da versão do arquivo pdf produzido



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