diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex new file mode 100644 index 00000000000..f1ec9646ce3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pkuthss/readme-src/chap/introduction.tex @@ -0,0 +1,69 @@ +% vim:ts=4:sw=4 +% +% Documentation for pkuthss. +% +% Copyright (c) 2008-2009 solvethis +% Copyright (c) 2010-2012 Casper Ti. Vector +% +% This work may be distributed and/or modified under the conditions of the +% LaTeX Project Public License, either version 1.3 of this license or (at +% your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX version +% 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% The current maintainer of this work is Casper Ti. Vector. +% +% This work consists of the following files: +% pkuthss.tex +% chap/copyright.tex +% chap/abstract.tex +% chap/introduction.tex +% chap/chap1.tex +% chap/chap2.tex +% chap/chap3.tex +% chap/conclusion.tex +% chap/encl1.tex +% chap/encl2.tex +% chap/acknowledge.tex + +\specialchap{序言} + +本文档是北京大学论文文档模版 pkuthss 的说明文档。 + +pkuthss 文档模版由四部分构成: +\begin{itemize} + \item \textbf{pkuthss 文档类}: + 其中进行了学位论文所需要的一些基本的设定, + 主要包括对基本排版格式的设定和提供设置论文信息的命令。 + \item \textbf{pkuthss-extra 宏包}: + 其中实现了学位论文中用户可能较多用到的一些额外功能, + 例如自动在目录中加入参考文献和索引的条目和% + 自动根据用户设定的文档信息对所生成 pdf 的作者、标题等属性进行设置等。 + \item \textbf{说明文档}: + 说明文档即本文档, + 在安装(见第 \ref{sec:inst} 节)之后应该可以用 \TeX{} 系统提供的 + \verb|texdoc| 命令调出: +\begin{Verbatim}[frame=single] +texdoc pkuthss +\end{Verbatim} + \item \textbf{文档模版}: + 模版的源代码(及由此生成的 pdf 文档) + 和本文档的 pdf 文件处于同一目录下。 + 用户只需按照模版中的框架修改代码,即可写出自己的论文。 +\end{itemize} + +在此之前,包括 dypang\supercite{dypang}、FerretL\supercite{FerretL}、% +lwolf\supercite{lwolf}、Langpku\supercite{Langpku}、% +solvethis\supercite{solvethis} 等的数位网友均做过学位论文模版的工作。 +本论文模版是 solvethis 的 pkuthss 模版的更新版本, +更新的重点是重构和对新文档类、宏包的支持。 + +pkuthss 文档模版现在的维护者是 Casper Ti. Vector\footnote% +{\href{mailto:CasperVector@gmail.com}{\texttt{CasperVector@gmail.com}}}。% +pkuthss 文档模版目前托管在 Google Code 上, +其项目主页是:\\ +\hspace*{\parindent}\url{http://code.google.com/p/caspervector/} + |