Basically each section is separated out into it's own file for easy navigation of the project.
This is done using the \input
command which inserts a latex file inline to the location where it is called.
This creates a subsection that is non-numbered.
If you wish to let them be numbered, do not include the *
.
\subsection*{Introduction}
This creates a subsubsection that is non-numbered.
If you wish to let them be numbered, do not include the *
.
\subsubsection*{Abstract}
This creates a citation for a bibitem
named columnar
.
\cite{columnar}
Requires latexmk
and pdflatex
to be in your PATH
.