From 1acab9093a537758c4d297a8158030588c61a2b4 Mon Sep 17 00:00:00 2001 From: Carlos Maziero <maziero@inf.ufpr.br> Date: Mon, 5 Mar 2018 09:50:24 +0100 Subject: [PATCH] capa final nao deve contar como pagina --- ppginf.cls | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ppginf.cls b/ppginf.cls index 1491309..5e22f9d 100644 --- a/ppginf.cls +++ b/ppginf.cls @@ -86,7 +86,7 @@ \geometry{right=2cm,left=2cm,top=3cm,bottom=2cm} \geometry{bindingoffset=1cm} -% mudar o tÃtulo dos capÃtulos para "1. Introdução", etc +% para mudar o tÃtulo dos capÃtulos para "1. Introdução", etc % ATENCAO: https://tex.stackexchange.com/questions/299969/titlesec-loss-of-section-numbering-with-the-new-update-2016-03-15 %\RequirePackage{titlesec} %\titleformat{\chapter}[hang] @@ -422,6 +422,10 @@ \end{doublespace} \end{center} \cleardoublepage + + % reiniciar numeração de páginas, para não contar a capa; + % segundo a bib@UFPR a capa final não deve contar como página + \setcounter{page}{1} \fi % FOLHA DE ROSTO -- GitLab