summaryrefslogtreecommitdiff
path: root/fonts/garamondx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-05 03:00:57 +0000
committerNorbert Preining <norbert@preining.info>2020-10-05 03:00:57 +0000
commit07723a50707217d2d397c098ec67af793cdfa916 (patch)
tree419906c34d6f422224cdb60740b38a7db16c57d4 /fonts/garamondx
parent62f3109ec0fcb4a3309966bdcb9e4f307ff35dd2 (diff)
CTAN sync 202010050300
Diffstat (limited to 'fonts/garamondx')
-rw-r--r--fonts/garamondx/README9
-rw-r--r--fonts/garamondx/tex/omlzgmmi.fd8
2 files changed, 9 insertions, 8 deletions
diff --git a/fonts/garamondx/README b/fonts/garamondx/README
index 2db7f30b32..27b169e145 100644
--- a/fonts/garamondx/README
+++ b/fonts/garamondx/README
@@ -15,7 +15,7 @@ that fix is incorporated in the version by Gael Varoquaux, from which this versi
The current version, with name changed to NewG8 to distinguish it from other
versions of GaramondNo8, is
- Copyright (c) 2013--2017 Michael Sharpe
+ Copyright (c) 2013--2020 Michael Sharpe
The TeX font metrics, virtual fonts and font definition files for NewG8,
i.e., the files in the archive zgm.zip, may be distributed and/or modified
@@ -25,11 +25,14 @@ license is in http://www.latex-project.org/lppl.txt and version 1.3 or later is
part of all distributions of LaTeX version 2003/12/01 or later. Those files and
LaTeX support file garamondx.sty are
- Copyright (c) 2013--2017 Michael Sharpe
+ Copyright (c) 2013--2020 Michael Sharpe
Files provided "as is", with no warranties.
-Current version: 1.20 (2017/05/29)
+Current version: 1.21 (2020/10/04)
+
+Changes in version 1.21
+Corrected code handling scaling in omlzgmmi.fd so that scale factor set in newtxmath works as expected. (Thanks Enrico Gregorio.)
Changes in version 1.20
Corrected an error in zgm.map affecting italic small caps in T1 encoding.
diff --git a/fonts/garamondx/tex/omlzgmmi.fd b/fonts/garamondx/tex/omlzgmmi.fd
index 040339f4ee..9bab1cb56a 100644
--- a/fonts/garamondx/tex/omlzgmmi.fd
+++ b/fonts/garamondx/tex/omlzgmmi.fd
@@ -8,19 +8,17 @@
[2012/11/18 Fontinst v1.933 font definitions for OML/zgmmi.]
\expandafter\ifx\csname ntxmath@scaled\endcsname\relax
- \let\ntxmath@@scaled\@empty%
-\else
- \edef\ntxmath@@scaled{s*[\csname ntxmath@scaled\endcsname]}%
+ \let\ntxmath@scaled\@empty%
\fi
\DeclareFontFamily{OML}{zgmmi}{\skewchar \font =127}
\DeclareFontShape{OML}{zgmmi}{m}{it}{
- <-> \ntxmath@@scaled zgmmi
+ <-> \ntxmath@scaled zgmmi
}{}
\DeclareFontShape{OML}{zgmmi}{b}{it}{
- <-> \ntxmath@@scaled zgmbmi
+ <-> \ntxmath@scaled zgmbmi
}{}
\DeclareFontShape{OML}{zgmmi}{m}{sl}{<->ssub * zgmmi/m/it}{}