doc-src/IsarRef/Thy/ROOT.ML
author wenzelm
Mon, 09 Feb 2009 12:52:16 +0100
changeset 29716 b6266c4c68fe
parent 28838 d5db6dfcb34a
child 29720 020861892625
permissions -rw-r--r--
basic setup for chapter "The Isabelle/Isar Framework";
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26741
eb15fd4cd1ad converted intro.tex to Thy/intro.thy;
wenzelm
parents: 26738
diff changeset
     1
26844
46b6306c181e enabled ThyOutput.source option by default;
wenzelm
parents: 26840
diff changeset
     2
set ThyOutput.source;
26741
eb15fd4cd1ad converted intro.tex to Thy/intro.thy;
wenzelm
parents: 26738
diff changeset
     3
use "../../antiquote_setup.ML";
26844
46b6306c181e enabled ThyOutput.source option by default;
wenzelm
parents: 26840
diff changeset
     4
27035
d038a2ba87f6 renamed theory "intro" to "Introduction";
wenzelm
parents: 26869
diff changeset
     5
use_thy "Introduction";
29716
b6266c4c68fe basic setup for chapter "The Isabelle/Isar Framework";
wenzelm
parents: 28838
diff changeset
     6
use_thy "Framework";
27037
33d95687514e renamed theory "syntax" to "Outer_Syntax";
wenzelm
parents: 27035
diff changeset
     7
use_thy "Outer_Syntax";
28751
aad88e7344f0 moved section "Document preparation" to front;
wenzelm
parents: 27048
diff changeset
     8
use_thy "Document_Preparation";
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";
28762
f5d79aeffd81 separate chapter "Inner syntax --- the term language";
wenzelm
parents: 28751
diff changeset
    11
use_thy "Inner_Syntax";
27048
0e86aab627f3 removed onsolete pure.thy (cf. Misc.thy);
wenzelm
parents: 27043
diff changeset
    12
use_thy "Misc";
26782
19363c70b5c4 converted generic.tex to Thy/Generic.thy;
wenzelm
parents: 26779
diff changeset
    13
use_thy "Generic";
26840
ec46381f149d added logic-specific sessions;
wenzelm
parents: 26782
diff changeset
    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";
28838
d5db6dfcb34a moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents: 28762
diff changeset
    16
use_thy "Symbols";
26846
2e6726015771 removed obsolete conversion guide -- converted only section on tactics;
wenzelm
parents: 26844
diff changeset
    17
use_thy "ML_Tactic";