diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-28 21:32:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-28 21:32:57 +0000 |
commit | c6424447b17ed673433f80ba383701856f09ca40 (patch) | |
tree | e72d9bc54095c61c37f6c45feaa10ba05fdf400c /Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx | |
parent | cf765726d33562cf94dbd3608efb46ba0cc1e3e4 (diff) |
biblatex-philosophy (28mar14)
git-svn-id: svn://tug.org/texlive/trunk@33313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx index d343be0f88f..45b37ae6987 100644 --- a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx @@ -13,7 +13,7 @@ %% License information appended %% \ProvidesFile{philosophy-standard.bbx} - [2014/02/12 v0.9e valbusa beta] + [2014/03/28 v0.9f valbusa beta] \RequireBiber[2] \RequireBibliographyStyle{standard} @@ -160,7 +160,7 @@ \DeclareFieldFormat{library}{\libraryfont #1} \DeclareFieldFormat{backrefparens}{\mkpureparens{#1}} \DeclareFieldFormat{pureparens}{\mkpureparens{#1}} -\DeclareFieldFormat{volume}{% +\DeclareFieldFormat*{volume}{% \bibstring{volume}~% \ifinteger{#1}{% \ifdefstring{\bbx@volumeformat}{arabic}% @@ -170,10 +170,10 @@ {\ifdefstring{\bbx@volumeformat}{romansc}% {\textsc{\Rn{#1}}}% {#1}}}}{#1}} -\DeclareFieldFormat{number}{% +\DeclareFieldFormat*{number}{% \ifdefstring{\bbx@volnumformat}{strings}{% \bibstring{number}~#1}{#1}} -\DeclareFieldFormat{series}{% +\DeclareFieldFormat*{series}{% \ifinteger{#1} {\mkbibordseries{#1}~\bibstring{jourser}} {\ifbibstring{#1}{\bibstring{#1}}{#1}}} @@ -345,7 +345,7 @@ \printtext[pureparens]{% \printfield{volume}% \setunit*{\volnumpunct}% - \printfield{number}}\addcomma\space} + \printfield{number}}} \newbibmacro*{volnumstrings}{% \iffieldundef{volume}{}{% @@ -1474,6 +1474,8 @@ \newunit\newblock \usebibmacro{pageref}% \usebibmacro{finentry}} +\ifblx@load@version@one +\else \DeclareStyleSourcemap{ \maps[datatype=bibtex]{ \map{ @@ -1493,6 +1495,7 @@ } } } +\fi \DeclareDataInheritance{*}{*}{\noinherit{annotation}} \DeclareFieldAlias[jurisdiction]{usera}[jurisdiction]{notacomm} |