forked from wangyif2/RE-for-beginners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage_after_cover_CN.tex
48 lines (31 loc) · 1014 Bytes
/
page_after_cover_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
% !TEX program = XeLaTeX
% !TEX encoding = UTF-8
\documentclass[UTF8,nofonts]{ctexart}
\setCJKmainfont[BoldFont=STHeiti,ItalicFont=STKaiti]{STSong}
\setCJKsansfont[BoldFont=STHeiti]{STXihei}
\setCJKmonofont{STFangsong}
\begin{document}
%daveti: translated on Dec 27, 2016
%NOTE: above is needed for MacTex.
\begin{titlepage}
\input{cover}
\end{titlepage}
\newpage
\begin{center}
\vspace*{\fill}
{\LARGE \TITLE}
\vspace*{\fill}
{\large \AUTHOR}
{\large \TT{<\EMAIL>}}
\vspace*{\fill}
\vfill
\ccbysa
\textcopyright 2013-2016, \AUTHOR.
本书在Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license下授权。
关于这个执照的详情, 请参考\url{https://creativecommons.org/licenses/by-sa/4.0/}.
文档版本 Text version ({\large \today}).
最新版 (和俄语版) 可以从这里下载到\href{http://go.yurichev.com/17009}{beginners.re}.
E-book版本。
封面由Andy Nechaevsky设计: \href{http://go.yurichev.com/17023}{facebook}.
\end{center}
\end{document}