delimiter markup for verbatim tokens;
authorwenzelm
Mon, 29 Aug 2005 16:18:07 +0200
changeset 17186 797433ca1ab3
parent 17185 5140808111d1
child 17187 45bee2f6e61f
delimiter markup for verbatim tokens;
src/Pure/Thy/latex.ML
--- a/src/Pure/Thy/latex.ML	Mon Aug 29 16:18:06 2005 +0200
+++ b/src/Pure/Thy/latex.ML	Mon Aug 29 16:18:07 2005 +0200
@@ -108,7 +108,8 @@
       enclose "{\\isachardoublequoteopen}" "{\\isachardoublequoteclose}" (output_syms s)
     else if T.is_kind T.AltString tok then
       enclose "{\\isacharbackquoteopen}" "{\\isacharbackquoteclose}" (output_syms s)
-    else if T.is_kind T.Verbatim tok then output_syms (enclose "{*" "*}" s)
+    else if T.is_kind T.Verbatim tok then
+      enclose "{\\isacharverbatimopen}" "{\\isacharverbatimclose}" (output_syms s)
     else output_syms s
   end;