summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/newtx/t1ntxlf.fd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-17 20:37:11 +0000
committerKarl Berry <karl@freefriends.org>2021-05-17 20:37:11 +0000
commit00085afeded239f44fcdb90c9f1ba8ec7f3680be (patch)
treeeeab87cdb0d428cc1834d8b7e341a9f7956b7830 /Master/texmf-dist/tex/latex/newtx/t1ntxlf.fd
parentd42078d58faed67af2b4e8521044e65561b1bcf1 (diff)
newtx (17may21)
git-svn-id: svn://tug.org/texlive/trunk@59238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx/t1ntxlf.fd')
-rw-r--r--Master/texmf-dist/tex/latex/newtx/t1ntxlf.fd19
1 files changed, 15 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/t1ntxlf.fd b/Master/texmf-dist/tex/latex/newtx/t1ntxlf.fd
index 449bfc32b59..6e077f602f7 100644
--- a/Master/texmf-dist/tex/latex/newtx/t1ntxlf.fd
+++ b/Master/texmf-dist/tex/latex/newtx/t1ntxlf.fd
@@ -1,4 +1,8 @@
-\ProvidesFile{t1ntxlf.fd}[2015/01/17 v1.0 font definition file for T1/ntx/lf]
+\ProvidesFile{t1ntxlf.fd}[2021/05/07 v1.1 font definition file for T1/ntx/lf]
+
+\expandafter\ifx\csname ntx@sltrue\endcsname\relax
+ \global\newif\ntx@sl\global\ntx@sltrue%
+\fi
\expandafter\ifx\csname ntx@scaled\endcsname\relax
\let\ntx@scaled\@empty%
@@ -21,9 +25,16 @@
\DeclareFontShape{T1}{ntxlf}{bx}{n}{<->ssub * ntxlf/b/n}{}
\DeclareFontShape{T1}{ntxlf}{bx}{scit}{<->ssub * ntxlf/b/scit}{}
\DeclareFontShape{T1}{ntxlf}{bx}{it}{<->ssub * ntxlf/b/it}{}
-\DeclareFontShape{T1}{ntxlf}{m}{sl}{<-> \ntx@scaled ntx-Italic-tlf-th-t1}{}
-\DeclareFontShape{T1}{ntxlf}{b}{sl}{<->ssub * ntxlf/m/sl}{}
-\DeclareFontShape{T1}{ntxlf}{bx}{sl}{<->ssub * ntxlf/m/sl}{}
+\ifntx@sl % point to real slanted fonts
+ \DeclareFontShape{T1}{ntxlf}{m}{sl}{<-> \ntx@scaled t1xsl-lf}{}
+ \DeclareFontShape{T1}{ntxlf}{b}{sl}{<-> \ntx@scaled ztmbsl-lf-t1}{}
+ \DeclareFontShape{T1}{ntxlf}{bx}{sl}{<->ssub * ntxlf/b/sl}{}
+\else %point to theorem font
+ \DeclareFontShape{T1}{ntxlf}{m}{sl}{<-> \ntx@scaled ntxth-Italic-tlf-t1}{}
+ \DeclareFontShape{T1}{ntxlf}{b}{sl}{<->ssub * ntxlf/m/sl}{}
+ \DeclareFontShape{T1}{ntxlf}{bx}{sl}{<->ssub * ntxlf/m/sl}{}
+\fi
+
\DeclareFontShape{T1}{ntxlf}{b}{scsl}{<->ssub * ntxlf/b/scit}{}
\DeclareFontShape{T1}{ntxlf}{bx}{scsl}{<->ssub * ntxlf/b/scit}{}
\DeclareFontShape{T1}{ntxlf}{m}{scsl}{<->ssub * ntxlf/m/scit}{}