diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-19 21:55:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-19 21:55:31 +0000 |
commit | 95de47a0fd11f5271d239b79de308a91a1fc5693 (patch) | |
tree | 392be456c097d5c412eebe522f1039fec0c0bc19 /Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial | |
parent | 8a69f4932fbe42ed6136930a9909cc9d59cf2335 (diff) |
biblatex-ajc2020unofficial (19mar20)
git-svn-id: svn://tug.org/texlive/trunk@54401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx | 26 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/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 |