src/Doc/antiquote_setup.ML
changeset 61615 e8fcd347b669
parent 61462 e16649b70107
child 61616 abbecf4e6601
--- a/src/Doc/antiquote_setup.ML	Tue Nov 10 19:03:29 2015 +0100
+++ b/src/Doc/antiquote_setup.ML	Tue Nov 10 19:50:56 2015 +0100
@@ -253,10 +253,7 @@
           idx ^
           (Output.output name
             |> (if markup = "" then I else enclose ("\\" ^ markup ^ "{") "}")
-            |> (if Config.get ctxt Thy_Output.quotes then quote else I)
-            |> (if Config.get ctxt Thy_Output.display
-                then enclose "\\begin{isabelle}%\n" "%\n\\end{isabelle}"
-                else hyper o enclose "\\mbox{\\isa{" "}}"))
+            |> hyper o enclose "\\mbox{\\isa{" "}}")
         else error ("Bad " ^ kind ^ " " ^ quote name ^ Position.here pos)
       end);