more official way to set margin;
authorwenzelm
Mon, 27 Aug 2012 23:37:16 +0200
changeset 48955 a0aca6d0498e
parent 48954 c548d26daa8c
child 48956 d54a3d39ba85
more official way to set margin;
doc-src/Locales/Examples.thy
doc-src/ROOT
--- a/doc-src/Locales/Examples.thy	Mon Aug 27 23:29:45 2012 +0200
+++ b/doc-src/Locales/Examples.thy	Mon Aug 27 23:37:16 2012 +0200
@@ -2,8 +2,6 @@
 imports Main
 begin
 
-pretty_setmargin %invisible 65
-
 (*
 text {* The following presentation will use notation of
   Isabelle's meta logic, hence a few sentences to explain this.
--- a/doc-src/ROOT	Mon Aug 27 23:29:45 2012 +0200
+++ b/doc-src/ROOT	Mon Aug 27 23:37:16 2012 +0200
@@ -123,7 +123,7 @@
     "document/root.tex"
 
 session Locales (doc) in "Locales" = HOL +
-  options [document_variants = "locales"]
+  options [document_variants = "locales", pretty_margin = 65]
   theories
     Examples1
     Examples2