| author | bulwahn | 
| Tue, 07 Sep 2010 11:51:53 +0200 | |
| changeset 39189 | d183bf90dabd | 
| parent 38767 | d8da44a8dd25 | 
| child 42651 | e3fdb7c96be5 | 
| permissions | -rw-r--r-- | 
| 38767 
d8da44a8dd25
proper context for various Thy_Output options, via official configuration options in ML and Isar;
 wenzelm parents: 
37216diff
changeset | 1 | quick_and_dirty := true; | 
| 
d8da44a8dd25
proper context for various Thy_Output options, via official configuration options in ML and Isar;
 wenzelm parents: 
37216diff
changeset | 2 | Thy_Output.source_default := true; | 
| 26741 | 3 | use "../../antiquote_setup.ML"; | 
| 26844 | 4 | |
| 30167 | 5 | use_thys [ | 
| 6 | "Introduction", | |
| 7 | "Framework", | |
| 8 | "First_Order_Logic", | |
| 9 | "Outer_Syntax", | |
| 10 | "Document_Preparation", | |
| 11 | "Spec", | |
| 12 | "Proof", | |
| 13 | "Inner_Syntax", | |
| 14 | "Misc", | |
| 15 | "Generic", | |
| 16 | "HOL_Specific", | |
| 17 | "Quick_Reference", | |
| 18 | "Symbols", | |
| 19 | "ML_Tactic" | |
| 20 | ]; |