# HG changeset patch # User wenzelm # Date 1662411600 -7200 # Node ID 79094d7b6f2233f2eba6f4b6d7a91dce04d39549 # Parent 319d08115b13a36b35d40f1358c9e9b821fce533 proper antiquotations; diff -r 319d08115b13 -r 79094d7b6f22 src/Pure/Thy/document_antiquotation.ML --- a/src/Pure/Thy/document_antiquotation.ML Mon Sep 05 22:47:09 2022 +0200 +++ b/src/Pure/Thy/document_antiquotation.ML Mon Sep 05 23:00:00 2022 +0200 @@ -43,15 +43,15 @@ (* options *) -val thy_output_display = Attrib.setup_option_bool ("thy_output_display", \<^here>); -val thy_output_break = Attrib.setup_option_bool ("thy_output_break", \<^here>); -val thy_output_cartouche = Attrib.setup_option_bool ("thy_output_cartouche", \<^here>); -val thy_output_quotes = Attrib.setup_option_bool ("thy_output_quotes", \<^here>); -val thy_output_margin = Attrib.setup_option_int ("thy_output_margin", \<^here>); -val thy_output_indent = Attrib.setup_option_int ("thy_output_indent", \<^here>); -val thy_output_source = Attrib.setup_option_bool ("thy_output_source", \<^here>); -val thy_output_source_cartouche = Attrib.setup_option_bool ("thy_output_source_cartouche", \<^here>); -val thy_output_modes = Attrib.setup_option_string ("thy_output_modes", \<^here>); +val thy_output_display = Attrib.setup_option_bool (\<^system_option>\thy_output_display\, \<^here>); +val thy_output_break = Attrib.setup_option_bool (\<^system_option>\thy_output_break\, \<^here>); +val thy_output_cartouche = Attrib.setup_option_bool (\<^system_option>\thy_output_cartouche\, \<^here>); +val thy_output_quotes = Attrib.setup_option_bool (\<^system_option>\thy_output_quotes\, \<^here>); +val thy_output_margin = Attrib.setup_option_int (\<^system_option>\thy_output_margin\, \<^here>); +val thy_output_indent = Attrib.setup_option_int (\<^system_option>\thy_output_indent\, \<^here>); +val thy_output_source = Attrib.setup_option_bool (\<^system_option>\thy_output_source\, \<^here>); +val thy_output_source_cartouche = Attrib.setup_option_bool (\<^system_option>\thy_output_source_cartouche\, \<^here>); +val thy_output_modes = Attrib.setup_option_string (\<^system_option>\thy_output_modes\, \<^here>); (* blanks *)