diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-archaeology/foe.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-archaeology/foe.bbx | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-archaeology/foe.bbx b/Master/texmf-dist/tex/latex/biblatex-archaeology/foe.bbx index 74474397788..7057a7cc8ce 100644 --- a/Master/texmf-dist/tex/latex/biblatex-archaeology/foe.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-archaeology/foe.bbx @@ -7,7 +7,7 @@ %% biblatex-archaeology.dtx (with options: `foeBBX,noarticlesubtitlepunct') %% \ProvidesFile{foe.bbx} -[2017/11/16 v1.3 biblatex-archaeology bibliography style (IB)] +[2018/06/10 v2.0 biblatex-archaeology bibliography style (IB)] \RequireBibliographyStyle{authoryear-archaeology} \def\archaeobibstyletitle{\blxarch@style@foe} \DeclareLanguageMappingSuffix{-foe} @@ -33,6 +33,7 @@ journallocation=false, maxbooknames=500, minbooknames=3, + minrealdatediff=4, nothesistitlepunct=false, notitlepunct=false, origfields=true, @@ -62,22 +63,22 @@ \setlength{\bibhang}{0em} \setlength{\bibitemsep}{\baselineskip} -\renewcommand{\repeatlabeldelim}{\mkbibbold{\addcolon\space}} -\renewcommand{\repeatlabelwrap}[1]{\mkbibbold{#1}} +\renewcommand*{\repeatlabeldelim}{\mkbibbold{\addcolon\space}} +\DeclareFieldFormat*{repeatlabel}{\mkbibbold{#1}} \DeclareNameAlias{bookauthor}{given-family} \DeclareNameAlias{sortname}{given-family} -\renewcommand{\mkbibbooknamegiven}[1]{\textsc{#1}} -\renewcommand{\mkbibbooknamefamily}[1]{\textsc{#1}} -\renewcommand{\mkbibbooknameprefix}[1]{\textsc{#1}} -\renewcommand{\mkbibbooknamesuffix}[1]{\textsc{#1}} -\renewcommand{\mkbibsourcenamegiven}[1]{\textsc{#1}} -\renewcommand{\mkbibsourcenamefamily}[1]{\textsc{#1}} -\renewcommand{\mkbibsourcenameprefix}[1]{\textsc{#1}} -\renewcommand{\mkbibsourcenamesuffix}[1]{\textsc{#1}} -\renewcommand{\mkbiblistnamegiven}[1]{\textsc{#1}} -\renewcommand{\mkbiblistnamefamily}[1]{\textsc{#1}} -\renewcommand{\mkbiblistnameprefix}[1]{\textsc{#1}} -\renewcommand{\mkbiblistnamesuffix}[1]{\textsc{#1}} +\renewcommand*{\mkbibbooknamegiven}[1]{\textsc{#1}} +\renewcommand*{\mkbibbooknamefamily}[1]{\textsc{#1}} +\renewcommand*{\mkbibbooknameprefix}[1]{\textsc{#1}} +\renewcommand*{\mkbibbooknamesuffix}[1]{\textsc{#1}} +\renewcommand*{\mkbibsourcenamegiven}[1]{\textsc{#1}} +\renewcommand*{\mkbibsourcenamefamily}[1]{\textsc{#1}} +\renewcommand*{\mkbibsourcenameprefix}[1]{\textsc{#1}} +\renewcommand*{\mkbibsourcenamesuffix}[1]{\textsc{#1}} +\renewcommand*{\mkbiblistnamegiven}[1]{\textsc{#1}} +\renewcommand*{\mkbiblistnamefamily}[1]{\textsc{#1}} +\renewcommand*{\mkbiblistnameprefix}[1]{\textsc{#1}} +\renewcommand*{\mkbiblistnamesuffix}[1]{\textsc{#1}} \DeclareFieldFormat*{title}{\mkbibitalic{#1}} \DeclareFieldFormat[book,collection,manual,proceedings,reference,report,thesis,unpublished]{title}{% \iffieldundef{series} @@ -91,23 +92,23 @@ \iffieldundef{series} {#1} {\mkbibitalic{#1}}} -\renewcommand{\labelnamepunct}{\addcomma\space} -\renewcommand{\booklabelnamepunct}{\addcomma\space} -\renewcommand{\newunitpunct}{\addcomma\space} -\renewcommand{\inbookbookdelim}{\addperiod\space} -\renewcommand{\finalnamedelim}{\addspace\biblstring{and}\space} -\renewcommand{\seriespunct}{\addcomma\addspace} +\renewcommand*{\labelnamepunct}{\addcomma\space} +\renewcommand*{\booklabelnamepunct}{\addcomma\space} +\renewcommand*{\newunitpunct}{\addcomma\space} +\renewcommand*{\inbookbookdelim}{\addperiod\space} +\renewcommand*{\finalnamedelim}{\addspace\biblstring{and}\space} +\renewcommand*{\seriespunct}{\addcomma\addspace} \DeclareFieldFormat*{seriesparens}{#1} -\renewcommand{\subnumberseriesdelim}{\newunitpunct} +\renewcommand*{\subnumberseriesdelim}{\newunitpunct} \DeclareFieldFormat*{locationdateparens}{#1} \DeclareFieldFormat*{journaldateparens}{#1} \DeclareFieldFormat*{reprintparens}{\newunitpunct#1} -\DeclareFieldFormat*{realdateparen}{\mkbibparens{#1}} -\DeclareFieldFormat*{origrealdateparen}{\mkbibparens{#1}} +\DeclareFieldFormat*{realdateparens}{\mkbibparens{#1}} +\DeclareFieldFormat*{origrealdateparens}{\mkbibparens{#1}} \DeclareFieldFormat*{pages}{#1} \DeclareFieldFormat*{volume}{\addspace#1} \DeclareFieldFormat*{url}{\url{#1}} -\renewcommand{\articlesubtitlepunct}{\subtitlepunct} +\renewcommand*{\articlesubtitlepunct}{\subtitlepunct} \endinput %% %% End of file `foe.bbx'. |