-
Notifications
You must be signed in to change notification settings - Fork 17
/
maketitle.tex
76 lines (66 loc) · 2.7 KB
/
maketitle.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
71
72
73
74
75
76
% -*- coding: utf-8 -*-
% Translated by [email protected]
\documentclass{book}
\input{preamble}
\begin{document}
%\title{\TeX\ by Topic, A \TeX nician's Reference}
%\date{document revision 1.4, December 2013}
%\author{Victor Eijkhout}
%\maketitle
\title{\TeX\ 主题选讲\\ {\normalsize \TeX\ 技术员手册}}
\date{document revision 1.4, December 2013}
\author{Victor Eijkhout \\ 翻译:LiYanrui, zoho, Liam0205}
\maketitle
%\thispagestyle{empty}
%\hbox{}\vfill\hbox{}\pagebreak
%\setcounter{page}{1}
\thispagestyle{empty}
\hbox{}\vfill\hbox{}\pagebreak
\setcounter{page}{1}
% \begin{minipage}[h]{1.0\linewidth}\parskip 15pt
% Copyright \copyright\ 1991-2013 Victor Eijkhout.\\
% Permission is granted to copy, distribute and/or modify this document
% under the terms of the GNU Free Documentation License, Version 1.2
% 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".
\begin{minipage}[h]{1.0\linewidth}\parskip 15pt
Copyright \copyright\ 1991-2013 Victor Eijkhout.\\
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
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".
%This document is based on the book \TeX\ by Topic,
%copyright 1991-2008 Victor Eijkhout. This book was
%printed in~1991 by Addison-Wesley UK, ISBN 0-201-56882-9, reprinted
%in~1993, pdf version first made freely available in~2001.
This document is based on the book \TeX\ by Topic,
copyright 1991-2008 Victor Eijkhout. This book was
printed in~1991 by Addison-Wesley UK, ISBN 0-201-56882-9, reprinted
in~1993, pdf version first made freely available in~2001.
%Cover design (lulu.com version): Joanna K. Wozniak ([email protected])
Cover design (lulu.com version): Joanna K. Wozniak ([email protected])
%\begin{comment}
%Revision history:\\
%1.0 first open source release, 2007/09/29\\
%1.1 fixed some missing control sequence names
%(replace \cs{cstoidx} by \cs{csterm})\\
%1.2 cleaned up most typographic accidents.
%\\ svn revision \svnrev, \svndate
%\end{comment}
\begin{comment}
Revision history:\\
1.0 first open source release, 2007/09/29\\
1.1 fixed some missing control sequence names
(replace \cs{cstoidx} by \cs{csterm})\\
1.2 cleaned up most typographic accidents.
\\ svn revision \svnrev, \svndate
\end{comment}
% \end{minipage}
%\pagebreak
\end{minipage}
\pagebreak
\end{document}