-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCST-Live-Guide.tex
63 lines (49 loc) · 1.94 KB
/
CST-Live-Guide.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
% Copyright (c) 2019 - 2022 Geno Chen.
% Permission is granted to copy, distribute and/or modify this document
% under the terms of the GNU Free Documentation License, Version 1.3
% or any later version published by the Free Software Foundation;
% with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
% A copy of the license is included in the section entitled "GNU
% Free Documentation License".
\documentclass[a4paper, 12pt]{book}
\usepackage{CommonInclusion}
\title{CST 生存指南}
\author{15 CST Geno}
\date{\today}
\renewcommand{\contentsname}{目录}
\begin{document}
\pagenumbering{gobble}
% begin of \maketitle
% https://tex.stackexchange.com/a/10133/149813
\begin{center}
{\LARGE \thetitle \par}
\vskip 3em
{\large \lineskip .75em \begin{tabular}[t]{c} \theauthor \end{tabular}\par}
\vskip 1.5em
{\large \thedate \par}
\vskip 1.5em
版本 \input{version} ( 构建次数 \input{build.txt},\input{wordcount.txt}字 )
\end{center}
\subfile{Preface/intro}
\addcontentsline{toc}{chapter}{前言}
\tableofcontents
\newpage
\pagenumbering{arabic}
\setcounter{chapter}{-1}
\subfile{Preclass/intro}
\subfile{Preclass/solving}
\subfile{Preclass/sitting}
\subfile{Preclass/english}
\subfile{NumberSystemBasics/Intro}
\subfile{NumberSystemBasics/PositionalNotation}
\subfile{NumberSystemBasics/PositionalNotationPresentation}
\subfile{NumberSystemBasics/BinaryPresentationOnComputer}
\subfile{NumberSystemBasics/PositionalNotationConversion}
\subfile{NumberSystemBasics/FixedPointAndFloatingPoint}
\subfile{NumberSystemBasics/FloatingPointNotations}
\subfile{NumberSystemBasics/non-positional}
\subfile{Calculations/intro}
\subfile{Uncategorized/Intro}
\subfile{Uncategorized/IsUniversityInterpersonImportant}
\printbibliography[heading=bibliography, title=参考文献]
\end{document}