2011-06-26 02:08:21 +08:00
|
|
|
|
% Copyright (c) 2008-2009 solvethis
|
2016-03-10 19:12:36 +08:00
|
|
|
|
% Copyright (c) 2010-2016 Casper Ti. Vector
|
2011-06-26 02:08:21 +08:00
|
|
|
|
% All rights reserved.
|
|
|
|
|
|
%
|
|
|
|
|
|
% Redistribution and use in source and binary forms, with or without
|
|
|
|
|
|
% modification, are permitted provided that the following conditions are
|
|
|
|
|
|
% met:
|
|
|
|
|
|
%
|
|
|
|
|
|
% * Redistributions of source code must retain the above copyright notice,
|
|
|
|
|
|
% this list of conditions and the following disclaimer.
|
|
|
|
|
|
% * Redistributions in binary form must reproduce the above copyright
|
|
|
|
|
|
% notice, this list of conditions and the following disclaimer in the
|
|
|
|
|
|
% documentation and/or other materials provided with the distribution.
|
|
|
|
|
|
% * Neither the name of Peking University nor the names of its contributors
|
|
|
|
|
|
% may be used to endorse or promote products derived from this software
|
|
|
|
|
|
% without specific prior written permission.
|
2014-04-16 21:43:51 +08:00
|
|
|
|
%
|
2011-06-26 02:08:21 +08:00
|
|
|
|
% THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
|
|
|
|
|
% IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
|
|
|
|
|
% THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
|
|
|
% PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
|
|
|
|
|
|
% CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
|
|
|
|
% EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
|
|
|
% PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
|
|
|
|
% PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
|
|
|
|
% LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
|
|
|
|
% NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
|
|
|
|
% SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
|
|
2015-12-18 17:01:25 +08:00
|
|
|
|
% 此处不用 \specialchap,因为学校要求目录不包括其自己及其之前的内容。
|
|
|
|
|
|
\chapter*{版权声明}
|
2016-03-09 21:06:47 +08:00
|
|
|
|
% 综合学校的书面要求及 Word 模版来看,版权声明页不需加页眉、页脚。
|
|
|
|
|
|
\thispagestyle{empty}
|
2011-06-26 02:08:20 +08:00
|
|
|
|
|
2015-04-27 15:37:08 +08:00
|
|
|
|
任何收存和保管本论文各种版本的单位和个人,
|
|
|
|
|
|
未经本论文作者同意,不得将本论文转借他人,
|
|
|
|
|
|
亦不得随意复制、抄录、拍照或以任何方式传播。
|
|
|
|
|
|
否则一旦引起有碍作者著作权之问题,将可能承担法律责任。
|
|
|
|
|
|
|
|
|
|
|
|
% 若需排版二维码,请将二维码图片重命名为“barcode”,
|
|
|
|
|
|
% 转为合适的图片格式,并放在当前目录下,然后去掉下面 3 行的注释。
|
|
|
|
|
|
%\vfill\noindent
|
|
|
|
|
|
%\includegraphics[height = 5em]{barcode}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
|
2016-02-27 21:16:58 +08:00
|
|
|
|
% vim:ts=4:sw=4
|