blob: 25017d9441b6fe573a631b7c58118fa9a6725ad8 (
plain)
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
|
% vim:ts=4:sw=4
%
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
% Copyright (c) 2010-2014 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
\chapter*{版权声明}
{
\zihao{3}\linespread{1.5}\selectfont
版权所有 \copyright\ 2008--2009 solvethis
\par
版权所有 \copyright\ 2010--2014 Casper Ti. Vector
\vskip 1em
pkuthss 文档类、pkuthss-extra 宏包及其说明文档均以 %
\LaTeX{} Project Public License 发布。
随 pkuthss 提供的模版源代码中,除以下文件
\begin{itemize}
\item \verb|img/pkulogo.eps|
\item \verb|img/pkuword.eps|
\item \verb|chap/copyright.tex|
\item \verb|chap/originauth.tex|
\end{itemize}
以 New BSD License 发布,
以及参考文献和引用使用的样式文件版权声明见相应文件中说明以外,
其余部分文件发布在公有领域(public domain)。
\par
}
|