From ff3297acbf051d784769890bc307ac84aa058bf6 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Fri, 3 May 2019 17:08:37 +0800 Subject: fix bib, use default sorting --- thesis.bib | 5 ++--- thesis.tex | 2 +- 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} -- cgit v1.2.3