summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-17 21:34:25 +0000
committerKarl Berry <karl@freefriends.org>2016-03-17 21:34:25 +0000
commit8f657991c60e3567495c2403a20d67d9f2d0224a (patch)
tree3198449b2ffa68cd74901a845abe500b0c82635c /Master/texmf-dist/doc/latex/pkuthss/example/chap/copyright.tex
parent3d5121ecb93a26ea370ee1cd50381569cb8354f7 (diff)
pkuthss (17mar16)
git-svn-id: svn://tug.org/texlive/trunk@40057 c570f23f-e606-0410-a88d-b1316a301751
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