texlive[54401]

commits+karl at tug.org commits+karl at tug.org
Thu Mar 19 22:55:31 CET 2020


Revision: 54401
          http://tug.org/svn/texlive?view=revision&revision=54401
Author:   karl
Date:     2020-03-19 22:55:31 +0100 (Thu, 19 Mar 2020)
Log Message:
-----------
biblatex-ajc2020unofficial (19mar20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx
    trunk/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.cbx

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx	2020-03-19 21:43:06 UTC (rev 54400)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.bbx	2020-03-19 21:55:31 UTC (rev 54401)
@@ -1,4 +1,4 @@
-\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}
@@ -5,6 +5,7 @@
 
 \ExecuteBibliographyOptions{labelnumber,firstinits=true,sorting=nyt}
 
+\RequirePackage{shortmathj}
 
 \RequireBibliographyStyle{standard}
 \newbibmacro*{bbx:savehash}{%
@@ -46,7 +47,7 @@
     \usebibmacro{authorstrg}}
   {\global\undef\bbx at 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

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.cbx	2020-03-19 21:43:06 UTC (rev 54400)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-ajc2020unofficial/ajc2020unofficial.cbx	2020-03-19 21:55:31 UTC (rev 54401)
@@ -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



More information about the tex-live-commits mailing list.