latex template

A template system for my LaTeX Documents. [LaTeX]

Category

Other

License

Free to use (MIT)

File

index.tex

index.texRead-only preview
% --------------------------------------------------
% 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}

Preview
latex template preview
latex template LaTeX Template | Bibby | Bibby AI