src/Pure/Thy/latex.ML
changeset 14598 7009f59711e3
parent 14561 c53396af770e
child 14680 6029e76841fd
--- a/src/Pure/Thy/latex.ML	Fri Apr 16 18:44:39 2004 +0200
+++ b/src/Pure/Thy/latex.ML	Fri Apr 16 18:45:56 2004 +0200
@@ -102,7 +102,7 @@
           "\\isacommand{" ^ output_syms s ^ "}"
         else if T.is_kind T.Keyword tok andalso Syntax.is_identifier s then
           "\\isakeyword{" ^ output_syms s ^ "}"
-        else if T.is_kind T.String tok then output_syms (quote s)
+        else if T.is_kind T.String tok then output_syms (Library.quote s)
         else if T.is_kind T.Verbatim tok then output_syms (enclose "{*" "*}" s)
         else output_syms s
       end