-
Notifications
You must be signed in to change notification settings - Fork 176
/
unplugged-zh-cn.tex
66 lines (46 loc) · 1.35 KB
/
unplugged-zh-cn.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
%\documentclass{article}
\documentclass[UTF8, a4paper,twoside]{book} %this has problems
% ==================== Book flag==========================
\global\let\wholebook=\relax %without relax, we build article, esle book
\input{common-zh-cn.tex}
\setcounter{page}{1}
\graphicspath{
{img/}
}
\makeindex
\begin{document}
% set PDF properties
\hypersetup{pdftitle={unplugged},%
pdfauthor={[email protected]},%
pdfsubject={Math},%
pdfkeywords={Math, CS}}
% ================================================================
% COVER PAGE
% ================================================================
\title{{\bf \Huge Unplugged}
\centering
\scalebox{0.4}{\includegraphics{img/fibonacci-spiral.eps}}
}
\author{刘新宇
\thanks{{\bfseries 刘新宇} \newline
Version: 0.6180339887498949 \newline
Email: [email protected] \newline
}}
\maketitle
% ================================================================
% Content
% ================================================================
%\newpage
\tableofcontents
\newpage
%\part{前言}
\subimport{digit-lock/}{digit-lock-zh-cn.tex}
\part{附录}
\appendix
%\appendixpage
\noappendicestocpagenum
\addappheadtotoc
%\input{others/appendix/list/list-zh-cn.tex}
%\input{fdl-1.3.tex}
\printindex
\end{document}