\documentclass[a4paper]{article} \input{./preamble.tex} % ------------------------------------------------------------------------------ \begin{document} % ------------------------------------------------------------------------------ % Cover Page and ToC % ------------------------------------------------------------------------------ \title{\normalsize \textsc{} \\ [2.0cm] \HRule{1.5pt} \\ \LARGE \textbf{\uppercase{MA1522} \HRule{2.0pt} \\ [0.6cm] \LARGE{Linear Algebra in Computing} \vspace*{10\baselineskip}} } \date{} \author{\textbf{Yadunand Prem}} \maketitle \newpage \tableofcontents \newpage % ------------------------------------------------------------------------------ \layout* \section{Linear Systems} \hr \input{ch_01.tex} \newpage \section{Matrices} \hr \input{ch_02.tex} \newpage \section{Vector Spaces} \hr \input{ch_03.tex} \newpage \section{Reference} \begin{theorem} This is a theorem. \end{theorem} \begin{proposition} This is a proposition. \end{proposition} \begin{principle} This is a principle. \end{principle} \begin{note} This is a note \end{note} \begin{defn}[Some Term] This is a definition \end{defn} % Maybe I need to add one more part: Examples. % Set style and colour later. \newpage % ------------------------------------------------------------------------------ \end{document}