author | blanchet |
Wed, 11 Sep 2013 18:32:43 +0200 | |
changeset 53544 | 2176a7e40786 |
parent 53542 | 14000a283ce0 |
child 53617 | da5e1887d7a7 |
permissions | -rw-r--r-- |
51397
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
50426
diff
changeset
|
1 |
chapter Doc |
03b586ee5930
support for 'chapter' specifications within session ROOT;
wenzelm
parents:
50426
diff
changeset
|
2 |
|
48950
9965099f51ad
more standard document preparation within session context;
wenzelm
parents:
48949
diff
changeset
|
3 |
session Classes (doc) in "Classes" = HOL + |
9965099f51ad
more standard document preparation within session context;
wenzelm
parents:
48949
diff
changeset
|
4 |
options [document_variants = "classes"] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
5 |
theories [document = false] Setup |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
6 |
theories Classes |
48950
9965099f51ad
more standard document preparation within session context;
wenzelm
parents:
48949
diff
changeset
|
7 |
files |
48971 | 8 |
"../prepare_document" |
48956 | 9 |
"../pdfsetup.sty" |
49318
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
10 |
"../iman.sty" |
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
11 |
"../extra.sty" |
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
12 |
"../isar.sty" |
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
13 |
"../manual.bib" |
48950
9965099f51ad
more standard document preparation within session context;
wenzelm
parents:
48949
diff
changeset
|
14 |
"document/build" |
9965099f51ad
more standard document preparation within session context;
wenzelm
parents:
48949
diff
changeset
|
15 |
"document/root.tex" |
9965099f51ad
more standard document preparation within session context;
wenzelm
parents:
48949
diff
changeset
|
16 |
"document/style.sty" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
17 |
|
48951
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48950
diff
changeset
|
18 |
session Codegen (doc) in "Codegen" = "HOL-Library" + |
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48950
diff
changeset
|
19 |
options [document_variants = "codegen", print_mode = "no_brackets,iff"] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
20 |
theories [document = false] Setup |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
21 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
22 |
Introduction |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
23 |
Foundations |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
24 |
Refinement |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
25 |
Inductive_Predicate |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
26 |
Evaluation |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
27 |
Adaptation |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
28 |
Further |
48951
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48950
diff
changeset
|
29 |
files |
48971 | 30 |
"../prepare_document" |
48956 | 31 |
"../pdfsetup.sty" |
49318
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
32 |
"../iman.sty" |
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
33 |
"../extra.sty" |
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
34 |
"../isar.sty" |
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
35 |
"../manual.bib" |
48951
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48950
diff
changeset
|
36 |
"document/build" |
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48950
diff
changeset
|
37 |
"document/root.tex" |
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48950
diff
changeset
|
38 |
"document/style.sty" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
39 |
|
52792
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
40 |
session Datatypes (doc) in "Datatypes" = "HOL-BNF" + |
53544 | 41 |
options [document_variants = "datatypes"] |
52822 | 42 |
theories [document = false] Setup |
52792
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
43 |
theories Datatypes |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
44 |
files |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
45 |
"../prepare_document" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
46 |
"../pdfsetup.sty" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
47 |
"../iman.sty" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
48 |
"../extra.sty" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
49 |
"../isar.sty" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
50 |
"../manual.bib" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
51 |
"document/build" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
52 |
"document/root.tex" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
53 |
"document/style.sty" |
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
54 |
|
48948
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
55 |
session Functions (doc) in "Functions" = HOL + |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51397
diff
changeset
|
56 |
options [document_variants = "functions", skip_proofs = false] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
57 |
theories Functions |
48948
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
58 |
files |
48971 | 59 |
"../prepare_document" |
48956 | 60 |
"../pdfsetup.sty" |
48948
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
61 |
"../iman.sty" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
62 |
"../extra.sty" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
63 |
"../isar.sty" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
64 |
"../manual.bib" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
65 |
"document/build" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
66 |
"document/conclusion.tex" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
67 |
"document/intro.tex" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
68 |
"document/mathpartir.sty" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
69 |
"document/root.tex" |
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
70 |
"document/style.sty" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
71 |
|
48969 | 72 |
session Intro (doc) in "Intro" = Pure + |
73 |
options [document_variants = "intro"] |
|
74 |
theories |
|
75 |
files |
|
48971 | 76 |
"../prepare_document" |
48969 | 77 |
"../pdfsetup.sty" |
78 |
"../iman.sty" |
|
79 |
"../extra.sty" |
|
80 |
"../ttbox.sty" |
|
81 |
"../manual.bib" |
|
82 |
"document/build" |
|
83 |
"document/root.tex" |
|
84 |
||
52410 | 85 |
session IsarImplementation (doc) in "IsarImplementation" = "HOL-Proofs" + |
48938
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
86 |
options [document_variants = "implementation"] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
87 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
88 |
Eq |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
89 |
Integration |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
90 |
Isar |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
91 |
Local_Theory |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
92 |
ML |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
93 |
Prelim |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
94 |
Proof |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
95 |
Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
96 |
Tactic |
52499 | 97 |
theories [parallel_proofs = 0] |
52410 | 98 |
Logic |
48938
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
99 |
files |
48971 | 100 |
"../prepare_document" |
48956 | 101 |
"../pdfsetup.sty" |
48938
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
102 |
"../iman.sty" |
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
103 |
"../extra.sty" |
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
104 |
"../isar.sty" |
49318
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
105 |
"../ttbox.sty" |
48938
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
106 |
"../underscore.sty" |
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
107 |
"../manual.bib" |
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
108 |
"document/build" |
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
109 |
"document/root.tex" |
d468d72a458f
more standard document preparation within session context;
wenzelm
parents:
48937
diff
changeset
|
110 |
"document/style.sty" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
111 |
|
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
112 |
session IsarRef (doc) in "IsarRef" = HOL + |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
113 |
options [document_variants = "isar-ref", quick_and_dirty, thy_output_source] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
114 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
115 |
Preface |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
116 |
Synopsis |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
117 |
Framework |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
118 |
First_Order_Logic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
119 |
Outer_Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
120 |
Document_Preparation |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
121 |
Spec |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
122 |
Proof |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
123 |
Inner_Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
124 |
Misc |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
125 |
Generic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
126 |
HOL_Specific |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
127 |
Quick_Reference |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
128 |
Symbols |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
129 |
ML_Tactic |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
130 |
files |
48971 | 131 |
"../prepare_document" |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
132 |
"../pdfsetup.sty" |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
133 |
"../iman.sty" |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
134 |
"../extra.sty" |
49318
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
135 |
"../isar.sty" |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
136 |
"../ttbox.sty" |
49318
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
137 |
"../underscore.sty" |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
138 |
"../manual.bib" |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
139 |
"document/build" |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
140 |
"document/isar-vm.pdf" |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
141 |
"document/isar-vm.svg" |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
142 |
"document/root.tex" |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
143 |
"document/showsymbols" |
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
144 |
"document/style.sty" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
145 |
|
48949
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
146 |
session LaTeXsugar (doc) in "LaTeXsugar" = HOL + |
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
147 |
options [document_variants = "sugar"] |
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
148 |
theories [document = ""] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
149 |
"~~/src/HOL/Library/LaTeXsugar" |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
150 |
"~~/src/HOL/Library/OptionalSugar" |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
151 |
theories Sugar |
48949
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
152 |
files |
48971 | 153 |
"../prepare_document" |
48956 | 154 |
"../pdfsetup.sty" |
48949
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
155 |
"document/build" |
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
156 |
"document/mathpartir.sty" |
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
157 |
"document/root.bib" |
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
158 |
"document/root.tex" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
159 |
|
48943
54da920baf38
more standard document preparation within session context;
wenzelm
parents:
48942
diff
changeset
|
160 |
session Locales (doc) in "Locales" = HOL + |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51397
diff
changeset
|
161 |
options [document_variants = "locales", pretty_margin = 65, skip_proofs = false] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
162 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
163 |
Examples1 |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
164 |
Examples2 |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
165 |
Examples3 |
48943
54da920baf38
more standard document preparation within session context;
wenzelm
parents:
48942
diff
changeset
|
166 |
files |
48971 | 167 |
"../prepare_document" |
48956 | 168 |
"../pdfsetup.sty" |
48943
54da920baf38
more standard document preparation within session context;
wenzelm
parents:
48942
diff
changeset
|
169 |
"document/build" |
54da920baf38
more standard document preparation within session context;
wenzelm
parents:
48942
diff
changeset
|
170 |
"document/root.tex" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
171 |
|
48942
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
172 |
session Logics (doc) in "Logics" = Pure + |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
173 |
options [document_variants = "logics"] |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
174 |
theories |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
175 |
files |
48971 | 176 |
"../prepare_document" |
48956 | 177 |
"../pdfsetup.sty" |
48942
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
178 |
"../iman.sty" |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
179 |
"../extra.sty" |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
180 |
"../ttbox.sty" |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
181 |
"../manual.bib" |
52552
0260bdba4dd7
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm
parents:
52499
diff
changeset
|
182 |
"document/CTT.tex" |
0260bdba4dd7
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm
parents:
52499
diff
changeset
|
183 |
"document/HOL.tex" |
0260bdba4dd7
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm
parents:
52499
diff
changeset
|
184 |
"document/LK.tex" |
0260bdba4dd7
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm
parents:
52499
diff
changeset
|
185 |
"document/Sequents.tex" |
48942
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
186 |
"document/build" |
52552
0260bdba4dd7
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm
parents:
52499
diff
changeset
|
187 |
"document/preface.tex" |
48942
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
188 |
"document/root.tex" |
52552
0260bdba4dd7
reduced number of old manuals: chapter HOL is back again to the Logics manual by Larry;
wenzelm
parents:
52499
diff
changeset
|
189 |
"document/syntax.tex" |
48945
b5758f5a469c
more standard document preparation within session context;
wenzelm
parents:
48944
diff
changeset
|
190 |
|
48946
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
191 |
session "Logics-ZF" (doc) in "ZF" = ZF + |
48956 | 192 |
options [document_variants = "logics-ZF", print_mode = "brackets", |
193 |
thy_output_source] |
|
48946
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
194 |
theories |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
195 |
IFOL_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
196 |
FOL_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
197 |
ZF_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
198 |
If |
48956 | 199 |
ZF_Isar |
48946
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
200 |
files |
48971 | 201 |
"../prepare_document" |
48956 | 202 |
"../pdfsetup.sty" |
203 |
"../isar.sty" |
|
48946
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
204 |
"../ttbox.sty" |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
205 |
"../manual.bib" |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
206 |
"../Logics/document/syntax.tex" |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
207 |
"document/build" |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
208 |
"document/root.tex" |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
209 |
|
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
210 |
session Main (doc) in "Main" = HOL + |
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
211 |
options [document_variants = "main"] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
212 |
theories Main_Doc |
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
213 |
files |
48971 | 214 |
"../prepare_document" |
48956 | 215 |
"../pdfsetup.sty" |
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
216 |
"document/build" |
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
217 |
"document/root.tex" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
218 |
|
48963
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
219 |
session Nitpick (doc) in "Nitpick" = Pure + |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
220 |
options [document_variants = "nitpick"] |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
221 |
theories |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
222 |
files |
48971 | 223 |
"../prepare_document" |
48963
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
224 |
"../pdfsetup.sty" |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
225 |
"../iman.sty" |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
226 |
"../manual.bib" |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
227 |
"document/build" |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
228 |
"document/root.tex" |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
229 |
|
48947
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
230 |
session ProgProve (doc) in "ProgProve" = HOL + |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
231 |
options [document_variants = "prog-prove", show_question_marks = false] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
232 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
233 |
Basics |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
234 |
Bool_nat_list |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
235 |
MyList |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
236 |
Types_and_funs |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
237 |
Logic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
238 |
Isar |
48947
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
239 |
files |
48971 | 240 |
"../prepare_document" |
48956 | 241 |
"../pdfsetup.sty" |
48947
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
242 |
"document/bang.pdf" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
243 |
"document/build" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
244 |
"document/intro-isabelle.tex" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
245 |
"document/mathpartir.sty" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
246 |
"document/prelude.tex" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
247 |
"document/root.bib" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
248 |
"document/root.tex" |
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
249 |
"document/svmono.cls" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
250 |
|
48962
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
251 |
session Sledgehammer (doc) in "Sledgehammer" = Pure + |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
252 |
options [document_variants = "sledgehammer"] |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
253 |
theories |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
254 |
files |
48971 | 255 |
"../prepare_document" |
48962
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
256 |
"../pdfsetup.sty" |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
257 |
"../iman.sty" |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
258 |
"../manual.bib" |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
259 |
"document/build" |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
260 |
"document/root.tex" |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
261 |
|
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
262 |
session System (doc) in "System" = Pure + |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
263 |
options [document_variants = "system", thy_output_source] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
264 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
265 |
Basics |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
266 |
Interfaces |
48578 | 267 |
Sessions |
268 |
Presentation |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
269 |
Scala |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
270 |
Misc |
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
271 |
files |
48971 | 272 |
"../prepare_document" |
48961 | 273 |
"../IsarRef/document/style.sty" |
48956 | 274 |
"../pdfsetup.sty" |
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
275 |
"../iman.sty" |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
276 |
"../extra.sty" |
49318
612a04e7c853
some attempts to synchronize ROOT/files and document/build;
wenzelm
parents:
48985
diff
changeset
|
277 |
"../isar.sty" |
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
278 |
"../ttbox.sty" |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
279 |
"../underscore.sty" |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
280 |
"../manual.bib" |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
281 |
"document/browser_screenshot.png" |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
282 |
"document/build" |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
283 |
"document/root.tex" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
284 |
|
48985 | 285 |
session Tutorial (doc) in "Tutorial" = HOL + |
51558
91f8bed6d0a4
allow build with skip_proofs enabled -- disable it for sessions that would fail due to embedded diagnostic commands, for example;
wenzelm
parents:
51397
diff
changeset
|
286 |
options [document_variants = "tutorial", print_mode = "brackets", skip_proofs = false] |
53376 | 287 |
theories [threads = 1] |
288 |
"ToyList/ToyList_Test" |
|
48526 | 289 |
theories [thy_output_indent = 5] |
290 |
"ToyList/ToyList" |
|
291 |
"Ifexpr/Ifexpr" |
|
292 |
"CodeGen/CodeGen" |
|
293 |
"Trie/Trie" |
|
294 |
"Datatype/ABexpr" |
|
295 |
"Datatype/unfoldnested" |
|
296 |
"Datatype/Nested" |
|
297 |
"Datatype/Fundata" |
|
298 |
"Fun/fun0" |
|
299 |
"Advanced/simp2" |
|
300 |
"CTL/PDL" |
|
301 |
"CTL/CTL" |
|
302 |
"CTL/CTLind" |
|
303 |
"Inductive/Even" |
|
304 |
"Inductive/Mutual" |
|
305 |
"Inductive/Star" |
|
306 |
"Inductive/AB" |
|
307 |
"Inductive/Advanced" |
|
308 |
"Misc/Tree" |
|
309 |
"Misc/Tree2" |
|
310 |
"Misc/Plus" |
|
311 |
"Misc/case_exprs" |
|
312 |
"Misc/fakenat" |
|
313 |
"Misc/natsum" |
|
314 |
"Misc/pairs2" |
|
315 |
"Misc/Option2" |
|
316 |
"Misc/types" |
|
317 |
"Misc/prime_def" |
|
318 |
"Misc/simp" |
|
319 |
"Misc/Itrev" |
|
320 |
"Misc/AdvancedInd" |
|
321 |
"Misc/appendix" |
|
322 |
theories |
|
323 |
"Protocol/NS_Public" |
|
324 |
"Documents/Documents" |
|
48966
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
325 |
theories [document = ""] |
48526 | 326 |
"Types/Setup" |
48611
b34ff75c23a7
multi-threaded HOL-Tutorial with explicit indication of local options;
wenzelm
parents:
48587
diff
changeset
|
327 |
theories [pretty_margin = 64, thy_output_indent = 0] |
48526 | 328 |
"Types/Numbers" |
329 |
"Types/Pairs" |
|
330 |
"Types/Records" |
|
331 |
"Types/Typedefs" |
|
332 |
"Types/Overloading" |
|
333 |
"Types/Axioms" |
|
334 |
"Rules/Basic" |
|
335 |
"Rules/Blast" |
|
336 |
"Rules/Force" |
|
48611
b34ff75c23a7
multi-threaded HOL-Tutorial with explicit indication of local options;
wenzelm
parents:
48587
diff
changeset
|
337 |
theories [pretty_margin = 64, thy_output_indent = 5] |
b34ff75c23a7
multi-threaded HOL-Tutorial with explicit indication of local options;
wenzelm
parents:
48587
diff
changeset
|
338 |
"Rules/Primes" |
48526 | 339 |
"Rules/Forward" |
340 |
"Rules/Tacticals" |
|
341 |
"Rules/find2" |
|
342 |
"Sets/Examples" |
|
343 |
"Sets/Functions" |
|
344 |
"Sets/Relations" |
|
345 |
"Sets/Recur" |
|
48966
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
346 |
files |
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
347 |
"ToyList/ToyList1" |
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
348 |
"ToyList/ToyList2" |
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
349 |
"../pdfsetup.sty" |
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
350 |
"../ttbox.sty" |
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
351 |
"../manual.bib" |
48968
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
352 |
"document/advanced0.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
353 |
"document/appendix0.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
354 |
"document/basics.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
355 |
"document/build" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
356 |
"document/cl2emono-modified.sty" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
357 |
"document/ctl0.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
358 |
"document/documents0.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
359 |
"document/fp.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
360 |
"document/inductive0.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
361 |
"document/isa-index" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
362 |
"document/Isa-logics.pdf" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
363 |
"document/numerics.tex" |
48966
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
364 |
"document/pghead.pdf" |
48968
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
365 |
"document/preface.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
366 |
"document/protocol.tex" |
48966
6e15de7dd871
more standard document preparation within session context: avoid clashes with generated .tex files, even on case-insensible file-system;
wenzelm
parents:
48963
diff
changeset
|
367 |
"document/root.tex" |
48968
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
368 |
"document/rules.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
369 |
"document/sets.tex" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
370 |
"document/tutorial.sty" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
371 |
"document/typedef.pdf" |
5e83c70266cf
prefer (old) isa-index as provided here, to get exactly the same index layout as in Isabelle2012;
wenzelm
parents:
48966
diff
changeset
|
372 |
"document/types0.tex" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
373 |