diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-26 22:42:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-26 22:42:17 +0000 |
commit | 0983fb3ed1420ff420386b0bea6c6b1a042dd0d0 (patch) | |
tree | e841d409bcfc0598b40020e3fd2a23d2fbdb0d2a /Master/texmf-dist/tex/latex/biblatex-phys | |
parent | 00b322a85ea0812901967e21ea3fd755b3e8656c (diff) |
biblatex-phys (25jul12)
git-svn-id: svn://tug.org/texlive/trunk@27176 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.bbx | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx | 2 |
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} |