Alcazar

A free and Open-Source LaTeX template for academic works: theses, reports, etc.

Category

Reports

License

Free to use (MIT)

File

main.tex

main.texRead-only preview
% 
%            ,,                                        
%          `7MM            _.o9                                
%            MM                                             
%  ,6"Yb.    MM  ,p6"bo   ,6"Yb.  M"""MMV  ,6"Yb.  `7Mb,od8 
% 8)   MM    MM 6M'  OO  8)   MM  '  AMV  8)   MM    MM' "' 
%  ,pm9MM    MM 8M        ,pm9MM    AMV    ,pm9MM    MM     
% 8M   MM    MM YM.    , 8M   MM   AMV  , 8M   MM    MM     
% `Moo9^Yo..JMML.YMbmd'  `Moo9^Yo.AMMmmmM `Moo9^Yo..JMML.   
% 
% 
% Free, Open-Source Thesis template for LaTeX
% https://github.com/dpmj/alcazar

% ------------------------------------------------------------------------------

% If you need pdf/a compliance, see this guide:
% https://github.com/op3/latex-pdfa-howto

% ------------------------------------------------------------------------------
% PREAMBLE

% \documentclass[twoside, openright, 12pt, draft]{report}  % draft compile
\documentclass[twoside, openright, 12pt]{report}  % final compile

% ------------------------------------------------------------------------------
% Variables

% Title for the title page 
\newcommand{\thesisTitle}{Alcázar: a free and open source template for academic papers, for nerdy kids who do boring stuff like theses with endless titles.}
% Title for the pages' heading 
\newcommand{\thesisTitleShort}{Alcázar: a free and open source template for academic works.}

\newcommand{\thesisType}{Master's Thesis}  % Bachelor's Thesis, Master's Thesis, PhD Thesis...Thesis...
\newcommand{\thesisDegree}{Master's Degree}  % Bachelor's Degree, Master's Degree, PhD...
\newcommand{\thesisArea}{Area of knowledge}  % Area of knowledge

\newcommand{\thesisAuthor}{Thesis Author}  % Your name
\newcommand{\thesisTutor}{Thesis Supervisor}  % Your supervisor's name

\newcommand{\thesisYear}{2024}  % Date of the thesis' submission or defense 
\newcommand{\thesisMonth}{September}
\newcommand{\thesisDate}{{\thesisMonth} {\thesisYear}}
\newcommand{\thesisAcademicCourse}{2023/2024}  % During which academic year(s) was the thesis developed

\newcommand{\thesisSchool}{Universitat Politècnica de València}
\newcommand{\thesisAddress}{Camí de Vera, s/n, 46022 València, Valencia, Spain}
\newcommand{\thesisDepartment}{Department of Communications}

\newcommand{\thesisDOI}{10.5281/zenodo.13935260}  % Digital Object Identifier, leave blank if unknown (or get one at zenodo.org!)

% For the document
\newcommand{\thesisKeywords}{Keyword 1, Keyword 2, Keyword 3, Keyword 4, Keyword 4, Keyword 5, Keyword 6, Keyword 7, Keyword 8, Keyword 9, Keyword 10, Keyword N}  


% ------------------------------------------------------------------------------
% Import document style
\usepackage{style/alcazar}

\title{\thesisTitle}
\author{\thesisAuthor}

% If it is not imported on main.tex, the bibliography sometimes cannot be found by Overleaf or the VS Code extension.
\addbibresource{bibliography/references.bib}  

% END PREAMBLE
% ------------------------------------------------------------------------------
% BEGIN DOCUMENT

\begin{document}

% Redefine \autoref{} section naming 
\renewcommand{\subsectionautorefname}{\sectionautorefname}
\renewcommand{\subsubsectionautorefname}{\sectionautorefname}


% Titlepage, license, about, abstract, keywords, publications, acknowledgements, dedication and tables of contents
\include{opening/opening}

% Glossary and acronyms
\include{glossary/glossary}

% Chapters - main text
\include{text/chapters/chapters}

% Bibliography
\include{bibliography/bibliography}

% Addendum - secondary text
\include{text/appendix/appendix}

% It's nice to say thanks. 
% \include{text/appendix/thanks}  % Comment this line if you feel like it.

\end{document}

% END DOCUMENT
% ------------------------------------------------------------------------------


Preview
Alcazar preview
Alcazar LaTeX Template | Bibby | Bibby AI