diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ieee')
4 files changed, 37 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx index f4b5afef109..7a24ccb5d28 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{ieee-alphabetic.bbx}[2012/07/18 v1.1b biblatex bibliography style] +\ProvidesFile{ieee-alphabetic.bbx}[2012/10/04 v1.1c biblatex bibliography style] \RequireBibliographyStyle{ieee} diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx index 08de566b3cf..14a3ae12065 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee-alphabetic.cbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{ieee-alphabetic.cbx}[2012/07/18 v1.1b biblatex citation style] +\ProvidesFile{ieee-alphabetic.cbx}[2012/10/04 v1.1c biblatex citation style] \RequireCitationStyle{alphabetic} diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx index 90880701e0f..211ff3d76f0 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.bbx @@ -8,7 +8,7 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{ieee.bbx}[2012/07/18 v1.1b biblatex bibliography style] +\ProvidesFile{ieee.bbx}[2012/10/04 v1.1c biblatex bibliography style] % Load the standard style to avoid copy-pasting unnecessary material \RequireBibliographyStyle{numeric-comp} diff --git a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx index 5149d08ca68..c05681bc28c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ieee/ieee.cbx @@ -8,15 +8,43 @@ %% --------------------------------------------------------------- %% -\ProvidesFile{ieee.cbx}[2012/07/18 v1.1b biblatex citation style] +\ProvidesFile{ieee.cbx}[2012/10/04 v1.1c biblatex citation style] \RequireCitationStyle{numeric-comp} -\ExecuteBibliographyOptions{ - maxcitenames = 3, - minnames = 3, - sorting = none -} +\ExecuteBibliographyOptions{sorting = none} + +\ifcsdef{blx@backend} + {% + \ifnumequal\blx@backend\blx@backend@biber + {% + \ExecuteBibliographyOptions{ + maxcitenames = 4, + minnames = 3 + }% + \protected\edef\abx@macro@textcite{% + \defcounter{maxnames}{3}% + \defcounter{minnames}{1}% + \unexpanded\expandafter{\abx@macro@textcite}% + }% + } + {% + \ExecuteBibliographyOptions{ + maxalphanames = 4, + maxcitenames = 3, + minalphanames = 3, + minnames = 1 + }% + }% + } + {% + \ExecuteBibliographyOptions{ + maxalphanames = 4, + maxcitenames = 3, + minalphanames = 3, + minnames = 1 + }% + } %% %% Copyright (C) 2011,2012 by |