Skip to content

Instantly share code, notes, and snippets.

@louwjlabuschagne
Last active April 24, 2017 07:56
Show Gist options
  • Save louwjlabuschagne/36f18b685e5908d2098b364f69ce637e to your computer and use it in GitHub Desktop.
Save louwjlabuschagne/36f18b685e5908d2098b364f69ce637e to your computer and use it in GitHub Desktop.
main.tex
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
% This is a simple template for a LaTeX document using the "article" class.
% See "book", "report", "letter" for other types of document.
\documentclass[11pt]{article} % use larger type; default would be 10pt
\input{content/preAmble}
%%% The "real" document content comes below...
\title{}
\author{}
\date{\today} % Activate to display a given date or no date (if empty),
% otherwise the current date is printed
\begin{document}
\maketitle
\setcounter{tocdepth}{2}
\tableofcontents \newpage
%\input{content/} \newpage
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment