diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-22 22:18:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-22 22:18:14 +0000 |
commit | ad2020cc0a7f9a54ddb2b0c1ea5ce52d6addce2f (patch) | |
tree | c64130a08142e21d40970aae436c3366f8f8f7f4 /Master/texmf-dist/tex/latex/newtx | |
parent | e5bf96f66b5d613790dfd6e2a4df484bc269aba7 (diff) |
newtx (22nov19)
git-svn-id: svn://tug.org/texlive/trunk@52889 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx')
-rw-r--r-- | Master/texmf-dist/tex/latex/newtx/newtxmath.sty | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty index 79966d6643d..6676ec0b50b 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.61} -\def\filedate{2019/11/09} +\def\fileversion{1.611} +\def\filedate{2019/11/21} \ProvidesPackage{newtxmath}[\filedate\space v\fileversion ] \@ifundefined{newtxmathLoaded}{}{\endinput} @@ -56,8 +56,7 @@ \edef\x{\endgroup \noexpand\setkeys{ntxmath}{\CurrentOption}}% \x} -\DeclareOption{varg}{\def\X@s@v@rg{1}} -\DeclareOption{varvw}{\def\X@s@v@rg{0}} +\newif\iftx@XChalty \newcount\tx@Isdigit \newcount\tx@IsAlNum \newif\iftx@ams \newif\iftx@slantedG \newif\iftx@cmint \newif\iftx@braces @@ -232,6 +231,9 @@ \DeclareOption{stickstoo}{\tx@stxtwotrue\tx@ntxmathfalse} % added in 1.55 \DeclareOption{cochf}{\tx@cochftrue} % added in 1.604 \DeclareOption{cochrho}{\tx@cochrhotrue} % added in 1.604 +\DeclareOption{alty}{\tx@XChaltytrue} % only in XCharter, added im 1.611 +\DeclareOption{varg}{\def\X@s@v@rg{1}} +\DeclareOption{varvw}{\def\X@s@v@rg{0}} \ExecuteOptions{% amssymbols,uprightGreek,nosubscriptcorrection} @@ -263,7 +265,7 @@ amssymbols,uprightGreek,nosubscriptcorrection} \fi %\traceoff } - +%\iftx@ch\else\tx@XChaltyfalse\fi % option alty is only for XCharter % stix2 forces timesmathacc and no optical sizes \iftx@stxtwo\tx@tmatrue \tx@noopttrue\fi % frenchmath implies uprightGreek @@ -406,6 +408,7 @@ amssymbols,uprightGreek,nosubscriptcorrection} \fi \fi \fi +%\show\tx@subs \iftx@isenh % \DeclareMathSymbol{0}{\mathord}{letters}{132} |