From f5beacef58e875d5a2af5a01ea6941fb2df54c5f Mon Sep 17 00:00:00 2001
From: Carlos Maziero <maziero@inf.ufpr.br>
Date: Mon, 19 Feb 2018 10:38:18 +0100
Subject: [PATCH] add way to change chapter title format

---
 ppginf.cls | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ppginf.cls b/ppginf.cls
index 0502061..1491309 100644
--- a/ppginf.cls
+++ b/ppginf.cls
@@ -86,6 +86,12 @@
 \geometry{right=2cm,left=2cm,top=3cm,bottom=2cm}
 \geometry{bindingoffset=1cm}
 
+% 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]
+%{\huge\bfseries}{\thechapter.}{1em}{\Huge\bfseries}
+
 % indentar o primeiro parágrafo (português) em 15mm
 \RequirePackage{indentfirst}
 \setlength{\parindent}{15mm}
-- 
GitLab