% Call the PPGEB document class
% numeric: ABNT numeric style
% autordata: ABNT autor-date style
% portuguese: for documents written in Portuguese
% english: for documents written in English
% article: include this option to mimic the article document class
\documentclass[numeric, english]{ppgeb}
% Set the folder in which all the figures are placed
\graphicspath{{./figs/}}
% Add the reference file (if you have more files you can include them by adding their names)
\addbibresource{references/ref.bib}
\begin{document}
%include coverpage, front page, catalographic sheet and minute of defence. You can edit the data in the preable.tex file
\include{pretextual/preamble}
% Acknowledgements and dedication
\include{pretextual/acknowledgements}
% Abstract in English
\include{pretextual/abstract}
% change page numbering style
\pagenumbering{roman}
% print the list of figures
\listoffigures
\clearpage
% print the list of tables
\listoftables
% print the glossary
\input{pretextual/glossary}
% print the table of contents
\tableofcontents*
\clearpage
% change page numbering style
\pagenumbering{arabic}
% change page style
\pagestyle{ruled}
% set chapther style -- you can change the chapter style by choosing one of the options below:
% bianchi, bringhurst, brotherton, chappell, crosshead, culver, dash, demo2, demo3, dowding, ell, ger, komalike, lyhne, madsen, ntglike, pedersen, southall, tandh, thatcher, veelo, verville, wilsondob, report, article
\chapterstyle{ell}
% Introduction
% ---
\input{chapters/chapter_introduction}
% ---
% Methods
% ---
\input{chapters/chapter_methods}
% ---
% Results
% ---
\input{chapters/chapter_results}
% ---
% Discussion
% ---
\input{chapters/chapter_discussion}
% ---
% Conclusion
% ---
\input{chapters/chapter_conclusion}
{
% ---
% References
% ---
\chapterstyle{default}
\printbibliography
% ---
% Glossary
% ---
\printglossary [style=altlist,title= {Glossary}]
\clearpage
}
%% Appendices
% Include appendices here (after the command \appendix)
\appendix
\input{postextual/appendix1}
{
\chapterstyle{default}
\setindexname{Índice} % Título do índice remissivo
\printindex % print index
}
\end{document}
PDF Preview
Create an account to compile and preview