summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-03-09 20:48:38 +0000
committerKarl Berry <karl@freefriends.org>2024-03-09 20:48:38 +0000
commitac6b32064be07d9459fd2ce14e50702be82ac951 (patch)
treecef2ae0833000229547a0b2fcc6cc5897ba08749
parent7999a3d361ed90e6a33e3a8e00ac0bc89dd77ec2 (diff)
cochineal (branch) (9mar24)
git-svn-id: svn://tug.org/texlive/branches/branch2023.final@70537 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/fonts/cochineal/README6
-rw-r--r--Master/texmf-dist/tex/latex/cochineal/omlzcochmi.fd11
2 files changed, 13 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/fonts/cochineal/README b/Master/texmf-dist/doc/fonts/cochineal/README
index 11f7736eba8..a69196984cc 100644
--- a/Master/texmf-dist/doc/fonts/cochineal/README
+++ b/Master/texmf-dist/doc/fonts/cochineal/README
@@ -19,7 +19,11 @@ Files provided "as is", with no warranties.
The support files are provided in encodings OT1, T1, TS1 and LY1 for users of Western scripts, LGR for Greek scripts and T2A and OT2 for Cyrillic scripts.
-Current version: 1.084 (2024-03-06)
+Current version: 1.085 (2024-03-08)
+
+Changes in version 1.085
+Added newest omlzcochmi.fd which was inadvertently omitted from
+version 1.084.
Changes in version 1.084
Reworked handling of math option cochf, adding new zcoch[b]mi-altf.{tfm,vf}.
diff --git a/Master/texmf-dist/tex/latex/cochineal/omlzcochmi.fd b/Master/texmf-dist/tex/latex/cochineal/omlzcochmi.fd
index 82dceda0e19..9f328414af0 100644
--- a/Master/texmf-dist/tex/latex/cochineal/omlzcochmi.fd
+++ b/Master/texmf-dist/tex/latex/cochineal/omlzcochmi.fd
@@ -5,20 +5,25 @@
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{omlzcochmi.fd}
- [2015/06/23 Fontinst v1.933 font definitions for OML/zcochmi.]
+ [2024/03/06 Fontinst v1.933 font definitions for OML/zcochmi.]
\expandafter\ifx\csname ntxmath@scaled\endcsname\relax
\let\ntxmath@scaled\@empty%
\fi
+\@ifundefined{tx@cochftrue}{%
+ \global\newif\iftx@cochf}{}
+\xdef\tx@Cochf{}
+\iftx@cochf\xdef\tx@Cochf{-altf}\fi
+
\DeclareFontFamily{OML}{zcochmi}{\skewchar \font =127}
\DeclareFontShape{OML}{zcochmi}{m}{it}{
- <-> \ntxmath@scaled zcochmi
+ <-> \ntxmath@scaled zcochmi\tx@Cochf
}{}
\DeclareFontShape{OML}{zcochmi}{b}{it}{
- <-> \ntxmath@scaled zcochbmi
+ <-> \ntxmath@scaled zcochbmi\tx@Cochf
}{}
\DeclareFontShape{OML}{zcochmi}{m}{sl}{<->ssub * zcochmi/m/it}{}