From 04599a378adc76d2b1e54df49c17ba45aee22672 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 31 Mar 2016 21:15:21 +0000 Subject: biblatex-caspervector (31mar16) git-svn-id: svn://tug.org/texlive/trunk@40195 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/biblatex-caspervector/ChangeLog.txt | 12 ++++++++++++ .../doc/latex/biblatex-caspervector/Makefile | 8 -------- .../doc/latex/biblatex-caspervector/readme.bib | 2 +- .../doc/latex/biblatex-caspervector/readme.pdf | Bin 343274 -> 345072 bytes .../doc/latex/biblatex-caspervector/readme.tex | 12 ++++++------ 5 files changed, 19 insertions(+), 15 deletions(-) (limited to 'Master/texmf-dist/doc/latex/biblatex-caspervector') diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt b/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt index e981e32b834..aa5780bc4bb 100644 --- a/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt +++ b/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt @@ -1,3 +1,15 @@ +2016-03-22. v0.2.5 + + * Changes to package code: + - caspervector.bbx: add overlooked `minnames = 3' and `minitems = 3'. + - caspervector.bbx: refine name spacing to reduce ambiguity. + - caspervector.bbx: adjust list format (like names). + - Refactor common code from *.def into caspervector.bbx. + + * Misc: + - Makefile: remove re-encoding code. + - Minor fixes and cosmetics. + 2016-03-22. v0.2.4 * Misc: diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/Makefile b/Master/texmf-dist/doc/latex/biblatex-caspervector/Makefile index 67e753881ab..e610bfce1c8 100644 --- a/Master/texmf-dist/doc/latex/biblatex-caspervector/Makefile +++ b/Master/texmf-dist/doc/latex/biblatex-caspervector/Makefile @@ -7,14 +7,6 @@ doc: xelatex readme xelatex readme -toutf8: - sed -i '1,10 s/GBK/UTF8/; 1,10 s/gbk/utf8/' readme.tex - enca -L zh -x UTF-8 readme.* - -togbk: - sed -i '1,10 s/UTF8/GBK/; 1,10 s/utf8/gbk/' readme.tex - enca -L zh -x GBK readme.* - clean: rm -f readme.{aux,bbl,bcf,blg,dvi,log,run.xml,out} {missfont,texput}.log diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib index ac9e7d56ad8..4c044ae97ca 100644 --- a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib +++ b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib @@ -573,7 +573,7 @@ } @patent{a5-3, - author = {Koseki, A. and Momose, H. and Kawahito. M. and Other Authors}, + author = {Koseki, A. and Momose, H. and Kawahito, M. and Other Authors}, title = {Compiler}, type = {P/OL}, location = {US}, diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf index eb9906bbd73..d7ba27bcdcc 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf and b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf differ 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}] -- cgit v1.2.3