diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-04 21:22:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-04 21:22:53 +0000 |
commit | 3e9e4675e142edf2162db24e46dac73a8f33d5c0 (patch) | |
tree | 6260a2dddee6ab50891f4587b3cc79ac86905348 /Master/texmf-dist/tex/latex | |
parent | a6913752e2c93d9b4f808fa89614f048479c74cb (diff) |
newtx (4may20)
git-svn-id: svn://tug.org/texlive/trunk@55012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxmath.sty | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index a2167aead84..88b2b1180c1 100644 --- a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty +++ b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty @@ -11,8 +11,8 @@ % of glyph collisions. % These modifications are by Michael Sharpe, msharpe at ucsd dot edu -\def\fileversion{1.625} -\def\filedate{2020/03/02} +\def\fileversion{1.626} +\def\filedate{2020/05/02} \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ] \@ifundefined{newtxmathLoaded}{}{\endinput} @@ -256,6 +256,8 @@ amssymbols,uprightGreek,nosubscriptcorrection} \iftx@coch\tx@isenhtrue\else \iftx@ut\tx@isenhtrue\else \iftx@nc\tx@isenhtrue\else + \iftx@minion\tx@isenhtrue\else + \fi \fi \fi \fi @@ -311,6 +313,7 @@ amssymbols,uprightGreek,nosubscriptcorrection} \tx@otfalse \fi\fi \fi +\iftx@minion\edef\rmdefaultB{MinionPro-TLF}\fi \edef\bold@wt{\ifx\iflibertine@otf\undefined b\else sb\fi} \let\tx@enc\encodingdefault \iftx@ot\let\tx@enc\ot@one\fi @@ -2691,6 +2694,18 @@ $\hfil\displaystyle{#1}\hfil$\crcr% \DeclareRobustCommand{\BIz}{\BI@{z}} \fi% end \iftx@BI +% Special constructions for Minion, where we cannot make real compund symbols + \iftx@minion % minion does not have hslash, lambdabar, lambdaslash,Zbar + \let\hslash\@empty \let\lambdaslash\@empty + \let\lambdabar\@empty \let\Zbar\@empty + \DeclareMathSymbol{\highbar}{\mathord}{lettersA}{252} + \DeclareMathSymbol{\slashbar}{\mathord}{lettersA}{253} + \DeclareMathSymbol{\midbar}{\mathord}{lettersA}{254} + \def\hslash{\text{\rlap{\hspace{.04em}$\slashbar$}$h$}} + \def\lambdaslash{\text{\rlap{\hspace{.1em}$\slashbar$}$\lambda$}} + \def\lambdabar{\text{\rlap{\hspace{.09em}$\highbar$}$\lambda$}} + \def\Zbar{\text{\rlap{$\midbar$}$\textrm{Z}$}} + \fi \def\defaultscriptratio{.73} % default is .7 \def\defaultscriptscriptratio{.55} % default is .5 |