\documentclass[11pt]{ppcic}
\usepackage[brazil]{babel}
\usepackage[T1]{fontenc}
\usepackage[pt-BR]{datetime2}
\usepackage{enumerate}
\usepackage{amsthm}
\usepackage[normalem]{ulem}
\bibliographystyle{apalike}
\DTMlangsetup{showdayofmonth=false}
\newtheorem{lemma}{Lema}
\newtheorem{corollary}{Corolário}
\newcommand{\warn}[1]{{\color{red} {#1}}}
\newcommand{\warnadv}[2]{
{\color{red} {#1}} {\color{blue} \begin{quote}\emph{\small{{#2}}}\end{quote}}}
\newcommand{\field}[1]{{\sc {#1}}}
\graphicspath{{./figures/}}
\newcommand\dtitle{Titulo}
\newcommand\dauthor{Discente}
\newcommand\dadvisor{Orientador}
\newcommand\djury{
\HRule \\ Presidente, Prof. nome orientador, D.Sc. (orientador) \\[0.8cm]
\HRule \\ nome coorientador, D.Sc. (coorientador)\\[0.8cm]
\HRule \\ Membro 1, D.Sc. \\[0.8cm]
\HRule \\ Membro 2, D.Sc. \\[2.5cm]
}
\makeglossaries
\newacronym{PF}{PF}{Padrões Frequentes}
\begin{document}
\input{cap0-preambulo.tex}
\pagenumbering{arabic}
\justifying
\input{cap1-intro.tex}
\input{cap2-referencial.tex}
\input{cap3-trab-relac.tex}
\input{cap4-metodo.tex}
\input{cap5-resultados.tex}
\input{cap6-conclusao.tex}
\newcommand{\Extrachap}[1]{\chapter*{#1}\markboth{#1}{#1}%
\addcontentsline{toc}{chapter}{#1}}
\Extrachap{Referências}
\renewcommand{\bibsection}{}
\renewcommand{\bibname}{}
\bibliography{references}
\label{lastpage}
\end{document}