diff options
author | Hans Hagen <pragma@wxs.nl> | 2003-08-21 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2003-08-21 00:00:00 +0200 |
commit | 309b7e1b8d2422eb36e584f3c57591d960bcc402 (patch) | |
tree | 08691435b84e3978f244616c400915719b4c256a /tex/context/base/supp-mps.tex | |
parent | 3f9c44091f54eb858cfbb71b6346445e606b8687 (diff) | |
download | context-309b7e1b8d2422eb36e584f3c57591d960bcc402.tar.gz |
stable 2003.08.21
Diffstat (limited to 'tex/context/base/supp-mps.tex')
-rw-r--r-- | tex/context/base/supp-mps.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tex/context/base/supp-mps.tex b/tex/context/base/supp-mps.tex index 5ce56b99f..7e37bf1b4 100644 --- a/tex/context/base/supp-mps.tex +++ b/tex/context/base/supp-mps.tex @@ -46,6 +46,10 @@ \def\@@MPG{@MPG@} +%D First we define a handy constant: + +\bgroup \catcode`\%=\@@other \xdef\letterpercent{\string%} \egroup + %D \macros %D {startMPgraphic} %D @@ -1136,7 +1140,7 @@ \catcode`B=\@@begingroup \catcode`E=\@@endgroup \gdef\ignoreMPspecials| - B\def%BE| + B\let%\letterpercent| \def[BE| \def]BE| \def{BE| @@ -1155,6 +1159,7 @@ \catcode`\]=\@@active \catcode`\{=\@@active \catcode`\}=\@@active + \lccode`\%=`\% | otherwise it's seen as a number \def\(B\char40\relax E| \def\)B\char41\relax E| \def\\B\char92\relax E| @@ -1187,7 +1192,8 @@ %D \stoptypen %D %D which comes to rounding sizes. This is something -%D experimental. +%D experimental. (The macro in supp-pdf.tex is more +%D advanced.) \def\PSnfont{nfont} |