diff options
-rw-r--r-- | thesis.bib | 5 | ||||
-rw-r--r-- | thesis.tex | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -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}, } @@ -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} |