You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
782 B
TeX
50 lines
782 B
TeX
\documentclass{article}
|
|
|
|
%Setup Subfiles
|
|
\usepackage{subfiles}
|
|
|
|
|
|
|
|
%Include preambles
|
|
\input{assets/preambles/MathPreamble}
|
|
\input{assets/preambles/TikzitPreamble}
|
|
\input{assets/preambles/BibPreamble}
|
|
\input{assets/preambles/GeneralPreamble}
|
|
|
|
\title{Title Goes Here \\ \small{subtitle goes here}}
|
|
\author{William King}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\section{Introduction}
|
|
\subfile{sections/00_template} %Pull in introduction
|
|
|
|
%Describe sections
|
|
The paper is organized as follows.
|
|
Section \ref{SEC:Models}, describes something important.
|
|
|
|
%\section{Modeling the Environment}\label{SEC:Environment}
|
|
\section{Model}\label{SEC:Models}
|
|
Section goes here
|
|
|
|
\newpage
|
|
\section{References}
|
|
\printbibliography
|
|
|
|
\newpage
|
|
\tableofcontents
|
|
\end{document}
|
|
|
|
% NOTES:
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|
|
%
|