summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-05-03 17:08:37 +0800
committerIru Cai <mytbk920423@gmail.com>2019-05-03 17:08:37 +0800
commitff3297acbf051d784769890bc307ac84aa058bf6 (patch)
tree756af577222835eb4ac8334df396f4c02968a9e2
parentf16f43275e60a5afc2239921cf42c0ee2435e931 (diff)
downloaddissertation-ff3297acbf051d784769890bc307ac84aa058bf6.tar.xz
fix bib, use default sorting
-rw-r--r--thesis.bib5
-rw-r--r--thesis.tex2
2 files changed, 3 insertions, 4 deletions
diff --git a/thesis.bib b/thesis.bib
index 3e38ef0..3ec7724 100644
--- a/thesis.bib
+++ b/thesis.bib
@@ -51,7 +51,7 @@
year = {2018},
month = Aug,
publisher = {{USENIX} Association},
- note={See also technical report Foreshadow-NG~\cite{weisse2018foreshadowNG}}
+ note={See also technical report Foreshadow-NG~\cite{foreshadowNG}}
}
@article{foreshadowNG,
@@ -60,7 +60,7 @@
Piessens, Frank and Silberstein, Mark and Strackx, Raoul and Wenisch, Thomas F. and Yarom, Yuval},
journal={Technical report},
year={2018},
- note={See also {USENIX} Security paper Foreshadow~\cite{vanbulck2018foreshadow}}
+ note={See also {USENIX} Security paper Foreshadow~\cite{foreshadow}}
}
@article{netspectre,
@@ -451,7 +451,6 @@ This thesis highlights two aspects of the BOOM design: its industry-competitive
author = {Mangard, Stefan and Oswald, Elisabeth and Popp, Thomas},
title = {Power Analysis Attacks: Revealing the Secrets of Smart Cards},
year = {2010},
- isbn = {1441940391, 9781441940391},
edition = {1st},
publisher = {Springer Publishing Company, Incorporated},
}
diff --git a/thesis.tex b/thesis.tex
index ae9a9af..6642e19 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -22,7 +22,7 @@
% 若须按照中文文献在前,西文文献在后排序,请设置“sorting = cenyt”;
% 若须按照引用顺序排序,请设置“sorting = none”。
% 若须在排序中实现更复杂的需求,请参考 biblatex-caspervector 的文档。
-\usepackage[backend = biber, style = caspervector, utf8, sorting = centy]{biblatex}
+\usepackage[backend = biber, style = caspervector, utf8]{biblatex}
% 对于 linespread 值的计算过程有兴趣的同学可以参考 pkuthss.cls。
\renewcommand*{\bibfont}{\zihao{5}\linespread{1.27}\selectfont}