diff options
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 | 32 |
1 files changed, 19 insertions, 13 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 c8e6ccdcd36..0a1b8da309b 100644 --- a/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-philosophy/philosophy-standard.bbx @@ -7,13 +7,13 @@ %% biblatex-philosophy.dtx (with options: `standard-bbx') %% ______________________________________________________ %% The biblatex-philosophy package -%% Copyright (C) 2009-2015 Ivan Valbusa +%% Copyright (C) 2009-2016 Ivan Valbusa %% All rights reserved %% %% License information appended %% \ProvidesFile{philosophy-standard.bbx} - [2016/03/10 v1.4 valbusa beta] + [2016/05/18 v1.5 A set of styles for biblatex] %% These style redefines the \cmd{bibrangedash} and \cmd{bibdatedash} commands in order to get a simple hyphen (-) instead of an en dash (--) in the page and date ranges. If you prefer the en dash use the following code: @@ -112,7 +112,11 @@ \AtBeginBibliography{% \iftoggle{bbx:scauthorsbib}{% \ifblx@load@version@legacy -\DeclareNameFormat{family-given/given-family}{% + \expandafter\@firstoftwo +\else + \expandafter\@secondoftwo +\fi +{\DeclareNameFormat{family-given/given-family}{% \let\mkbibnamefamily\mkbibsc% \let\mkbibnamegiven\mkbibsc% \let\mkbibnameprefix\mkbibsc% @@ -127,9 +131,8 @@ {\iffirstinits {\usebibmacro{name:given-family}{#1}{#4}{#5}{#7}} {\usebibmacro{name:given-family}{#1}{#3}{#5}{#7}}}% - \usebibmacro{name:andothers}}% -\else -\DeclareNameFormat{sortname}{% + \usebibmacro{name:andothers}}}% +{\DeclareNameFormat{sortname}{% \let\mkbibnamefamily\mkbibsc% \let\mkbibnamegiven\mkbibsc% \let\mkbibnameprefix\mkbibsc% @@ -161,8 +164,7 @@ {\namepartgiven} {\namepartprefix} {\namepartsuffix}}}% - \usebibmacro{name:andothers}} -\fi + \usebibmacro{name:andothers}}}% }% {}}% \renewcommand*{\newunitpunct}{\addcomma\space} @@ -667,7 +669,8 @@ \printdate} \newbibmacro*{related:clearauthors}{% \renewbibmacro*{author/translator+others}{\usebibmacro{bbx:savehash}}% - \renewbibmacro*{author/editor+others/translator+others}{\usebibmacro{bbx:savehash}}% + \renewbibmacro*{author/editor+others/translator+others}{% + \usebibmacro{bbx:savehash}}% \renewbibmacro*{editor+others}{\usebibmacro{bbx:savehash}}% \renewbibmacro*{author/translator+others}{\usebibmacro{bbx:savehash}}% \renewbibmacro*{author/editor}{\usebibmacro{bbx:savehash}}% @@ -1632,8 +1635,12 @@ \usebibmacro{pageref}% \usebibmacro{finentry}} \ifblx@load@version@legacy + \expandafter\@firstoftwo \else -\DeclareStyleSourcemap{ + \expandafter\@secondoftwo +\fi +{\relax} +{\DeclareStyleSourcemap{ \maps[datatype=bibtex]{ \map{ \step[fieldsource=court , fieldtarget=author] @@ -1653,14 +1660,13 @@ } } \DeclareDataInheritance{*}{*}{\noinherit{annotation}} -\fi - +} \DeclareFieldAlias[jurisdiction]{usera}[jurisdiction]{notacomm} \DeclareFieldAlias[jurisdiction]{nameadddon}[jurisdiction]{section} \DeclareFieldAlias[jurisdiction]{author}[jurisdiction]{court} %% -%% Copyright 2009-2015 by Ivan Valbusa +%% Copyright 2009-2016 by Ivan Valbusa %% %% This program is provided under the terms of the %% LaTeX Project Public License distributed from CTAN |