summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-03 22:04:55 +0000
committerKarl Berry <karl@freefriends.org>2019-12-03 22:04:55 +0000
commit89c2992c32ba9525521a695a1536a634b4b90992 (patch)
tree9edadd5b5f0aa01d836ca0ca948a626ccf2d2ca5 /Master/texmf-dist
parent82a922cf7579b241107a823a770c1b5019865fcf (diff)
biblatex-phys (3dec19)
git-svn-id: svn://tug.org/texlive/trunk@53013 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdfbin447183 -> 448675 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.tex5
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx18
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx2
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx2
5 files changed, 22 insertions, 5 deletions
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
--- a/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-phys/biblatex-phys.pdf
Binary files 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}