diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt | 15 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf | bin | 251503 -> 252279 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex | 38 |
4 files changed, 47 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt b/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt index 1ca423858bd..342433af7ac 100644 --- a/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt +++ b/Master/texmf-dist/doc/latex/biblatex-caspervector/ChangeLog.txt @@ -1,3 +1,18 @@ +2015-04-28, v0.2.1 + + * Changes to package code: + - biblatex-caspervector-*.def: use `\renewbibmacro' for `urldate'. + + * Changes to documentation: + - readme.tex: use `\hologo{}' when applicable. + - readme.bib: fix inaccurate formatted author names. + + * Misc: + - Update URL of project homepage. + - dist: remove version string from file name of TDS archive. + - dist: fix zipball permission. + - Aesthetic improvements. + 2014-05-24, v0.2.0 * Changes to API: diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib index a597052a564..9326e66e0e0 100644 --- a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib +++ b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.bib @@ -625,7 +625,7 @@ } @inproceedings{a6-4, - author = {Fourney M. E.}, + author = {Fourney, M. E.}, title = {Advances in holographic photoelasticity}, type = {C}, bookauthor = {American Society of Mechanical Engineers, Applied Mechanics Division}, @@ -773,7 +773,7 @@ } @book{a9-5, - author = {Turcotte D. L.}, + author = {Turcotte, D. L.}, title = {Fractals and chaos in geology and geophysics}, type = {M/OL}, location = {New York}, @@ -785,7 +785,7 @@ } @misc{a9-6, - author = {Scitor Corporation}, + author = {{Scitor Corporation}}, title = {Project scheduler}, type = {CP/DK}, location = {Sunnyvale, Calif.}, diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf Binary files differindex 47fa846e173..31c502edf08 100644 --- a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex index cd9383fbeca..1795fea37d5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex +++ b/Master/texmf-dist/doc/latex/biblatex-caspervector/readme.tex @@ -1,3 +1,23 @@ +% vim:ft=tex:ts=2:sw=2 +% +% Documentation for biblatex-caspervector +% +% Copyright (c) 2012-2014 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 +% your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX version +% 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% The current maintainer of this work is Casper Ti. Vector. +% +% This work consists of the following files: +% readme.tex + \documentclass[UTF8, fancyhdr, hyperref]{ctexart} \usepackage[margin = 2cm, centering, includefoot]{geometry} \usepackage[backend = biber, style = caspervector, utf8]{biblatex} @@ -15,13 +35,13 @@ \newcommand{\myemph}[1]{\emph{\textcolor{red}{#1}}} \begin{document} -\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.0}} +\title{\textbf{biblatex 参考文献和引用样式:\texttt{caspervector} v0.2.1}} \author{% Casper Ti.\ Vector\thanks{\ % \href{mailto:CasperVector@gmail.com}{\texttt{CasperVector@gmail.com}}.% }% } -\date{2014/05/24} +\date{2015/04/28} \maketitle \section{引言} @@ -30,16 +50,16 @@ 首先,其样式文件(\verb|bst| 文件)使用后缀式的栈语言编写, 使开发者难以入门和精通,更不便于一般用户进行自定义; 其次,其排序方式很单一, -无法直接实现中文 \TeX{} 用户常常遇到的按汉语拼音排序等需求。 +无法直接实现中文 \hologo{TeX} 用户常常遇到的按汉语拼音排序等需求。 与此相对应, biblatex\supercite{biblatex}/biber\supercite{biber} -是一套新兴的 \TeX{} 参考文献排版引擎, +是一套新兴的 \hologo{TeX} 参考文献排版引擎, 其样式文件(设定参考文献样式的 \verb|bbx| 文件和设定引用样式的 \verb|cbx| 文件) -使用 \LaTeX{} 编写,便于学习; +使用 \hologo{LaTeX} 编写,便于学习; 同时,其支持根据 locale 进行排序。 -目前 \TeX{} 社区中尚无人发布为中文用户设计的 biblatex 样式。 +目前 \hologo{TeX} 社区中尚无人发布为中文用户设计的 biblatex 样式。 为了个人需要,同时也是为了给社区提供一个有益的参考, 本文作者根据实际应用中遇到的常见需求编写了 \verb|caspervector| 这个用于顺序编码制的中英文 biblatex 样式。 @@ -52,7 +72,7 @@ biblatex\supercite{biblatex}/biber\supercite{biber} 版权所有 \copyright\ 2012--2014 Casper Ti.\ Vector。% \verb|caspervector| 参考文献和引用样式以 -\LaTeX{} Project Public License\footnote{\ % +\hologo{LaTeX} Project Public License\footnote{\ % \url{http://www.latex-project.org/lppl/}.% }发布。% \verb|caspervector| 样式目前由其作者维护。 @@ -71,7 +91,7 @@ biblatex\supercite{biblatex}/biber\supercite{biber} \end{itemize} 以上要求在\myemph{最新}的\myemph{完全版} -\TeX{} Live 系统中都有完善的支持。 +\hologo{TeX} Live 系统中都有完善的支持。 \section{使用简介} \subsection{样式调用} @@ -299,7 +319,7 @@ pdflatex texfile 用户可将其设为自己希望排版的内容。 \myemph{% - 注: + 注:% \texttt{@customf} 类型虽不支持 \texttt{author} 等字段, 但用户仍可以设定它们的值。 这样虽不能自动根据这些字段排版, |