diff options
author | Karl Berry <karl@freefriends.org> | 2024-03-09 20:43:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-03-09 20:43:37 +0000 |
commit | 88081054d4adc2a86d0cd6ab88268099a6179429 (patch) | |
tree | f5c7cc908809fb5e485a407d9e5c0f1b3aa3890c /Master | |
parent | 3d6d057f9965517961667fcd613b4056f08dca17 (diff) |
cochineal (9mar24)
git-svn-id: svn://tug.org/texlive/trunk@70528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/cochineal/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cochineal/omlzcochmi.fd | 11 |
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}{} |