summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/csplain/fonts/tx-math.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-26 23:20:04 +0000
committerKarl Berry <karl@freefriends.org>2013-11-26 23:20:04 +0000
commitfb91667b247fe27096e359343eab502290656a11 (patch)
tree56f12c77535cee07c7ac0d643f7efd3058efc411 /Master/texmf-dist/tex/csplain/fonts/tx-math.tex
parent93d97c86679ad3e449ccb58cff961c4dfca740e9 (diff)
csplain
git-svn-id: svn://tug.org/texlive/trunk@32248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/csplain/fonts/tx-math.tex')
-rw-r--r--Master/texmf-dist/tex/csplain/fonts/tx-math.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/csplain/fonts/tx-math.tex b/Master/texmf-dist/tex/csplain/fonts/tx-math.tex
index 1a562f8e6d4..a88f171aeb2 100644
--- a/Master/texmf-dist/tex/csplain/fonts/tx-math.tex
+++ b/Master/texmf-dist/tex/csplain/fonts/tx-math.tex
@@ -141,7 +141,7 @@
\ifx\sizemtext\undefined \setmathsizes[10/7/5]\fi
\ifx\tenbi\undefined \font\tenbi=ptmbi8z \relax \fi
-\normalmath % load families, normal shape
+\ifx\normalmathloading\relax\else \normalmath \fi % load families, normal shape
\itvariables % \rm in math and variables in math by current text font
%% \mathchardef declarations
@@ -721,3 +721,4 @@ Sep. 2013: \letfont plus \corrmsizes used in \setmathfamily
\whichtfm used in \loadmathfamily (the same as in ams-math.tex)
\ptmunit depends on \ptunit now
\setmathfamily <num><space><font-selector> ... (<space> added)
+Nov. 2013: Test of \normalmathloading introduced