diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-03 22:51:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-03 22:51:33 +0000 |
commit | e0d2ee4140f67da9384f3288232f0f6971652c6c (patch) | |
tree | cc256d8ff231b3886b1faad464692329733862a6 /Master/texmf-dist/tex/plain | |
parent | 6f3c3fa59abecd6b5efdc4bc76dd364cfa16d1da (diff) |
plstmary (3jul13)
git-svn-id: svn://tug.org/texlive/trunk@31088 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain')
-rw-r--r-- | Master/texmf-dist/tex/plain/plstmary/stmary.tex | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/plain/plstmary/stmary.tex b/Master/texmf-dist/tex/plain/plstmary/stmary.tex index 9df3c13c367..076cab1d1ee 100644 --- a/Master/texmf-dist/tex/plain/plstmary/stmary.tex +++ b/Master/texmf-dist/tex/plain/plstmary/stmary.tex @@ -1,9 +1,16 @@ % Loads stmaryrd symbols for 10pt plain TeX documents. % -\def\plstmaryversion{0.5a}% -\edef\restorestmarycatcodes{% +\ifx\plstmaryversion\UndEfInEd\else\expandafter\endinput\fi +\def\plstmaryversion{0.5c}% +\edef\stmaryrestorecatcodes{% \catcode`\noexpand\@=\number\catcode`\@\relax - \catcode`\noexpand\!=\number\catcode`\!\relax}% + \catcode`\noexpand\!=\number\catcode`\!\relax + \newlinechar=\number\newlinechar\relax +}% +% Announce ourself +\newlinechar`\^^J +\immediate\write16{% +plstmary package: plain TeX macros for St. Mary's Road symbol font.^^J} % \newfam\stmaryrdfam % @@ -249,5 +256,5 @@ \def\longmapsfrom{\longleftarrow\mapsfromchar}% \def\Longmapsfrom{\Longleftarrow\Mapsfromchar}% % -\restorestmarycatcodes +\stmaryrestorecatcodes \stmaryrdtenpoint |