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.
42 lines
832 B
TeX
42 lines
832 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{Test Title}
|
|
\author{William King}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\newpage
|
|
|
|
\section{Introduction}
|
|
\subfile{sections/00_Introduction}
|
|
|
|
\section{Laws of Motion}
|
|
\subfile{sections/01_LawsOfMotion}
|
|
|
|
\section{Kessler Syndrome}\label{SEC:Kessler}
|
|
\subfile{sections/02_KesslerSyndrome}
|
|
|
|
\section{Survival Analysis}\label{SEC:Survival}
|
|
\subfile{sections/03_SurvivalAnalysis}
|
|
|
|
\section{Constellation Operator's Program}\label{SEC:Operator}
|
|
\subfile{sections/04_ConstellationOperator}
|
|
|
|
\section{Social Planner's Program}\label{SEC:Planner}
|
|
\subfile{sections/05_SocialPlanner}
|
|
|
|
|
|
|
|
\end{document}
|