summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-phys
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-22 22:16:44 +0000
committerKarl Berry <karl@freefriends.org>2019-09-22 22:16:44 +0000
commit332552ce5a2257eae3121acd58552d76e398003a (patch)
treefef8ea7aaa0ccde15a9e99883a69621729ad3b9b /Master/texmf-dist/tex/latex/biblatex-phys
parentfed3ef37215697a6fc7c2d8a8d2ea79b35939db6 (diff)
biblatex-phys (23sep19)
git-svn-id: svn://tug.org/texlive/trunk@52152 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-phys')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx13
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx9
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx37
3 files changed, 50 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx
index 7b69506a5dc..439bdd6bcfd 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}[2018/10/19 v1.1 biblatex bibliography style]
+\ProvidesFile{phys.bbx}[2019/09/21 v1.1a biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
@@ -434,7 +434,9 @@
}%
\iffieldundef{collaboration}
{}
- {\printfield[parens]{collaboration}}}
+ {%
+ \setunit{\addspace}%
+ \printfield[parens]{collaboration}}}
{}%
}
@@ -477,7 +479,7 @@
%%
-%% Copyright (C) 2012-2014,2016,2018 by
+%% Copyright (C) 2012-2014,2016,2018,2019 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
@@ -492,8 +494,9 @@
%%
%% This work consists of the files biblatex-phys.bib,
%% biblatex-phys.tex,
-%% phys.bbx and
-%% phys.cbx,
+%% phys.bbx,
+%% phys.cbx and
+%% phys.dbx,
%% and the derived file biblatex-phys.pdf.
%%
%%
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx
index dcc687d59f1..946b36614c4 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}[2018/10/19 v1.1 biblatex citation style]
+\ProvidesFile{phys.cbx}[2019/09/21 v1.1a biblatex citation style]
\RequireCitationStyle{numeric-comp}
@@ -20,7 +20,7 @@
}
%%
-%% Copyright (C) 2012-2014,2016,2018 by
+%% Copyright (C) 2012-2014,2016,2018,2019 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>
%%
%% It may be distributed and/or modified under the conditions of
@@ -35,8 +35,9 @@
%%
%% This work consists of the files biblatex-phys.bib,
%% biblatex-phys.tex,
-%% phys.bbx and
-%% phys.cbx,
+%% phys.bbx,
+%% phys.cbx and
+%% phys.dbx,
%% and the derived file biblatex-phys.pdf.
%%
%%
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx
new file mode 100644
index 00000000000..d7ed7e17dc6
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/biblatex-phys/phys.dbx
@@ -0,0 +1,37 @@
+%% ---------------------------------------------------------------
+%% biblatex-phys --- A biblatex implementation of the AIP and APS
+%% bibliography style
+%% Maintained by Joseph Wright
+%% E-mail: joseph.wright@morningstar2.co.uk
+%% Released under the LaTeX Project Public License v1.3c or later
+%% See http://www.latex-project.org/lppl.txt
+%% ---------------------------------------------------------------
+%%
+
+\ProvidesFile{phys.dbx}[2019/09/21 v1.1a biblatex database model extension]
+
+\DeclareDatamodelFields[type=field, datatype=literal]{collaboration}
+
+%%
+%% Copyright (C) 2012-2014,2016,2018,2019 by
+%% Joseph Wright <joseph.wright@morningstar2.co.uk>
+%%
+%% It may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License (LPPL), either version 1.3c of
+%% this license or (at your option) any later version. The latest
+%% version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Joseph Wright.
+%%
+%% This work consists of the files biblatex-phys.bib,
+%% biblatex-phys.tex,
+%% phys.bbx,
+%% phys.cbx and
+%% phys.dbx,
+%% and the derived file biblatex-phys.pdf.
+%%
+%%
+%% End of file `phys.cbx'.