ignore pointless/unused options;
authorwenzelm
Tue, 10 Nov 2015 19:50:56 +0100
changeset 61615 e8fcd347b669
parent 61614 34978e1b234f
child 61616 abbecf4e6601
ignore pointless/unused options;
src/Doc/antiquote_setup.ML
--- 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);