nus/ma1522/master.tex

86 lines
1.4 KiB
TeX

\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
% ------------------------------------------------------------------------------
\section{Lecture 1}
\hr
\input{lec_01.tex}
\newpage
\section{Lecture 2}
\hr
\input{lec_02.tex}
\section{Lecture 3}
\hr
\input{lec_03.tex}
\section{Lecture 4}
\hr
\input{lec_04.tex}
\section{Lecture 5}
\hr
\input{lec_05.tex}
\section{Lecture 6}
\hr
\input{lec_06.tex}
\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}