-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscloac.tex
70 lines (61 loc) · 2.01 KB
/
scloac.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
67
68
69
70
\documentclass[12pt,a4paper,openany,oneside]{book}
%------------------------------------------------------------------------------%
\newcommand\artversion{1.0.11}
\newcommand\shorttitle{SCL of AC}
\newcommand\strtitle{Standard Code Library of Algorithm Competition}
\newcommand\strauthor{polossk, cfrpg, pr0grammer}
\title{\strtitle}
\author{\strauthor}
\date{\today}
%------------------------------------------------------------------------------%
\input{book-setting}
\usepackage{multicol}
%------------------------------------------------------------------------------%
\begin{document}
%------------------------------------------------------------------------------%
\begin{titlepage}
\vspace*{\fill}
\begin{center}
{\Huge \bf \strtitle} \\
\vspace{1em}
{\Large \it \strauthor} \\
\vspace{1em}
{\large \today} \\
\end{center}
\vspace{1em}
\begin{longtable}{|l|c|c|l|}
\hline
版本号 & 时间 & 修订人 & 修订说明 \\
\hline
1.0.10 & Aug 16, 2017 & polossk & 修复所有数学类的问题 \\
\hline
1.0.8 & May 18, 2017 & polossk & 重新更正格式 \\
\hline
1.0.7 & Jul 28, 2015 & cfrpg & 原作者的高斯消元害我debug一天! \\
\hline
1.0.6 & Nov 29, 2014 & polossk & 修改快速傅里叶变换的部分错误 \\
\hline
1.0.0 & Sept 10, 2014 & polossk & 文档成型 \\
\hline
\end{longtable}
\end{titlepage}
\thispagestyle{fancy}
\clearpage
\phantomsection
\addcontentsline{toc}{chapter}{\fHei 目录}
\begin{multicols}{2}
\tableofcontents
\end{multicols}
\clearpage
%------------------------------------------------------------------------------%
%---------------------------------------
% 文章正文
%---------------------------------------
\input{chapters/chapter-01-math.tex}
\input{chapters/chapter-99-misc.tex}
%---------------------------------------
%---------------------------------------
% 文章结束
%---------------------------------------
%------------------------------------------------------------------------------%
\end{document}