From 95de47a0fd11f5271d239b79de308a91a1fc5693 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 19 Mar 2020 21:55:31 +0000 Subject: biblatex-ajc2020unofficial (19mar20) git-svn-id: svn://tug.org/texlive/trunk@54401 c570f23f-e606-0410-a88d-b1316a301751 --- .../ajc2020unofficial.bbx | 26 +++++++++++++++++++--- .../ajc2020unofficial.cbx | 2 +- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx b/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx index 7b52892aae5..b348fc982be 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx @@ -1,10 +1,11 @@ -\ProvidesFile{ajc2020unofficial.bbx}[2020/03/03 v0.0.1 unofficial biblatex bibliography style for Australasian Journal of Combinatorics] +\ProvidesFile{ajc2020unofficial.bbx}[2020/03/18 v0.2.0 unofficial biblatex bibliography style for Australasian Journal of Combinatorics] \RequireBibliographyStyle{numeric} \RequireCitationStyle{numeric} \ExecuteBibliographyOptions{labelnumber,firstinits=true,sorting=nyt} +\RequirePackage{shortmathj} \RequireBibliographyStyle{standard} \newbibmacro*{bbx:savehash}{% @@ -46,7 +47,7 @@ \usebibmacro{authorstrg}} {\global\undef\bbx@lasthash}} -\DeclareFieldFormat{journaltitle}{\textup{#1}} +%\DeclareFieldFormat{journaltitle}{\textup{#1}} \DeclareFieldFormat{booktitle}{\textup{#1}} \DeclareFieldFormat[article]{number}{\mkbibbold{#1}} \DeclareFieldFormat[book]{number}{\mkbibbold{#1}} @@ -66,8 +67,27 @@ \DeclareFieldFormat{pages}{#1} -\DeclareFieldFormat{journaltitle}{\mkbibemph{#1}\isdot} \DeclareFieldFormat*{title}{#1} + + +\renewbibmacro*{journal}{% + \ifboolexpr{ + test {\iffieldundef{journaltitle}} + and + test {\iffieldundef{journalsubtitle}} + } + {} + {\printtext[journaltitle]{% + \printfield[journaltitle:ams]{journaltitle}% + \setunit{\subtitlepunct}% + \printfield[journaltitle:ams]{journalsubtitle}}}% +} + + +\DeclareFieldFormat{journaltitle:ams}{\shortifyAMSjournalname{#1}\isdot} + + + \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.cbx b/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.cbx index 77c0589e7c5..2a19515288c 100644 --- a/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.cbx @@ -1,4 +1,4 @@ -\ProvidesFile{ajc2020unofficial.cbx}[2020/03/03 v0.0.1 unofficial biblatex bibliography style for Australasian Journal of Combinatorics] +\ProvidesFile{ajc2020unofficial.cbx}[2020/03/18 v0.2.0 unofficial biblatex bibliography style for Australasian Journal of Combinatorics] \RequireCitationStyle{numeric} \endinput -- cgit v1.2.3