From 89c2992c32ba9525521a695a1536a634b4b90992 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 3 Dec 2019 22:04:55 +0000 Subject: biblatex-phys (3dec19) git-svn-id: svn://tug.org/texlive/trunk@53013 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/biblatex-phys/biblatex-phys.pdf | Bin 447183 -> 448675 bytes .../doc/latex/biblatex-phys/biblatex-phys.tex | 5 +++-- Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx | 18 +++++++++++++++++- Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx | 2 +- Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf index 0de0fe144e7..16758e75a70 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf and b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex index 984b04402f8..89550aed256 100644 --- a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex +++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex @@ -25,8 +25,8 @@ {\texttt{joseph.wright@morningstar2.co.uk}}}} \title{\pkg{biblatex-phys} -- A \pkg{biblatex} implementation of the \textsc{aip} and \textsc{aps} bibliography style% - \footnote{This file describes v1.1a, last revised 2019/09/21.}} -\date{Released 2019/09/21} + \footnote{This file describes v1.1b, last revised 2019/12/03.}} +\date{Released 2019/12/03} \providecommand*{\opt}[1]{\texttt{#1}} \providecommand*{\pkg}[1]{\textsf{#1}} @@ -201,6 +201,7 @@ be sent by e-mail to style changes} \changes{v1.1}{2018/10/19}{Support for \texttt{collaboration} field} \changes{v1.1a}{2019-09-20}{Biber support for \texttt{collaboration} field} +\changes{v1.1b}{2019-12-03}{Fix printing of DOI when pages are missing} \PrintChanges diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx index 439bdd6bcfd..442f4feae5c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{phys.bbx}[2019/09/21 v1.1a biblatex bibliography style] +\ProvidesFile{phys.bbx}[2019/12/03 v1.1b biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -458,6 +458,22 @@ }% } +\renewbibmacro*{note+pages}{% + \printfield{note}% + \setunit{\bibpagespunct}% + \printfield{pages}% + \iffieldundef{pages} + {% + \printfield{doi}% + \clearfield{doi}% + }% + {% + \iftoggle{bbx:doi} + {} + {\clearfield{doi}}% + }% +} + \newbibmacro*{related:translatedas}[1]{% \entrydata{#1}{% \usebibmacro{journal+issuetitle}% diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx index 946b36614c4..7758bc0a2b5 100644 --- a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{phys.cbx}[2019/09/21 v1.1a biblatex citation style] +\ProvidesFile{phys.cbx}[2019/12/03 v1.1b biblatex citation style] \RequireCitationStyle{numeric-comp} diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx index d7ed7e17dc6..c47ca1e2d93 100644 --- a/Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{phys.dbx}[2019/09/21 v1.1a biblatex database model extension] +\ProvidesFile{phys.dbx}[2019/12/03 v1.1b biblatex database model extension] \DeclareDatamodelFields[type=field, datatype=literal]{collaboration} -- cgit v1.2.3