Update hint about split sorting.

This commit is contained in:
Casper Ti. Vector 2016-03-17 19:15:11 +08:00
parent a6107cfe23
commit e053ab1134
2 changed files with 7 additions and 16 deletions

View File

@ -18,7 +18,8 @@
% 这里按照英文文献在前中文文献在后排序“sorting = ecnty”
% 若需按照中文文献在前英文文献在后排序请设置“sorting = centy”
% 若需按照引用顺序排序请设置“sorting = none”。
\usepackage[backend = biber, style = caspervector, utf8, sorting = none]{biblatex}
% 若需在排序中实现更复杂的需求,请参考 biblatex-caspervector 的文档。
\usepackage[backend = biber, style = caspervector, utf8, sorting = ecnty]{biblatex}
% 按学校要求设定参考文献列表中的条目之内及之间的距离。
\setlength{\bibitemsep}{3bp}
@ -94,19 +95,9 @@
% 正文中的附录部分。
\appendix
% 排版参考文献列表。
\printbibliography[
% 使“参考文献”出现在目录中;如果同时要使参考文献列表参与章节编号,
% 可将“bibintoc”改为“bibnumbered”。
heading = bibintoc,
% 单独设定排序方案。此设定会局部覆盖之前的全局设置。
% 注:只有同时使用 2.x 或之后版本的 biblatex 和相应兼容版本的 biber
% 才能对每个 \printbibliography 命令采用不同的排序方案,
% 否则只能在载入 biblatex 宏包时就(全局)指定排序方案。
% 在这样的情况下,请去掉所有的 sorting 选项,否则可能出错。
% 此外biblatex 3.0 中 \printbibliography 的 sorting 选项失效,
% 详见 biblatex-caspervector 的文档。
sorting = ecnty
]
% 以下选项使“参考文献”出现在目录中;如果同时要使参考文献列表参与章节编号,
% 可将“bibintoc”改为“bibnumbered”。
\printbibliography[heading = bibintoc]
% 各附录。
\include{chap/encl1}

View File

@ -1,7 +1,7 @@
% Documentation for pkuthss.
%
% Copyright (c) 2008-2009 solvethis
% Copyright (c) 2010-2015 Casper Ti. Vector
% Copyright (c) 2010-2016 Casper Ti. Vector
%
% This work may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.3 of this license or (at
@ -290,7 +290,7 @@ pkuthss 文档模版使用作者编写的 biblatex\supercite{biblatex} 样式%
\end{Verbatim}
在本文中将产生“\cite{ctex}\parencite{ctex}\supercite{ctex}”。
就目前而言,在 biblatex 2.x\myemph{即不含 biblatex 3.0}中,
就目前而言,在 \myemph{除 3.0--3.3 之外版本的} biblatex 中,
通过更复杂的设置,还可以满足例如被引用的文献按照引用顺序排序,
而未引用的文献按照英文文献在前、中文文献在后排序这样的需求,
详见 biblatex-caspervector 的文档\supercite{biblatex-caspervector}