src/Pure/Thy/latex.ML
changeset 30642 0c9f9c49d5df
parent 30613 b22d35d9ef28
child 36959 f5417836dbea
--- a/src/Pure/Thy/latex.ML	Sun Mar 22 20:49:47 2009 +0100
+++ b/src/Pure/Thy/latex.ML	Sun Mar 22 20:49:47 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 (K ()) Antiquote.scan_text (Symbol_Pos.explode (txt, pos), pos);
+        val ants = Antiquote.read (Symbol_Pos.explode (txt, pos), pos);
         val out = implode (map output_syms_antiq ants);
       in enclose "{\\isacharverbatimopen}" "{\\isacharverbatimclose}" out end
     else output_syms s