author | wenzelm |
Fri, 11 Jul 2008 23:17:23 +0200 | |
changeset 27554 | 2deaa546ba0d |
parent 27048 | 0e86aab627f3 |
child 28751 | aad88e7344f0 |
permissions | -rw-r--r-- |
26738
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
diff
changeset
|
1 |
|
615e1a86787b
basic setup for generated document (cf. ../IsarImplementation);
wenzelm
parents:
diff
changeset
|
2 |
(* $Id$ *) |
26741 | 3 |
|
26844 | 4 |
set ThyOutput.source; |
26741 | 5 |
use "../../antiquote_setup.ML"; |
26844 | 6 |
|
27035 | 7 |
use_thy "Introduction"; |
27037 | 8 |
use_thy "Outer_Syntax"; |
26869
3bc332135aa7
added chapters for "Specifications" and "Proofs";
wenzelm
parents:
26846
diff
changeset
|
9 |
use_thy "Spec"; |
3bc332135aa7
added chapters for "Specifications" and "Proofs";
wenzelm
parents:
26846
diff
changeset
|
10 |
use_thy "Proof"; |
27043 | 11 |
use_thy "Document_Preparation"; |
27048 | 12 |
use_thy "Misc"; |
26782 | 13 |
use_thy "Generic"; |
26840 | 14 |
use_thy "HOL_Specific"; |
26779
35809287ab23
converted refcard.tex to Thy/Quick_Reference.thy;
wenzelm
parents:
26767
diff
changeset
|
15 |
use_thy "Quick_Reference"; |
26846
2e6726015771
removed obsolete conversion guide -- converted only section on tactics;
wenzelm
parents:
26844
diff
changeset
|
16 |
use_thy "ML_Tactic"; |