generated from Tiphereth-A/TINplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
notebook.tex
66 lines (48 loc) · 1.33 KB
/
notebook.tex
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
%-*- coding: utf-8 -*-
\documentclass[10pt]{ICPCnotebook}
\begin{document}
\begin{titlepage}
\vspace*{3cm}
\begin{figure}[H]
\centering
\includegraphics[height=6cm]{img/cplib-logo-ba-style.png}
\end{figure}
\vspace*{6cm}
\begin{center}
\large \url{https://github.com/Tiphereth-A/CP-lib}
\end{center}
\vspace*{0.3cm}
\begin{center}
Tifa, tan60, AgOH
\end{center}
\begin{center}
(按首个 commit 的时间顺序排列)
\end{center}
\vspace*{0.2cm}
\begin{center}
\today
\end{center}
\end{titlepage}
\pagestyle{plain}
\pagenumbering{gobble}
本书代码默认数组下标从 \(0\) 开始 (\([0, n)\)), 故需注意题目下标是从 \(0\) 开始 (\([0, n)\)) 还是从 \(1\) 开始 (\([1, n]\))
\inputminted{cpp}{src/src/main.cpp}
\inputminted{cpp}{src/src/test.cpp}
\inputminted{yaml}{src/src/.clang-format}
\inputminted{bash}{src/src/run.sh}
\newpage
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\newpage
\pagestyle{fancy}
\pagenumbering{arabic}
\setcounter{page}{1}
\input{_gen/contents_notebook.tex}
\input{_gen/contents_cheatsheet.tex}
\section{TCSCS}
\label{sec:theoretical-computer-science-cheat-sheet}
\includepdf[pages=-,pagecommand={}]{src/src/cheat.pdf}
\bibliographystyle{plain}
\bibliography{notebook}
\end{document}