hardwired document_variants, to prevent HOL-IMP's \snip choking on macros from isabellestags.sty;
authorwenzelm
Sun, 13 Jan 2013 22:05:47 +0100
changeset 50870 b8606dd29783
parent 50867 48836c35d636
child 50871 2ea3c90ff0bb
hardwired document_variants, to prevent HOL-IMP's \snip choking on macros from isabellestags.sty;
src/HOL/ROOT
--- a/src/HOL/ROOT	Sun Jan 13 21:42:39 2013 +0100
+++ b/src/HOL/ROOT	Sun Jan 13 22:05:47 2013 +0100
@@ -65,7 +65,7 @@
   files "document/root.tex"
 
 session "HOL-IMP" in IMP = HOL +
-  options [document_graph]
+  options [document_graph, document_variants=document]
   theories [document = false]
     "~~/src/HOL/ex/Interpretation_with_Defs"
     "~~/src/HOL/Library/While_Combinator"