src/Pure/Thy/latex.ML
changeset 30613 b22d35d9ef28
parent 30590 1d9c9fcf8513
child 30642 0c9f9c49d5df
--- a/src/Pure/Thy/latex.ML	Fri Mar 20 20:20:09 2009 +0100
+++ b/src/Pure/Thy/latex.ML	Fri Mar 20 20:21:38 2009 +0100
@@ -117,7 +117,7 @@
     else if T.is_kind T.Verbatim tok then
       let
         val (txt, pos) = T.source_position_of tok;
-        val ants = Antiquote.read Antiquote.scan_text (Symbol_Pos.explode (txt, pos), pos);
+        val ants = Antiquote.read (K ()) Antiquote.scan_text (Symbol_Pos.explode (txt, pos), pos);
         val out = implode (map output_syms_antiq ants);
       in enclose "{\\isacharverbatimopen}" "{\\isacharverbatimclose}" out end
     else output_syms s