summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/csplain/fonts/ams-math.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-03 18:16:29 +0000
committerKarl Berry <karl@freefriends.org>2014-08-03 18:16:29 +0000
commitfa08289d204e8dde53c5b71063e2e2b610490aac (patch)
tree2992d2656991cc1ca0d975ed9fc6accd9532a847 /Master/texmf-dist/tex/csplain/fonts/ams-math.tex
parent2ad4fa86a0cbc3b72484cbb2db1e95859e77268b (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/ams-math.tex')
-rw-r--r--Master/texmf-dist/tex/csplain/fonts/ams-math.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/csplain/fonts/ams-math.tex b/Master/texmf-dist/tex/csplain/fonts/ams-math.tex
index 35c94875fc0..4f9c9de10b7 100644
--- a/Master/texmf-dist/tex/csplain/fonts/ams-math.tex
+++ b/Master/texmf-dist/tex/csplain/fonts/ams-math.tex
@@ -484,7 +484,7 @@
\ifx\TeX\relax \noexpand\not \else % \let\TeX=\relax in \output routine
\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}}%
@@ -507,3 +507,4 @@ 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 -> \begingroup in \not macro