summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-phys
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-phys')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx15
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx2
2 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx
index 037202ccd4c..5566d083ebd 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}[2012/07/12 v0.9 biblatex bibliography style]
+\ProvidesFile{phys.bbx}[2012/07/24 v0.9a biblatex bibliography style]
% Load the standard style to avoid copy-pasting unnecessary material
\RequireBibliographyStyle{numeric-comp}
@@ -102,6 +102,7 @@
% Simple modifications to punctuation, etc.
\renewcommand*{\intitlepunct}{\addspace}
+\providecommand*{\mkibid}[1]{#1}
\renewcommand*{\newunitpunct}{\addcomma\space}
% Bibliography strings
@@ -331,12 +332,12 @@
{}%
}
{%
- \ifnumequal{\thefield{entrysetcount}}{1}
- {%
- \savefield{journaltitle}{\bbx@set@journal}%
- \savefield{namehash}{\bbx@set@namehash}%
- }
- {}%
+ \ifdef{\bbx@set@journal}
+ {}
+ {\savefield{journaltitle}{\bbx@set@journal}}%
+ \ifdef{\bbx@set@namehash}
+ {}
+ {\savefield{namehash}{\bbx@set@namehash}}%
}%
\newunit\newblock
\usebibmacro{setpageref}%
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx
index 84a0ed9b009..cf4b0710702 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}[2012/07/12 v0.9 biblatex citation style]
+\ProvidesFile{phys.cbx}[2012/07/24 v0.9a biblatex citation style]
\RequireCitationStyle{numeric-comp}