--- a/CookBook/antiquote_setup.ML Tue Oct 14 01:33:55 2008 -0400
+++ b/CookBook/antiquote_setup.ML Fri Oct 17 05:02:04 2008 -0400
@@ -80,12 +80,12 @@
"\\indexml" ^ kind ^ enclose "{" "}" (clean_string txt1) ^
((if ! O.source then str_of_source src else txt')
|> (if ! O.quotes then quote else I)
- |> (if ! O.display then enclose "\\begin{verbatim}\n" "\n\\end{verbatim}"
+ |> (if ! O.display then enclose "\\begin{alltt}\\isastyleminor\n" "\n\\end{alltt}"
else split_lines #> map verbatim #> space_implode "\\isasep\\isanewline%\n"))
end;
fun output_ml ctxt src =
- if ! O.display then enclose "\\begin{verbatim}\n" "\n\\end{verbatim}"
+ if ! O.display then enclose "\\begin{alltt}\\isastyleminor\n" "\n\\end{alltt}"
else
split_lines
#> map (space_implode "\\verb,|," o map (enclose "\\verb|" "|") o space_explode "|")