diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-05 23:16:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-05 23:16:01 +0000 |
commit | 9b2a23d5894f2bbd1df8f56b74ac9753660cdc51 (patch) | |
tree | 76914355db217cd1316086ba0e167457a540aa72 /Master/texmf-dist/tex/latex/biblatex-phys | |
parent | b9d92c52672849ee2fd167c6675df004d6fa7125 (diff) |
biblatex-phys (5jan13)
git-svn-id: svn://tug.org/texlive/trunk@28741 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 | 22 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx | 4 |
2 files changed, 9 insertions, 17 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.bbx index 5566d083ebd..376a5eff1d9 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/24 v0.9a biblatex bibliography style] +\ProvidesFile{phys.bbx}[2013/01/04 v0.9b biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} @@ -54,12 +54,6 @@ url = false } -% Modify the name format -\DeclareNameFormat{default}{% - \usebibmacro{name:first-last}{#1}{#4}{#5}{#7}% - \usebibmacro{name:andothers}% -} - \renewbibmacro*{name:first-last}[4]{% \usebibmacro{name:delim}{#2#3#1}% \usebibmacro{name:hook}{#2#3#1}% @@ -220,18 +214,16 @@ \iftoggle{bbx:isbn} {\printfield{issn}} {}% - \newunit\newblock - \usebibmacro{doi+eprint+url}% \setunit{\addspace}% \printfield{year}% - \newunit\newblock + \setunit{\addspace}% \iffieldundef{pages} {% - \iftoggle{bbx:doi} - {} - {\printfield{doi}}% - } + \printfield{doi}% + \clearfield{doi}% + }% {}% + \usebibmacro{doi+eprint+url}% \newunit\newblock \usebibmacro{addendum+pubstate}% \setunit{\bibpagerefpunct}\newblock @@ -387,7 +379,7 @@ } %% -%% Copyright (C) 2012 by +%% Copyright (C) 2012,2013 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of diff --git a/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx b/Master/texmf-dist/tex/latex/biblatex-phys/phys.cbx index cf4b0710702..d47edc7eef5 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/24 v0.9a biblatex citation style] +\ProvidesFile{phys.cbx}[2013/01/04 v0.9b biblatex citation style] \RequireCitationStyle{numeric-comp} @@ -20,7 +20,7 @@ } %% -%% Copyright (C) 2012 by +%% Copyright (C) 2012,2013 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of |