-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompendium.tex
More file actions
92 lines (67 loc) · 2.02 KB
/
Compendium.tex
File metadata and controls
92 lines (67 loc) · 2.02 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
92
\documentclass[a4paper,listof=totoc,bibliography=totoc,openany]{scrbook}
\input{tex/preamble}
\title{The Singapore Mathematical Olympiad Compendium}
\subtitle{\url{https://asdia.dev/projects/compendium}}
\author{Eytan Chong}
\date{v0.1.\datetwo}
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\input{tex/introduction}
\mainmatter
\partx{Problems}
\chapter{SMO 2020}
\section{Open Section}
\input{tex/2020/Open/Round 1/2020-O-1-P}
\chapter{SMO 2021}
\section{Open Section}
\input{tex/2021/Open/Round 1/2021-O-1-P}
\chapter{SMO 2022}
\section{Open Section}
\input{tex/2022/Open/Round 1/2022-O-1-P}
\input{tex/2022/Open/Round 2/2022-O-2-P}
\chapter{SMO 2023}
\section{Senior Section}
\input{tex/2023/Senior/Round 1/2023-S-1-P}
\section{Open Section}
\input{tex/2023/Open/Round 1/2023-O-1-P}
\input{tex/2023/Open/Round 2/2023-O-2-P}
\chapter{SMO 2024}
\section{Junior Section}
\input{tex/2024/Junior/Round 1/2024-J-1-P}
\input{tex/2024/Junior/Round 2/2024-J-2-P}
\section{Senior Section}
\input{tex/2024/Senior/Round 1/2024-S-1-P}
\input{tex/2024/Senior/Round 2/2024-S-2-P}
\section{Open Section}
\input{tex/2024/Open/Round 1/2024-O-1-P}
\input{tex/2024/Open/Round 2/2024-O-2-P}
\partx{Solutions}
\chapter{SMO 2020}
\section{Open Section}
\input{tex/2020/Open/Round 1/2020-O-1-S}
\chapter{SMO 2021}
\section{Open Section}
\input{tex/2021/Open/Round 1/2021-O-1-S}
\chapter{SMO 2022}
\section{Open Section}
\input{tex/2022/Open/Round 1/2022-O-1-S}
\input{tex/2022/Open/Round 2/2022-O-2-S}
\chapter{SMO 2023}
\section{Senior Section}
\input{tex/2023/Senior/Round 1/2023-S-1-S}
\section{Open Section}
\input{tex/2023/Open/Round 1/2023-O-1-S}
\input{tex/2023/Open/Round 2/2023-O-2-S}
\chapter{SMO 2024}
\section{Junior Section}
\input{tex/2024/Junior/Round 1/2024-J-1-S}
\input{tex/2024/Junior/Round 2/2024-J-2-S}
\section{Senior Section}
\input{tex/2024/Senior/Round 1/2024-S-1-S}
\input{tex/2024/Senior/Round 2/2024-S-2-S}
\section{Open Section}
\input{tex/2024/Open/Round 1/2024-O-1-S}
\input{tex/2024/Open/Round 2/2024-O-2-S}
\end{document}