diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx | 15 |
1 files changed, 8 insertions, 7 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}% |