diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/lshort-chinese/src/titlepage.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/lshort-chinese/src/titlepage.tex | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lshort-chinese/src/titlepage.tex b/Master/texmf-dist/doc/latex/lshort-chinese/src/titlepage.tex new file mode 100644 index 00000000000..e6d3bb0be45 --- /dev/null +++ b/Master/texmf-dist/doc/latex/lshort-chinese/src/titlepage.tex @@ -0,0 +1,35 @@ +\pdfbookmark{标题页}{title} +\thispagestyle{empty} + +\vspace*{\stretch{1}} +\noindent\begin{minipage}{\textwidth} +\raggedleft +{\huge \bfseries 一份(不太)简短的~\LaTeXe{}~介绍} +\noindent\rule[-1ex]{\textwidth}{5pt}\\[2.5ex] +\hfill\emph{\Large 或~\pageref{lshort-minutes}~分钟了解~\LaTeXe} +\end{minipage} + +\vspace{\stretch{1}} +\noindent\rlap{% + \begin{minipage}{\textwidth} + \linespread{2}\selectfont\raggedleft + {\bfseries 英文作者:} Tobias Oetiker\\ + Hubert Partl, Irene Hyna and Elisabeth Schlegl \\ + {\bfseries 英文版本:} Version~\lshortversionoriginal, \lshortdateoriginal\\[4ex] + {\bfseries 中文翻译:} C\TeX\ 开发小组 \\ + {\bfseries 中文版本:} 版本~\lshortversioncn,\zhdigits*{\the\year}年\zhnumber{\the\month}月 + \end{minipage}% +} + +\vspace{\stretch{2}} + +\newpage\thispagestyle{empty} +\begin{quote}\footnotesize + Copyright \copyright{} {\the\year} Chinese \TeX\ Society. \\ + 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''. +\end{quote}
\ No newline at end of file |