2011-06-26 02:08:21 +08:00
|
|
|
|
% Copyright (c) 2008-2009 solvethis
|
2021-02-28 14:59:01 +08:00
|
|
|
|
% Copyright (c) 2010-2016,2018-2019,2021 Casper Ti. Vector
|
2021-03-06 00:35:46 +08:00
|
|
|
|
% Copyright (c) 2021 Kurapica
|
2011-06-26 02:08:21 +08:00
|
|
|
|
% Public domain.
|
2012-05-28 17:05:01 +08:00
|
|
|
|
%
|
2012-10-10 22:08:00 +08:00
|
|
|
|
% 使用前请先仔细阅读 pkuthss 和 biblatex-caspervector 的文档,
|
2012-06-01 10:09:01 +08:00
|
|
|
|
% 特别是其中的 FAQ 部分和用红色强调的部分。
|
2012-10-10 22:08:00 +08:00
|
|
|
|
% 两者可在终端/命令提示符中用
|
|
|
|
|
|
% texdoc pkuthss
|
|
|
|
|
|
% texdoc biblatex-caspervector
|
|
|
|
|
|
% 调出。
|
2011-06-26 02:08:21 +08:00
|
|
|
|
|
2021-03-04 10:59:52 +08:00
|
|
|
|
% 如果格式审查提示字号不严格符合标准,可以在 [] 中加入“ugly”选项。
|
2015-12-16 20:28:58 +08:00
|
|
|
|
\documentclass[UTF8]{pkuthss}
|
2018-06-13 02:39:52 +08:00
|
|
|
|
% 如果的确须要使脚注按页编号的话,可以去掉后面 footmisc 包的注释。
|
|
|
|
|
|
%\usepackage[perpage]{footmisc}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
|
2015-06-18 19:35:37 +08:00
|
|
|
|
% 使用 biblatex 排版参考文献,并规定其格式(详见 biblatex-caspervector 的文档)。
|
2018-05-30 09:51:01 +08:00
|
|
|
|
% 这里按照西文文献在前,中文文献在后排序(“sorting = ecnyt”);
|
2018-06-23 21:07:15 +08:00
|
|
|
|
% 若须按照中文文献在前,西文文献在后排序,请设置“sorting = cenyt”;
|
|
|
|
|
|
% 若须按照引用顺序排序,请设置“sorting = none”。
|
|
|
|
|
|
% 若须在排序中实现更复杂的需求,请参考 biblatex-caspervector 的文档。
|
2021-03-04 10:59:52 +08:00
|
|
|
|
% biblatex-caspervector 也有一个“ugly”选项,使其更像国标格式;此外也可考虑
|
2021-03-04 19:49:06 +08:00
|
|
|
|
% 改用 style = gb7714-2015 并去掉之后两选项,详见 biblatex-gb7714-2015 的文档。
|
2024-07-08 20:41:48 +08:00
|
|
|
|
\usepackage[backend = biber, seconds = true, style = caspervector, utf8, sorting = none]{biblatex}
|
2025-05-14 08:09:28 +08:00
|
|
|
|
\usepackage{bm}
|
|
|
|
|
|
\usepackage{mathrsfs}
|
|
|
|
|
|
\usepackage{booktabs}
|
|
|
|
|
|
\usepackage{multirow}
|
2025-05-28 07:49:09 +08:00
|
|
|
|
\usepackage{algorithm}
|
|
|
|
|
|
\usepackage{algpseudocode}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
|
2024-07-08 20:41:48 +08:00
|
|
|
|
\hypersetup{colorlinks = true, allcolors = blue}
|
2015-12-16 20:18:27 +08:00
|
|
|
|
% 对于 linespread 值的计算过程有兴趣的同学可以参考 pkuthss.cls。
|
2015-04-27 15:37:08 +08:00
|
|
|
|
\renewcommand*{\bibfont}{\zihao{5}\linespread{1.27}\selectfont}
|
2025-05-14 08:09:28 +08:00
|
|
|
|
|
|
|
|
|
|
\newcommand{\mk}{\mathbb{K}}
|
|
|
|
|
|
\newcommand{\mdiv}{\,\mathrm{div}\,}
|
|
|
|
|
|
\newcommand{\mme}{\mathcal{E}}
|
|
|
|
|
|
\newcommand{\mmv}{\mathcal{V}}
|
|
|
|
|
|
\newcommand{\mm}{\mathcal{M}}
|
|
|
|
|
|
\newcommand{\mr}{\mathcal{R}}
|
|
|
|
|
|
\newcommand{\mmp}{{\mathcal{P}}}
|
|
|
|
|
|
\newcommand{\md}{\mathcal{D}}
|
|
|
|
|
|
\newcommand{\mo}{\mathcal{O}}
|
|
|
|
|
|
\newcommand{\diff}{\,\mathrm{d}}
|
|
|
|
|
|
\newcommand{\nn}{\nonumber}
|
|
|
|
|
|
\def\disp{\displaystyle}
|
|
|
|
|
|
\def \bold{\mbox{}}
|
|
|
|
|
|
\newcommand{\mms}{\mathcal{S}}
|
|
|
|
|
|
|
|
|
|
|
|
\newtheorem{proposition}{命题}[section]
|
|
|
|
|
|
\newcommand*{\propositionautorefname}{命题}
|
|
|
|
|
|
|
|
|
|
|
|
\newcommand*{\qed}{\hbox{}\hfill$\Box$}
|
|
|
|
|
|
|
|
|
|
|
|
\newtheorem{theorem}{定理}[section]
|
|
|
|
|
|
\newtheorem{assumption}{假定}[section]
|
|
|
|
|
|
\newtheorem{remark}{注}[section]
|
|
|
|
|
|
\newtheorem{lemma}{引理}[section]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-06-25 00:28:09 +08:00
|
|
|
|
% 按学校要求设定参考文献列表的段间距。
|
|
|
|
|
|
\setlength{\bibitemsep}{3bp}
|
2015-04-27 17:16:06 +08:00
|
|
|
|
|
2021-03-06 00:35:46 +08:00
|
|
|
|
% 如是双盲版论文,将 \blindfalse 改为 \blindtrue。后面可用
|
|
|
|
|
|
% \ifblind 根据是否双盲来条件地启用代码(参见本文件后面部分)。
|
|
|
|
|
|
\newif\ifblind\blindfalse
|
2011-06-26 02:08:20 +08:00
|
|
|
|
% 设定文档的基本信息。
|
|
|
|
|
|
\pkuthssinfo{
|
2025-05-28 07:49:09 +08:00
|
|
|
|
cthesisname = {学 \, 位 \, 论 \, 文}, ethesisname = {Doctor Thesis},
|
|
|
|
|
|
thesiscover = {中国工程物理研究院},
|
2021-03-25 01:54:45 +08:00
|
|
|
|
% 长标题可用 \thssnl 强制换行,不能用“\\”(双盲版会出错)。
|
2025-05-14 08:09:28 +08:00
|
|
|
|
ctitle = {扩散方程的线性精确有限体积格式及其应用},
|
|
|
|
|
|
etitle = {TBA},
|
2025-05-28 07:49:09 +08:00
|
|
|
|
cauthor = {骆龙山}, eauthor = {Longshan Luo}, date = {2025年5月},
|
|
|
|
|
|
studentid = {xx}, school = {某某学院},
|
|
|
|
|
|
cmajor = {计算数学}, emajor = {Computational Mathematics},
|
|
|
|
|
|
direction = {偏微分方程数值解}, mentorlines = {1},
|
2025-05-14 08:09:28 +08:00
|
|
|
|
cmentor = {高志明~研究员},
|
2021-04-16 23:17:24 +08:00
|
|
|
|
ementor = {Prof.\ Somebody and Prof.\ Someone},
|
2025-05-14 08:09:28 +08:00
|
|
|
|
ckeywords = {有限体积法, 线性精确, 两相流},
|
|
|
|
|
|
ekeywords = {Finite Volume Methods, Linearity-preserving, Two-phase flow},
|
2025-05-28 07:49:09 +08:00
|
|
|
|
% 分类号
|
|
|
|
|
|
theclsnum = {xxx},
|
|
|
|
|
|
% 密级
|
|
|
|
|
|
theconflv = {公开},
|
|
|
|
|
|
% UDC
|
|
|
|
|
|
theUDC = {},
|
|
|
|
|
|
% 编号
|
|
|
|
|
|
thethesisnum = {},
|
|
|
|
|
|
% 申请学位级别
|
|
|
|
|
|
thedgree = {博士},
|
|
|
|
|
|
% 论文提交日期
|
|
|
|
|
|
thesubmitdate = {2025年4月28日},
|
|
|
|
|
|
% 论文答辩日期
|
|
|
|
|
|
thedefencedate = {2025年5月29日},
|
2021-03-06 00:35:46 +08:00
|
|
|
|
% 以下两项无双盲评审需求的用户可保持原状。
|
2021-03-22 10:12:38 +08:00
|
|
|
|
% 注意 discipline/major 分别指一/二级学科。
|
2021-03-06 00:35:46 +08:00
|
|
|
|
blindid = {9876543210}, discipline = {某某学科}
|
2011-06-26 02:08:20 +08:00
|
|
|
|
}
|
2015-04-30 15:11:52 +08:00
|
|
|
|
% 载入参考文献数据库(注意不要省略“.bib”)。
|
2014-04-11 18:05:20 +08:00
|
|
|
|
\addbibresource{thesis.bib}
|
2011-06-26 02:08:21 +08:00
|
|
|
|
|
2016-02-22 15:08:56 +08:00
|
|
|
|
% 普通用户可删除此段,并相应地删除 chap/*.tex 中的
|
|
|
|
|
|
% “\pkuthssffaq % 中文测试文字。”一行。
|
2014-07-07 21:07:33 +08:00
|
|
|
|
|
2011-06-26 02:08:15 +08:00
|
|
|
|
\begin{document}
|
2015-04-26 23:59:38 +08:00
|
|
|
|
% 以下为正文之前的部分,默认不进行章节编号。
|
2011-06-26 02:08:20 +08:00
|
|
|
|
\frontmatter
|
2015-06-03 16:00:35 +08:00
|
|
|
|
% 此后到下一 \pagestyle 命令之前不排版页眉或页脚。
|
|
|
|
|
|
\pagestyle{empty}
|
2015-06-03 14:24:34 +08:00
|
|
|
|
% 自动生成封面。
|
2021-03-06 00:35:46 +08:00
|
|
|
|
\ifblind\makeblind\else\maketitle\fi
|
2018-06-23 21:07:15 +08:00
|
|
|
|
% 版权声明。封面要求单面打印,故须新开右页。
|
2016-03-09 21:06:47 +08:00
|
|
|
|
\cleardoublepage
|
2018-06-07 17:27:14 +08:00
|
|
|
|
\include{chap/copy}
|
2015-04-26 23:59:38 +08:00
|
|
|
|
|
2015-06-03 16:00:35 +08:00
|
|
|
|
% 此后到下一 \pagestyle 命令之前正常排版页眉和页脚。
|
2015-04-26 23:59:38 +08:00
|
|
|
|
\cleardoublepage
|
2015-06-03 16:00:35 +08:00
|
|
|
|
\pagestyle{plain}
|
2015-04-26 23:59:38 +08:00
|
|
|
|
% 重置页码计数器,用大写罗马数字排版此部分页码。
|
|
|
|
|
|
\setcounter{page}{0}
|
|
|
|
|
|
\pagenumbering{Roman}
|
2018-05-30 09:51:01 +08:00
|
|
|
|
% 中西文摘要。
|
2018-06-07 17:27:14 +08:00
|
|
|
|
\include{chap/abs}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
% 自动生成目录。
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
2015-04-26 23:59:38 +08:00
|
|
|
|
% 以下为正文部分,默认要进行章节编号。
|
2011-06-26 02:08:20 +08:00
|
|
|
|
\mainmatter
|
2011-06-26 02:08:15 +08:00
|
|
|
|
% 各章节。
|
|
|
|
|
|
\include{chap/chap1}
|
2025-05-14 08:09:28 +08:00
|
|
|
|
\include{chap/chap6}
|
|
|
|
|
|
\include{chap/chap2}
|
|
|
|
|
|
\include{chap/chap4}
|
|
|
|
|
|
\include{chap/chap3}
|
|
|
|
|
|
\include{chap/chap5}
|
2011-06-26 02:08:20 +08:00
|
|
|
|
|
2025-05-28 07:49:09 +08:00
|
|
|
|
|
2011-06-26 02:08:24 +08:00
|
|
|
|
% 正文中的附录部分。
|
|
|
|
|
|
\appendix
|
2016-03-19 22:00:23 +08:00
|
|
|
|
% 排版参考文献列表。bibintoc 选项使“参考文献”出现在目录中;
|
|
|
|
|
|
% 如果同时要使参考文献列表参与章节编号,可将“bibintoc”改为“bibnumbered”。
|
2016-03-17 19:15:11 +08:00
|
|
|
|
\printbibliography[heading = bibintoc]
|
2011-06-26 02:08:24 +08:00
|
|
|
|
% 各附录。
|
2025-05-28 07:49:09 +08:00
|
|
|
|
\include{chap/encl1}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
|
2015-04-26 23:59:38 +08:00
|
|
|
|
% 以下为正文之后的部分,默认不进行章节编号。
|
2011-06-26 02:08:20 +08:00
|
|
|
|
\backmatter
|
2011-06-26 02:08:15 +08:00
|
|
|
|
% 致谢。
|
2021-03-06 00:35:46 +08:00
|
|
|
|
\ifblind\else\include{chap/ack}\fi
|
2011-06-26 02:08:21 +08:00
|
|
|
|
% 原创性声明和使用授权说明。
|
2024-07-08 20:41:48 +08:00
|
|
|
|
% \include{chap/origin}
|
2011-06-26 02:08:15 +08:00
|
|
|
|
\end{document}
|
|
|
|
|
|
|
2016-02-27 21:16:58 +08:00
|
|
|
|
% vim:ts=4:sw=4
|