summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/newtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-20 22:53:14 +0000
committerKarl Berry <karl@freefriends.org>2014-03-20 22:53:14 +0000
commitd94a2db301aa0e2a065aa5cf41dbdcfd4479d087 (patch)
tree4cac8c281cef15face2d2e7408fc48bcbb1b70f6 /Master/texmf-dist/tex/latex/newtx
parentf25003156178593b10b6d6173ca4ec99160faff4 (diff)
newtx (20mar14)
git-svn-id: svn://tug.org/texlive/trunk@33239 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/newtx')
-rw-r--r--Master/texmf-dist/tex/latex/newtx/newtxmath.sty65
-rw-r--r--Master/texmf-dist/tex/latex/newtx/newtxtext.sty4
2 files changed, 36 insertions, 33 deletions
diff --git a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
index 62375bd05f8..c536b0f62bb 100644
--- a/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
+++ b/Master/texmf-dist/tex/latex/newtx/newtxmath.sty
@@ -10,8 +10,8 @@
% of glyph collisions.
% These modifications are by Michael Sharpe, msharpe at ucsd dot edu
-\def\fileversion{1.24}
-\def\filedate{2014/03/11}
+\def\fileversion{1.241}
+\def\filedate{2014/03/18}
\ProvidesPackage{newtxmath}
[\filedate\space v\fileversion]
\@ifundefined{newtxmathLoaded}{}{\endinput}
@@ -45,11 +45,12 @@
\newif\iftx@ams \newif\iftx@slantedG \newif\iftx@cmint \newif\iftx@braces
\newif\iftx@libertine \newif\iftx@varbb \newif\iftx@vvarbb \newif\iftx@symbolsC
\newif\iftx@gm \newif\iftx@bigdelims
-\newif\iftx@liby
+\newif\iftx@liby \newif\iftx@tma % use Times math accents
\tx@symbolsCtrue
\newif\iftx@altnu
\newif\iftx@largelibfigs
\newif\iftx@minion \newif\iftx@libaltvw
+\DeclareOption{timesmathacc}{\tx@tmatrue}
\DeclareOption{bigdelims}{\tx@bigdelimstrue}
\DeclareOption{varbb}{\tx@varbbtrue}
\DeclareOption{vvarbb}{\tx@vvarbbtrue}
@@ -344,36 +345,38 @@ amssymbols,uprightGreek}
%\DeclareMathAccent{\dot}{\mathalpha}{operators}{95}
%\DeclareMathAccent{\tilde}{\mathalpha}{operators}{126}
%\DeclareMathAccent{\ddot}{\mathalpha}{operators}{127}
-\re@DeclareMathAccent{\grave}{\mathalpha}{lettersA}{254}
-\re@DeclareMathAccent{\acute}{\mathalpha}{lettersA}{255}
-\re@DeclareMathAccent{\check}{\mathalpha}{lettersA}{186}
-\re@DeclareMathAccent{\breve}{\mathalpha}{lettersA}{187}
-\re@DeclareMathAccent{\bar}{\mathalpha}{lettersA}{221}
-\re@DeclareMathAccent{\mathring}{\mathalpha}{lettersA}{222}
-\re@DeclareMathAccent{\hat}{\mathalpha}{lettersA}{223}
-\re@DeclareMathAccent{\dot}{\mathalpha}{lettersA}{224}
-\re@DeclareMathAccent{\tilde}{\mathalpha}{lettersA}{219}
-\re@DeclareMathAccent{\ddot}{\mathalpha}{lettersA}{220}
-
\def\ly@one{LY1}
\def\t@one{T1}
-%\ifx\encodingdefault\t@one%
-% \re@DeclareMathAccent{\grave}{\mathalpha}{operators}{0}
-% \re@DeclareMathAccent{\acute}{\mathalpha}{operators}{1}
-% \re@DeclareMathAccent{\check}{\mathalpha}{operators}{7}
-% \re@DeclareMathAccent{\breve}{\mathalpha}{operators}{8}
-% \re@DeclareMathAccent{\bar}{\mathalpha}{operators}{9}
-% \re@DeclareMathAccent{\mathring}{\mathalpha}{operators}{6}
-% \re@DeclareMathAccent{\hat}{\mathalpha}{operators}{2}
-% \re@DeclareMathAccent{\dot}{\mathalpha}{operators}{10}
-% \re@DeclareMathAccent{\tilde}{\mathalpha}{operators}{3}
-% \re@DeclareMathAccent{\ddot}{\mathalpha}{operators}{4}
-%\else\ifx\encodingdefault\ly@one
-% \re@DeclareMathAccent{\bar}{\mathalpha}{operators}{175}
-% \re@DeclareMathAccent{\hat}{\mathalpha}{operators}{94}
-% \re@DeclareMathAccent{\dot}{\mathalpha}{operators}{5}
-% \DeclareMathAccent{\tilde}{\mathalpha}{operators}{152}
-%\fi\fi
+\iftx@tma
+ \re@DeclareMathAccent{\grave}{\mathord}{lettersA}{254}
+ \re@DeclareMathAccent{\acute}{\mathord}{lettersA}{255}
+ \re@DeclareMathAccent{\check}{\mathord}{lettersA}{186}
+ \re@DeclareMathAccent{\breve}{\mathord}{lettersA}{187}
+ \re@DeclareMathAccent{\bar}{\mathord}{lettersA}{221}
+ \re@DeclareMathAccent{\mathring}{\mathord}{lettersA}{222}
+ \re@DeclareMathAccent{\hat}{\mathord}{lettersA}{223}
+ \re@DeclareMathAccent{\dot}{\mathord}{lettersA}{224}
+ \re@DeclareMathAccent{\tilde}{\mathord}{lettersA}{219}
+ \re@DeclareMathAccent{\ddot}{\mathord}{lettersA}{220}
+\else
+ \ifx\encodingdefault\t@one%
+ \re@DeclareMathAccent{\grave}{\mathalpha}{operators}{0}
+ \re@DeclareMathAccent{\acute}{\mathalpha}{operators}{1}
+ \re@DeclareMathAccent{\check}{\mathalpha}{operators}{7}
+ \re@DeclareMathAccent{\breve}{\mathalpha}{operators}{8}
+ \re@DeclareMathAccent{\bar}{\mathalpha}{operators}{9}
+ \re@DeclareMathAccent{\mathring}{\mathalpha}{operators}{6}
+ \re@DeclareMathAccent{\hat}{\mathalpha}{operators}{2}
+ \re@DeclareMathAccent{\dot}{\mathalpha}{operators}{10}
+ \re@DeclareMathAccent{\tilde}{\mathalpha}{operators}{3}
+ \re@DeclareMathAccent{\ddot}{\mathalpha}{operators}{4}
+ \else\ifx\encodingdefault\ly@one
+ \re@DeclareMathAccent{\bar}{\mathalpha}{operators}{175}
+ \re@DeclareMathAccent{\hat}{\mathalpha}{operators}{94}
+ \re@DeclareMathAccent{\dot}{\mathalpha}{operators}{5}
+ \DeclareMathAccent{\tilde}{\mathalpha}{operators}{152}
+ \fi\fi
+\fi
%
\iftx@slantedG
\re@DeclareMathSymbol{\Gamma}{\mathord}{letters}{0}
diff --git a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty
index 2499d576e0c..dc3387f0d80 100644
--- a/Master/texmf-dist/tex/latex/newtx/newtxtext.sty
+++ b/Master/texmf-dist/tex/latex/newtx/newtxtext.sty
@@ -13,8 +13,8 @@
% Added scaled keyword and osf option;
% Modified the definition of \k to bypass problem with grouping;
-\def\fileversion{1.24}
-\def\filedate{2014/03/11}
+\def\fileversion{1.241}
+\def\filedate{2014/03/18}
\ProvidesPackage{newtxtext}[\filedate\space v\fileversion]
\message{`newtxtext' v\fileversion, \filedate\space Text macros based on txfonts (msharpe)}