-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmath2060Notes.tex
More file actions
91 lines (83 loc) · 2.45 KB
/
math2060Notes.tex
File metadata and controls
91 lines (83 loc) · 2.45 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
\documentclass[mathNotesPreamble]{subfiles}
%% Externalize graphics and save in ./images/ folder
%% pdflatex --shell-escape <tex file>
%% The document can be compiled with the two following
%% lines commented out, but will recompile all figures
%% each time.
\usetikzlibrary{external}
\tikzexternalize[prefix=images/]
\begin{document}
\makeatletter
\title{Math 2060 Class notes\\[0.25\baselineskip]Spring 2021}
\author{Peter Westerbaan}
\pagestyle{headandfoot}
%\firstpageheader{\@title\\\@date}{}{Math 1070}
%\firstpageheadrule
\newcommand*{\currentname}{\@currentlabelname}
\runningfootrule
\runningfooter{\parbox{0.45\linewidth}{\currentname}}{\thepage}{\@title}
\makeatother
%% Title
\pagenumbering{roman}
\vspace*{\stretch{1}}
\begin{center}
\makeatletter
{\huge
\@title}\\[\baselineskip]
\@author\\[\baselineskip]
Last updated:
\@date\\
\makeatother
\end{center}
\vspace*{\stretch{1}}
\thispagestyle{empty}
\pagebreak
\pagestyle{headandfoot}
\renewcommand{\contentsname}{Table Of Contents}
\renewcommand\thesection{}
\tableofcontents
\newpage
\makeatletter
\firstpageheader{}{}{}
\firstpagefooter{\parbox{0.45\linewidth}{\currentname}}{\thepage}{\@title}
\firstpagefootrule
\makeatother
\pagenumbering{arabic}
\setcounter{page}{1}
%% everything else
\relscale{1.4}
\subfile{subfiles/briggs13_01}
\subfile{subfiles/briggs13_02}
\subfile{subfiles/briggs13_03}
\subfile{subfiles/briggs13_04}
\subfile{subfiles/briggs13_05}
\subfile{subfiles/briggs13_06}
\subfile{subfiles/briggs14_01}
\subfile{subfiles/briggs14_02}
\subfile{subfiles/briggs14_03}
\subfile{subfiles/briggs14_04}
\subfile{subfiles/briggs14_05}
\subfile{subfiles/briggs15_01}
\subfile{subfiles/briggs15_02}
\subfile{subfiles/briggs15_03}
\subfile{subfiles/briggs15_04}
\subfile{subfiles/briggs15_05}
\subfile{subfiles/briggs15_06}
\subfile{subfiles/briggs15_07}
\subfile{subfiles/briggs15_08}
\subfile{subfiles/briggs16_01}
\subfile{subfiles/briggs16_02}
\subfile{subfiles/briggs16_03}
\subfile{subfiles/briggs16_04}
\subfile{subfiles/briggs16_05}
\subfile{subfiles/briggs16_06}
\subfile{subfiles/briggs16_07}
\subfile{subfiles/briggs17_01}
\subfile{subfiles/briggs17_02}
\subfile{subfiles/briggs17_03}
\subfile{subfiles/briggs17_04}
\subfile{subfiles/briggs17_05}
\subfile{subfiles/briggs17_06}
\subfile{subfiles/briggs17_07}
\subfile{subfiles/briggs17_08}
\end{document}