diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-archaeology/archa.bbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-archaeology/archa.bbx | 50 |
1 files changed, 26 insertions, 24 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-archaeology/archa.bbx b/Master/texmf-dist/tex/latex/biblatex-archaeology/archa.bbx index dc21f78b5c2..4925225e047 100644 --- a/Master/texmf-dist/tex/latex/biblatex-archaeology/archa.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-archaeology/archa.bbx @@ -7,7 +7,7 @@ %% biblatex-archaeology.dtx (with options: `archaBBX,noarticlesubtitlepunct') %% \ProvidesFile{archa.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@archa} \DeclareLanguageMappingSuffix{-archa} @@ -34,6 +34,7 @@ journallocation=false, maxbooknames=500, minbooknames=3, + minrealdatediff=\blxarch@maxnumber, nothesistitlepunct=false, notitlepunct=false, origfields=true, @@ -63,36 +64,37 @@ \setlength{\bibhang}{0em} \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{\labelnamepunct}{\addcomma\space} -\renewcommand{\booklabelnamepunct}{\addcomma\space} -\renewcommand{\newunitpunct}{\addcomma\space} -\renewcommand{\subtitlepunct}{\addcolon\space} -\renewcommand{\titleseriesdelim}{\addperiod\space} -\renewcommand{\seriespunct}{\addspace} +\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*{\labelnamepunct}{\addcomma\space} +\renewcommand*{\booklabelnamepunct}{\addcomma\space} +\renewcommand*{\newunitpunct}{\addcomma\space} +\renewcommand*{\subtitlepunct}{\addcolon\space} +\renewcommand*{\titleseriesdelim}{\addperiod\space} +\renewcommand*{\seriespunct}{\addspace} \DeclareFieldFormat*{seriesparens}{#1} -\renewcommand{\subnumberseriesdelim}{\newunitpunct} +\renewcommand*{\subnumberseriesdelim}{\newunitpunct} \DeclareFieldFormat*{locationdateparens}{#1} \DeclareFieldFormat*{journaldateparens}{#1} \DeclareFieldFormat*{reprintparens}{\newunitpunct#1} -\DeclareFieldFormat*{realdateparen}{\addcomma\space#1} -\DeclareFieldFormat*{origrealdateparen}{\addcomma\space#1} +\DeclareFieldFormat*{realdateparens}{\addcomma\space#1} +\DeclareFieldFormat*{origrealdateparens}{\addcomma\space#1} \DeclareFieldFormat*{pages}{#1} \DeclareFieldFormat*{volume}{\addspace#1} \DeclareFieldFormat*{url}{#1} -\xpatchbibmacro{thesistype}{bibstring}{biblstring}{}{} -\renewcommand{\articlesubtitlepunct}{\subtitlepunct} +\xpatchbibmacro{thesistype}{bibstring}{biblstring} + {}{Patching bibmacro 'thesistype' failed (1)} +\renewcommand*{\articlesubtitlepunct}{\subtitlepunct} \endinput %% %% End of file `archa.bbx'. |