summaryrefslogtreecommitdiff
path: root/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.tex')
-rw-r--r--thesis.tex45
1 files changed, 15 insertions, 30 deletions
diff --git a/thesis.tex b/thesis.tex
index 30e05de..ae9a9af 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -22,7 +22,7 @@
% 若须按照中文文献在前,西文文献在后排序,请设置“sorting = cenyt”;
% 若须按照引用顺序排序,请设置“sorting = none”。
% 若须在排序中实现更复杂的需求,请参考 biblatex-caspervector 的文档。
-\usepackage[backend = biber, style = caspervector, utf8, sorting = ecnyt]{biblatex}
+\usepackage[backend = biber, style = caspervector, utf8, sorting = centy]{biblatex}
% 对于 linespread 值的计算过程有兴趣的同学可以参考 pkuthss.cls。
\renewcommand*{\bibfont}{\zihao{5}\linespread{1.27}\selectfont}
@@ -31,39 +31,21 @@
% 设定文档的基本信息。
\pkuthssinfo{
- cthesisname = {博士研究生学位论文}, ethesisname = {Doctor Thesis},
- ctitle = {测试文档}, etitle = {Test Document},
- cauthor = {某某},
- eauthor = {Test},
- studentid = {0123456789},
- date = {某年某月},
- school = {某某学院},
- cmajor = {某某专业}, emajor = {Some Major},
- direction = {某某方向},
- cmentor = {某某教授}, ementor = {Prof.\ Somebody},
- ckeywords = {其一,其二}, ekeywords = {First, Second}
+ cthesisname = {硕士研究生学位论文}, ethesisname = {Master Thesis},
+ ctitle = {一种可抵抗推测式执行相关的侧信道攻击的微处理器的设计与实现}, etitle = {},
+ cauthor = {蔡思培},
+ eauthor = {Cai Sipei},
+ studentid = {1601214426},
+ date = {二〇一九年六月},
+ school = {信息科学技术学院},
+ cmajor = {计算机系统结构}, emajor = {Computer Architecture},
+ direction = {指令级并行处理和线程级并行处理},
+ cmentor = {程旭教授}, ementor = {Prof.\ Cheng Xu},
+ ckeywords = {侧信道攻击,推测式执行,Spectre攻击}, ekeywords = {Side-channel Attack, Speculative Execution, Spectre Attack}
}
% 载入参考文献数据库(注意不要省略“.bib”)。
\addbibresource{thesis.bib}
-% 普通用户可删除此段,并相应地删除 chap/*.tex 中的
-% “\pkuthssffaq % 中文测试文字。”一行。
-\usepackage{color}
-\def\pkuthssffaq{%
- \emph{\textcolor{red}{pkuthss 文档模版最常见问题:}}
-
- \texttt{\string\cite}、\texttt{\string\parencite} %
- 和 \texttt{\string\supercite} 三个命令分别产生%
- 未格式化的、带方括号的和上标且带方括号的引用标记:%
- \cite{test-en},\parencite{test-zh}、\supercite{test-en, test-zh}。
-
- 若要避免章末空白页,请在调用 pkuthss 文档类时加入 \texttt{openany} 选项。
-
- 如果编译时不出参考文献,
- 请参考 \texttt{texdoc pkuthss}“问题及其解决”一章
- “上游宏包可能引起的问题”一节中关于 biber 的说明。%
-}
-
\begin{document}
% 以下为正文之前的部分,默认不进行章节编号。
\frontmatter
@@ -92,6 +74,9 @@
\include{chap/chap1}
\include{chap/chap2}
\include{chap/chap3}
+ \include{chap/chap4}
+ \include{chap/chap5}
+ \include{chap/chap6}
% 正文中的附录部分。
\appendix