diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-03 18:16:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-03 18:16:29 +0000 |
commit | fa08289d204e8dde53c5b71063e2e2b610490aac (patch) | |
tree | 2992d2656991cc1ca0d975ed9fc6accd9532a847 /Master/texmf-dist/tex/csplain/fonts/tx-math.tex | |
parent | 2ad4fa86a0cbc3b72484cbb2db1e95859e77268b (diff) |
csplain
git-svn-id: svn://tug.org/texlive/trunk@34820 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.tex | 6 |
1 files changed, 5 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 a88f171aeb2..4f3a121788f 100644 --- a/Master/texmf-dist/tex/csplain/fonts/tx-math.tex +++ b/Master/texmf-dist/tex/csplain/fonts/tx-math.tex @@ -131,6 +131,8 @@ \skewchar\scriptscriptfont1=127 \skewchar\textfont2=48 \skewchar\scriptfont2=48 \skewchar\scriptscriptfont2=48 + \fontdimen8\scriptfont3 = \fontdimen8\textfont3 + \fontdimen8\scriptscriptfont3 = \fontdimen8\textfont3 } \def\setmathsizes[#1/#2/#3]{% \def\sizemtext{#1\ptmunit}\def\sizemscript{#2\ptmunit}% @@ -699,7 +701,7 @@ \ifx #1=\ne \else \ifx #1<\nless \else \ifx #1>\ngtr \else - \bgroup\escapechar=-1\xdef\tmpn{\string#1}\egroup + \begingroup\escapechar=-1\xdef\tmpn{\string#1}\endgroup \expandafter\ifx \csname not\tmpn\endcsname \relax \expandafter\ifx \csname n\tmpn\endcsname \relax \mathrel{\mathord{\notchar}\mathord{#1}}% @@ -722,3 +724,5 @@ Sep. 2013: \letfont plus \corrmsizes used in \setmathfamily \ptmunit depends on \ptunit now \setmathfamily <num><space><font-selector> ... (<space> added) Nov. 2013: Test of \normalmathloading introduced +Jul. 2014: \bgroup -> \beingroup in \not macro + \fontdimen8 (fraction rule thikness) set the same for (s)script |