summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex b/Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex
index 9f5ae00ed30..47d55d533f7 100644
--- a/Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex
+++ b/Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex
@@ -1,7 +1,5 @@
-% vim:ts=4:sw=4
-%
% Copyright (c) 2008-2009 solvethis
-% Copyright (c) 2010-2015 Casper Ti. Vector
+% Copyright (c) 2010-2016 Casper Ti. Vector
% All rights reserved.
%
% Redistribution and use in source and binary forms, with or without
@@ -29,7 +27,10 @@
% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-\specialchap{版权声明}
+% 此处不用 \specialchap,因为学校要求目录不包括其自己及其之前的内容。
+\chapter*{版权声明}
+% 综合学校的书面要求及 Word 模版来看,版权声明页不需加页眉、页脚。
+\thispagestyle{empty}
任何收存和保管本论文各种版本的单位和个人,
未经本论文作者同意,不得将本论文转借他人,
@@ -41,3 +42,4 @@
%\vfill\noindent
%\includegraphics[height = 5em]{barcode}
+% vim:ts=4:sw=4