lib/texinputs/isabelle.sty
changeset 43327 c835416237b3
parent 43325 4384f4ae0574
child 43458 b55a273ede18
--- a/lib/texinputs/isabelle.sty	Thu Jun 09 17:51:49 2011 +0200
+++ b/lib/texinputs/isabelle.sty	Thu Jun 09 17:58:42 2011 +0200
@@ -15,8 +15,14 @@
 \newcommand{\isastyletxt}{\rm}
 \newcommand{\isastylecmt}{\rm}
 
-\newcommand{\isaspacing}{\sfcode`\.1000 \sfcode 63 1000 \sfcode`\!1000
-  \sfcode`\:1000 \sfcode`\;1000 \sfcode`\,1000}
+\newcommand{\isaspacing}{%
+  \sfcode 42 1000 % .
+  \sfcode 63 1000 % ?
+  \sfcode 33 1000 % !
+  \sfcode 58 1000 % :
+  \sfcode 59 1000 % ;
+  \sfcode 44 1000 % ,
+}
 
 %symbol markup -- \emph achieves decent spacing via italic corrections
 \newcommand{\isamath}[1]{\emph{$#1$}}