From f0dc75c4cecbf5c2b6f9d99c28f6740b3f89656b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 18 Feb 2018 22:16:58 +0000 Subject: biblatex-trad (18feb18) git-svn-id: svn://tug.org/texlive/trunk@46668 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/biblatex-trad/biblatex-trad.pdf | Bin 344035 -> 344845 bytes .../doc/latex/biblatex-trad/biblatex-trad.tex | 8 ++++++-- .../tex/latex/biblatex-trad/trad-abbrv.bbx | 4 +--- .../tex/latex/biblatex-trad/trad-abbrv.cbx | 2 +- .../tex/latex/biblatex-trad/trad-alpha.bbx | 5 +---- .../tex/latex/biblatex-trad/trad-alpha.cbx | 2 +- .../tex/latex/biblatex-trad/trad-plain.bbx | 5 +---- .../tex/latex/biblatex-trad/trad-plain.cbx | 2 +- .../tex/latex/biblatex-trad/trad-standard.bbx | 8 +++++++- .../tex/latex/biblatex-trad/trad-standard.cbx | 2 +- .../tex/latex/biblatex-trad/trad-unsrt.bbx | 5 +---- .../tex/latex/biblatex-trad/trad-unsrt.cbx | 2 +- 12 files changed, 22 insertions(+), 23 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf b/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf index 96a60634dd1..10ee1e105b4 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf and b/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex b/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex index fec3346366e..5971cd93a17 100644 --- a/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex +++ b/Master/texmf-dist/doc/latex/biblatex-trad/biblatex-trad.tex @@ -33,8 +33,8 @@ url={}, author={Marco Daniel\\Moritz Wemheuer}, email={}, - revision={0.4}, - date={\today}} + revision={0.4a}, + date={17th February 2018}} \hypersetup{% pdftitle={The biblatex-trad Package}, @@ -133,6 +133,10 @@ files handle those fields. \section{Revision History}\label{apx:log} \begin{changelog} +\begin{release}{0.4a}{2018-02-17} +\item Fixed alphabetic labels for names with prefix (\enquote{von} part) (\gitissuelink{34}) +\end{release} + \begin{release}{0.4}{2018-02-02} \item Fixed incorrect bibstring for chapters (\gitissuelink{32}) \item Various small modifications diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.bbx index 681e95f8cac..6b7d144642b 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.bbx @@ -5,15 +5,13 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-abbrv.bbx}[2018/02/02 v0.4 biblatex-trad abbrv bibliography style] +\ProvidesFile{trad-abbrv.bbx}[2018/02/17 v0.4a biblatex-trad abbrv bibliography style] \RequireBibliographyStyle{trad-standard} \ExecuteBibliographyOptions{% - maxnames = 999 , % set the maximum number of authors sorting = nty , % sorting name - title - year dateabbrev = true , % short form of dates - abbreviate = false , labelnumber= true , } diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.cbx index 35510e55050..6a1fd33ceaf 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.cbx @@ -5,7 +5,7 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-abbrv.cbx}[2018/02/02 v0.4 biblatex-trad abbrv citation style] +\ProvidesFile{trad-abbrv.cbx}[2018/02/17 v0.4a biblatex-trad abbrv citation style] \RequireCitationStyle{numeric} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.bbx index fc1438777d2..3b00135b0cf 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.bbx @@ -5,15 +5,12 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-alpha.bbx}[2018/02/02 v0.4 biblatex-trad alpha bibliograhy style] +\ProvidesFile{trad-alpha.bbx}[2018/02/17 v0.4a biblatex-trad alpha bibliograhy style] \RequireBibliographyStyle{trad-standard} \ExecuteBibliographyOptions{% - maxnames = 999 , % set the maximum number of authors sorting = anyt , % sorting alphlabel-name-title year - dateabbrev = false , % no short form of dates - abbreviate = false , labelalpha = true , maxalphanames = 3, minalphanames = 3, diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.cbx index 791ceacea81..172c00c3101 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-alpha.cbx @@ -5,7 +5,7 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-alpha.cbx}[2018/02/02 v0.4 biblatex-trad alpha citation style] +\ProvidesFile{trad-alpha.cbx}[2018/02/17 v0.4a biblatex-trad alpha citation style] \RequireCitationStyle{alphabetic} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.bbx index 756390d3598..ae036f55861 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.bbx @@ -5,15 +5,12 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-plain.bbx}[2018/02/02 v0.4 biblatex-trad plain bibliography style] +\ProvidesFile{trad-plain.bbx}[2018/02/17 v0.4a biblatex-trad plain bibliography style] \RequireBibliographyStyle{trad-standard} \ExecuteBibliographyOptions{% - maxnames = 999 , % set the maximum number of authors sorting = nty , % sorting name - title - year - dateabbrev = false , % no short form of dates - abbreviate = false , labelnumber= true , } diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.cbx index 06e8c216e23..a9cd2dfcd4c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-plain.cbx @@ -5,7 +5,7 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-plain.cbx}[2018/02/02 v0.4 biblatex-trad plain citation style] +\ProvidesFile{trad-plain.cbx}[2018/02/17 v0.4a biblatex-trad plain citation style] \RequireCitationStyle{numeric} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.bbx index 5f6a5ed36aa..196e87ec795 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.bbx @@ -5,12 +5,18 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-standard.bbx}[2018/02/02 v0.4 biblatex-trad base bibliography style] +\ProvidesFile{trad-standard.bbx}[2018/02/17 v0.4a biblatex-trad base bibliography style] %==========================================% %==========================================% %==========================================% \RequireBibliographyStyle{standard} %==========================================% +\ExecuteBibliographyOptions{% + maxnames = 999 , % set the maximum number of authors + abbreviate = false , + dateabbrev = false , % no short form of dates + useprefix = true , +} %==========================================% %==========================================% \providebool{bbx:subentry} diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.cbx index a44f8ca399e..c9b45419f84 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-standard.cbx @@ -5,6 +5,6 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-standard.cbx}[2018/02/02 v0.4 biblatex-trad base citation style] +\ProvidesFile{trad-standard.cbx}[2018/02/17 v0.4a biblatex-trad base citation style] \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.bbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.bbx index b58651e3a55..ee4f4bda0ab 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.bbx @@ -4,15 +4,12 @@ %% This package is released under the terms of the %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt -\ProvidesFile{trad-unsrt.bbx}[2018/02/02 v0.4 biblatex-trad unsrt bibliography style] +\ProvidesFile{trad-unsrt.bbx}[2018/02/17 v0.4a biblatex-trad unsrt bibliography style] \RequireBibliographyStyle{trad-standard} \ExecuteBibliographyOptions{% - maxnames = 999 , % set the maximum number of authors sorting = none , % sorting none - dateabbrev = false , % no short form of dates - abbreviate = false , labelnumber= true , } diff --git a/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.cbx b/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.cbx index 1275a1b9874..83ae2cd2f98 100644 --- a/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.cbx @@ -5,7 +5,7 @@ %% LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% -\ProvidesFile{trad-unsrt.bbx}[2018/02/02 v0.4 biblatex-trad unsrt citation style] +\ProvidesFile{trad-unsrt.bbx}[2018/02/17 v0.4a biblatex-trad unsrt citation style] \RequireCitationStyle{numeric} -- cgit v1.2.3