2011-06-26 02:08:15 +08:00
|
|
|
|
% Peking University dissertation document class
|
|
|
|
|
|
%
|
2011-06-26 02:08:21 +08:00
|
|
|
|
% Copyright (c) 2008-2009 solvethis
|
2021-02-28 15:49:19 +08:00
|
|
|
|
% Copyright (c) 2010-2013,2015,2021 Casper Ti. Vector
|
2021-03-06 00:35:46 +08:00
|
|
|
|
% Copyright (c) 2021 Kurapica
|
2011-06-26 02:08:15 +08:00
|
|
|
|
%
|
|
|
|
|
|
% 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
|
2017-03-07 21:39:19 +08:00
|
|
|
|
% https://www.latex-project.org/lppl.txt
|
2011-06-26 02:08:15 +08:00
|
|
|
|
% 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.
|
|
|
|
|
|
%
|
2011-06-26 02:08:20 +08:00
|
|
|
|
% This work consists of the following files:
|
|
|
|
|
|
% pkuthss.cls
|
2021-04-16 23:12:11 +08:00
|
|
|
|
% pkuthss.def
|
2011-06-26 02:08:20 +08:00
|
|
|
|
% pkuthss-gbk.def
|
|
|
|
|
|
% pkuthss-utf8.def
|
2014-04-16 19:56:31 +08:00
|
|
|
|
% pkulogo.eps
|
|
|
|
|
|
% pkuword.eps
|
2011-06-26 02:08:20 +08:00
|
|
|
|
|
2011-06-26 02:08:25 +08:00
|
|
|
|
\ProvidesFile{pkuthss-utf8.def}
|
2021-10-16 23:08:11 +08:00
|
|
|
|
[2021/10/16 v1.9.1 Labels and captions in UTF-8 encoding
|
2011-06-26 02:08:27 +08:00
|
|
|
|
for the pkuthss document class]
|
2011-06-26 02:08:25 +08:00
|
|
|
|
|
2025-05-28 07:49:09 +08:00
|
|
|
|
\def\label@ctitle{}
|
2012-05-11 10:34:01 +08:00
|
|
|
|
\def\label@cauthor{姓\hphantom{汉字}名:}
|
|
|
|
|
|
\def\label@studentid{学\hphantom{汉字}号:}
|
|
|
|
|
|
\def\label@school{院\hphantom{汉字}系:}
|
2025-05-28 07:49:09 +08:00
|
|
|
|
\def\label@cmajor{专业名称}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
\def\label@direction{研究方向:}
|
2025-05-28 07:49:09 +08:00
|
|
|
|
\def\label@cmentor{指导教师姓名}
|
|
|
|
|
|
\def\label@thedgree{申请学位级别}
|
|
|
|
|
|
\def\label@thesubmitdate{论文提交日期}
|
|
|
|
|
|
\def\label@thedefencedate{论文答辩日期}
|
2011-06-26 02:08:20 +08:00
|
|
|
|
\def\label@ckeywords{关键词:}
|
2021-03-06 00:35:46 +08:00
|
|
|
|
\def\label@blindcover{(匿名评阅论文封面)}
|
|
|
|
|
|
\def\label@blindctitle{中文题目:}
|
|
|
|
|
|
\def\label@blindetitle{英文题目:}
|
|
|
|
|
|
\def\label@blinddiscipline{一级学科:}
|
|
|
|
|
|
\def\label@blindmajor{二级学科:}
|
|
|
|
|
|
\def\label@blindid{论文编号:}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
|
2011-06-26 02:08:21 +08:00
|
|
|
|
\def\titlepagename{封面}
|
2025-05-14 08:09:28 +08:00
|
|
|
|
\def\cuniversity{中国工程物理研究院}
|
2021-02-28 15:49:19 +08:00
|
|
|
|
\def\cthesisname{博士学位论文}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
\def\cabstractname{摘要}
|
2021-04-15 21:39:49 +08:00
|
|
|
|
|
2011-06-26 02:08:15 +08:00
|
|
|
|
\endinput
|
2016-02-27 21:16:58 +08:00
|
|
|
|
% vim:ft=tex:ts=2:sw=2
|