From 8086b994142f79450d52681c0c3c2399e8852f18 Mon Sep 17 00:00:00 2001
From: Tony Alexander Hild <tony.hild@gmail.com>
Date: Fri, 22 Jan 2021 11:36:56 -0300
Subject: [PATCH] =?UTF-8?q?Arrumado=20erros=20e=20avisos=20de=20compila?=
 =?UTF-8?q?=C3=A7=C3=A3o=20-Arrumado=20mensagens=20de=20aviso=20na=20cria?=
 =?UTF-8?q?=C3=A7=C3=A3o=20do=20hyperref=20dos=20ap=C3=AAndices.=20-Coment?=
 =?UTF-8?q?ado=20pacote=20amssymb,=20pois=20newtxtext=20define=20os=20s?=
 =?UTF-8?q?=C3=ADmbolos.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 packages.tex | 2 +-
 ppginf.cls   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages.tex b/packages.tex
index 465799f..9926035 100644
--- a/packages.tex
+++ b/packages.tex
@@ -74,7 +74,7 @@
 % fontes adicionais
 \usepackage{amsmath}		% pacotes matemáticos
 \usepackage{amsfonts}		% fontes matemáticas 
-\usepackage{amssymb}		% símbolos 
+% \usepackage{amssymb}		% símbolos 
 
 % ------------------------------------------------------------------------------
 
diff --git a/ppginf.cls b/ppginf.cls
index 6ba0096..5b2fab0 100644
--- a/ppginf.cls
+++ b/ppginf.cls
@@ -281,7 +281,7 @@
 \newcommand\appendix@chapter[1]{%
   \refstepcounter{chapter}%
   \orig@chapter*{\@tagappendix\ \@Alph\c@chapter\enskip -- \enskip\MakeUppercase{#1}}%
-  \addcontentsline{toc}{chapter}{\@tagappendix\ \@Alph\c@chapter\enskip -- \enskip\uppercase{#1}}}%
+  \addcontentsline{toc}{chapter}{\texorpdfstring{\@tagappendix\ \@Alph\c@chapter\enskip -- \enskip\uppercase{#1}}{#1}}}%
 \let\orig@chapter\chapter
 \g@addto@macro\appendix{\let\chapter\appendix@chapter}
 
-- 
GitLab