% --------------------------------------------------
% index.tex
% --------------------------------------------------
%
% This is a template for starting new LaTeX projects. It is built
% to separate all the content into a folder called 'contents'. This
% way all the automatically generated files can be ignored by me.
% Various parts of the document can be configured in the 'config'
% folder such as the preamble and top matter.
%
% --------------------------------------------------
% DOCUMENT CLASS DECLARATION
% --------------------------------------------------
\input{document/config/documentClassDeclaration.tex}
% --------------------------------------------------
% PREAMBLE
% --------------------------------------------------
\input{document/config/preamble.tex}
% --------------------------------------------------
% START
% --------------------------------------------------
\begin{document}
% --------------------------------------------------
% TOP MATTER
% --------------------------------------------------
\input{document/config/topMatter.tex}
% --------------------------------------------------
% CONTENTS
% --------------------------------------------------
\input{document/contents.tex}
% --------------------------------------------------
% END
% --------------------------------------------------
\end{document}

PDF Preview
Create an account to compile and preview