%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Classicthesis Typographic Thesis
% LaTeX Template
% Version 1.3 (15/2/14)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% André Miede (http://www.miede.de)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% General Tips:
% 1) Make sure to edit the classicthesis-config.file
% 2) New enumeration (A., B., C., etc in small caps): \begin{aenumerate} \end{aenumerate}
% 3) For margin notes: \marginpar or \graffito{}
% 4) Do not use bold fonts in this style, it is designed around them
% 5) Use tables as in the examples
% 6) See classicthesis-preamble.sty for useful commands
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[
% twoside,openright,
titlepage,numbers=noenddot,headinclude,%1headlines,
footinclude=true,cleardoublepage=empty,
BCOR=5mm,paper=a4,fontsize=10pt, % Binding correction, paper type and font size
portuguese, % Languages
]{scrreprt}
\usepackage{xspace} % To get the spacing after macros right
%----------------------------------------------------------------------------------------
% My info
%----------------------------------------------------------------------------------------
\newcommand{\myTitle}{Curriculum Vitae\xspace}
\newcommand{\mySubtitle}{Avaliação Docente -- Triénio 2023-2025\xspace}
\newcommand{\myDegree}{Doutor\xspace}
\newcommand{\myName}{NOME-DOCENTE\xspace}
\newcommand{\myCC}{id-CARTAO-CIDADO\xspace}
\newcommand{\myDepartment}{Departamento de DEPARTAMENTO\xspace}
\newcommand{\myFaculty}{Escola Superior de Tecnologia e Gestão\xspace}
\newcommand{\myUni}{Instituto Politécnico de Leiria\xspace}
\newcommand{\myLocation}{Leiria\xspace}
\newcommand{\myTime}{MES ANO\xspace}
\newcommand{\myVersion}{version 0.0\xspace}
% Includes the file which contains all the document configurations and packages - make sure to edit this file
\input{config}
\begin{document}
\frenchspacing % Reduces space after periods to make text more compact
\raggedbottom % Makes all pages the height of the text on that page
\selectlanguage{portuguese} % Select your default language - e.g. american or ngerman
\pagenumbering{roman} % Roman page numbering prior to the start of the thesis content (i, ii, iii, etc)
\pagestyle{plain} % Suppress headers for the pre-content pages
%----------------------------------------------------------------------------------------
% PRE-CONTENT PAGES
%----------------------------------------------------------------------------------------
\include{Capas/Titlepage} % Main title page
\pagestyle{scrheadings} % Show chapter titles as headings
\clearpage
% list of contents + Acronyms
% edit this file to add new Acronyms
\include{Capas/Contents}
\clearpage
\pagenumbering{arabic} % Arabic page numbering for thesis content (1, 2, 3, etc)
%\setcounter{page}{90} % Uncomment to manually start the page counter at an arbitrary value (for example if you wish to count the pre-content pages in the page count)
%----------------------------------------------------------------------------------------
% Biographic data
%----------------------------------------------------------------------------------------
\clearpage\include{0-Biografia}
%----------------------------------------------------------------------------------------
% Tópicos da avaliação
%----------------------------------------------------------------------------------------
\clearpage\include{1-Cientifica}
\clearpage\include{2-Pedagogica}
\clearpage\include{3-Organizacional}
%----------------------------------------------------------------------------------------
% Declaração de honra
%----------------------------------------------------------------------------------------
\clearpage\include{Capas/Declaration}
\end{document}