summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex
index dd7cfc89481..35755473f15 100644
--- a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex
@@ -40,13 +40,13 @@
\newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}}
\begin{document}
-\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.4}}
+\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.5}}
\author{%
Casper Ti.\ Vector\thanks{\ %
\href{mailto:CasperVector@gmail.com}{\texttt{CasperVector@gmail.com}}.%
}%
}
-\date{2016/03/22}
+\date{2016/03/31}
\maketitle
\section{引言}
@@ -324,7 +324,7 @@ pdflatex texfile
\texttt{@customf} 类型虽不支持 \texttt{author} 等字段,
但用户仍可以设定它们的值。
这样虽不能自动根据这些字段排版,
- 但在仍可以根据它们
+ 但仍可以根据它们
(主要是 \texttt{language}、\texttt{author}、\texttt{title}
和 \texttt{year} 四个字段)
进行排序。 %
@@ -348,11 +348,11 @@ pdflatex texfile
\begin{Verbatim}[frame = single]
% 按引用顺序排版“cited”分类,即被引用的文献条目。
\begin{refcontext}[sorting = none]
-\printbibliography[category = cited, title = {References}]
+\printbibliography[category = cited, ..., title = {References}]
\end{refcontext}
% 按英文文献在前、中文文献在后排版“cited”分类之外,即未被引用的文献条目。
\begin{refcontext}[sorting = ecnty]
-\printbibliography[notcategory = cited, title = {Works Not Cited}]
+\printbibliography[notcategory = cited, ..., title = {Works Not Cited}]
\end{refcontext}
\end{Verbatim}
并在最后一个除 \verb|\nocite| 之外的 \verb|\cite| 类命令之后、%
@@ -369,7 +369,7 @@ pdflatex texfile
\end{Verbatim}
使用 biblatex 2.x 或更旧版本的用户需要
-将在正文中准备排版文献列表的位置使用的代码改为
+将在正文中准备排版文献列表的位置使用的代码改为:
\begin{Verbatim}[frame = single]
% 按引用顺序排版“cited”分类,即被引用的文献条目。
\printbibliography[category = cited, ..., sorting = none, title = {References}]