From 0a4f0b95c91932b7bf0056ac6f8c2c7306195987 Mon Sep 17 00:00:00 2001 From: Caio Lins <61877795+Caioflp@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:30:47 -0300 Subject: [PATCH 1/2] Comments out micro type package for English version. --- versao_ingles/trabalho-academico.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/versao_ingles/trabalho-academico.tex b/versao_ingles/trabalho-academico.tex index d6be1e6..a68a579 100644 --- a/versao_ingles/trabalho-academico.tex +++ b/versao_ingles/trabalho-academico.tex @@ -39,7 +39,11 @@ \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{lmodern} -\usepackage{microtype} % para melhorias de justificação +% The 'microtype' package may cause compilation errors with +% abntex2 in some environments. +% This may get fixed at some point, so you may uncomment +% this line and test it if you wish. +% \usepackage{microtype} % para melhorias de justificação \usepackage{indentfirst} \usepackage{csquotes} @@ -299,4 +303,4 @@ \phantompart \printindex -\end{document} \ No newline at end of file +\end{document} From 6a98d39d2d76d04616d38f51bc1e41c6ed8d3a4b Mon Sep 17 00:00:00 2001 From: Caio Lins <61877795+Caioflp@users.noreply.github.com> Date: Sat, 16 Sep 2023 21:31:30 -0300 Subject: [PATCH 2/2] Comments out microtype package in Portuguese version. --- trabalho/trabalho-academico.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/trabalho/trabalho-academico.tex b/trabalho/trabalho-academico.tex index a04c2fe..d1821e3 100644 --- a/trabalho/trabalho-academico.tex +++ b/trabalho/trabalho-academico.tex @@ -39,7 +39,11 @@ \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{lmodern} -\usepackage{microtype} % para melhorias de justificação +% The 'microtype' package may cause compilation errors with +% abntex2 in some environments. +% This may get fixed at some point, so you may uncomment +% this line and test it if you wish. +% \usepackage{microtype} % para melhorias de justificação \usepackage{indentfirst} \renewcommand{\ABNTEXchapterfont}{\fontfamily{ptm}\fontseries{b}\selectfont} @@ -293,4 +297,4 @@ \phantompart \printindex -\end{document} \ No newline at end of file +\end{document}