src/Pure/Thy/latex.ML
changeset 59809 87641097d0f3
parent 59123 e68e44836d04
child 61404 a433fecc5ce2
--- a/src/Pure/Thy/latex.ML	Wed Mar 25 10:59:28 2015 +0100
+++ b/src/Pure/Thy/latex.ML	Wed Mar 25 11:39:52 2015 +0100
@@ -132,7 +132,7 @@
       enclose "{\\isacharbackquoteopen}" "{\\isacharbackquoteclose}" (output_syms s)
     else if Token.is_kind Token.Verbatim tok then
       let
-        val ants = Antiquote.read (Token.source_position_of tok);
+        val ants = Antiquote.read (Token.input_of tok);
         val out = implode (map output_syms_antiq ants);
       in enclose "{\\isacharverbatimopen}" "{\\isacharverbatimclose}" out end
     else if Token.is_kind Token.Cartouche tok then