src/Pure/Thy/thy_output.ML
changeset 61877 276ad4354069
parent 61865 6dcc9e4f1aa6
child 62453 b93cc7d73431
equal deleted inserted replaced
61876:669f47397249 61877:276ad4354069
   590   |> (if Config.get ctxt display then
   590   |> (if Config.get ctxt display then
   591         map (Pretty.indent (Config.get ctxt indent) #> string_of_margin ctxt #> Output.output)
   591         map (Pretty.indent (Config.get ctxt indent) #> string_of_margin ctxt #> Output.output)
   592         #> space_implode "\\isasep\\isanewline%\n"
   592         #> space_implode "\\isasep\\isanewline%\n"
   593         #> Latex.environment "isabelle"
   593         #> Latex.environment "isabelle"
   594       else
   594       else
   595         map ((if Config.get ctxt break then string_of_margin ctxt else Pretty.str_of) #>
   595         map
   596           Output.output)
   596           ((if Config.get ctxt break then string_of_margin ctxt else Pretty.unformatted_string_of)
       
   597             #> Output.output)
   597         #> space_implode "\\isasep\\isanewline%\n"
   598         #> space_implode "\\isasep\\isanewline%\n"
   598         #> enclose "\\isa{" "}");
   599         #> enclose "\\isa{" "}");
   599 
   600 
   600 
   601 
   601 (* verbatim text *)
   602 (* verbatim text *)