-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnotes.tex
More file actions
34 lines (31 loc) · 754 Bytes
/
notes.tex
File metadata and controls
34 lines (31 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\providecommand{\main}{.}
\documentclass[11pt, a4paper]{book}
\usepackage{notestyles}
\raggedbottom
\title{COS1521 Notes}
\author{ }
\hypersetup{
pdftitle={COS1521 Notes},
pdfsubject={Computer Systems}
}
\begin{document}
\begin{titlepage}
\maketitle
\end{titlepage}
\clearpage\begingroup\pagestyle{empty}\cleardoublepage\endgroup
\tableofcontents
\rulechapterend
\addfile{units/unit01.tex}
\addfile{units/unit02.tex}
\addfile{units/unit03.tex}
\addfile{units/unit04.tex}
\addfile{units/unit05.tex}
\addfile{units/unit06.tex}
\addfile{units/unit07.tex}
\addfile{units/unit08.tex}
\addfile{units/unit09.tex}
\addfile{units/unit10.tex}
\addfile{units/unit11.tex}
\addfile{units/unit13.tex}
\addfile{units/unit14.tex}
\end{document}