author | nipkow |
Mon, 29 Jun 2015 13:49:21 +0200 | |
changeset 60605 | 9627a75eb32a |
parent 60484 | 98ee86354354 |
child 60656 | aabae0331b2f |
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 + |
55385
169e12bbf9a3
discontinued axiomatic 'classes', 'classrel', 'arities';
wenzelm
parents:
55159
diff
changeset
|
4 |
options [document_variants = "classes", quick_and_dirty] |
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 |
56534 | 7 |
document_files (in "..") |
8 |
"prepare_document" |
|
9 |
"pdfsetup.sty" |
|
10 |
"iman.sty" |
|
11 |
"extra.sty" |
|
12 |
"isar.sty" |
|
13 |
"manual.bib" |
|
14 |
document_files |
|
15 |
"build" |
|
16 |
"root.tex" |
|
17 |
"style.sty" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
18 |
|
59378
065f349852e6
separate image for prerequisites of codegen tutorial
haftmann
parents:
59175
diff
changeset
|
19 |
session Codegen_Basics in "Codegen" = "HOL" + |
59405 | 20 |
options [document = false] |
21 |
theories |
|
59378
065f349852e6
separate image for prerequisites of codegen tutorial
haftmann
parents:
59175
diff
changeset
|
22 |
Setup |
065f349852e6
separate image for prerequisites of codegen tutorial
haftmann
parents:
59175
diff
changeset
|
23 |
|
065f349852e6
separate image for prerequisites of codegen tutorial
haftmann
parents:
59175
diff
changeset
|
24 |
session Codegen (doc) in "Codegen" = "Codegen_Basics" + |
48951
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48950
diff
changeset
|
25 |
options [document_variants = "codegen", print_mode = "no_brackets,iff"] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
26 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
27 |
Introduction |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
28 |
Foundations |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
29 |
Refinement |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
30 |
Inductive_Predicate |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
31 |
Evaluation |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
32 |
Adaptation |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
33 |
Further |
56534 | 34 |
document_files (in "..") |
35 |
"prepare_document" |
|
36 |
"pdfsetup.sty" |
|
37 |
"iman.sty" |
|
38 |
"extra.sty" |
|
39 |
"isar.sty" |
|
40 |
"manual.bib" |
|
41 |
document_files |
|
42 |
"build" |
|
43 |
"root.tex" |
|
44 |
"style.sty" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
45 |
|
55073 | 46 |
session Datatypes (doc) in "Datatypes" = HOL + |
53618 | 47 |
options [document_variants = "datatypes"] |
52822 | 48 |
theories [document = false] Setup |
52792
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
49 |
theories Datatypes |
56534 | 50 |
document_files (in "..") |
51 |
"prepare_document" |
|
52 |
"pdfsetup.sty" |
|
53 |
"iman.sty" |
|
54 |
"extra.sty" |
|
55 |
"isar.sty" |
|
56 |
"manual.bib" |
|
57 |
document_files |
|
58 |
"build" |
|
59 |
"root.tex" |
|
60 |
"style.sty" |
|
52792
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
61 |
|
60288
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
62 |
session Eisbach (doc) in "Eisbach" = "HOL-Eisbach" + |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
63 |
options [document_variants = "eisbach", quick_and_dirty, |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
64 |
print_mode = "no_brackets,iff", show_question_marks = false] |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
65 |
theories [document = false] |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
66 |
Base |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
67 |
theories |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
68 |
Preface |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
69 |
Manual |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
70 |
document_files (in "..") |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
71 |
"prepare_document" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
72 |
"pdfsetup.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
73 |
"iman.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
74 |
"extra.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
75 |
"isar.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
76 |
"ttbox.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
77 |
"underscore.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
78 |
"manual.bib" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
79 |
document_files |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
80 |
"build" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
81 |
"root.tex" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
82 |
"style.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
83 |
|
48948
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
84 |
session Functions (doc) in "Functions" = HOL + |
54017
2a3c07f49615
basic documentation for function elimination rules and fun_cases
krauss
parents:
53769
diff
changeset
|
85 |
options [document_variants = "functions", skip_proofs = false, quick_and_dirty] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
86 |
theories Functions |
56534 | 87 |
document_files (in "..") |
88 |
"prepare_document" |
|
89 |
"pdfsetup.sty" |
|
90 |
"iman.sty" |
|
91 |
"extra.sty" |
|
92 |
"isar.sty" |
|
93 |
"manual.bib" |
|
94 |
document_files |
|
95 |
"build" |
|
96 |
"conclusion.tex" |
|
97 |
"intro.tex" |
|
98 |
"mathpartir.sty" |
|
99 |
"root.tex" |
|
100 |
"style.sty" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
101 |
|
57393
84e8d378eb5e
suppress documentation "how_to_prove_it" for now, notably for release;
wenzelm
parents:
57339
diff
changeset
|
102 |
session How_to_Prove_it (* FIXME (doc) *) in "How_to_Prove_it" = HOL + |
56825 | 103 |
options [document_variants = "how_to_prove_it", show_question_marks = false] |
104 |
theories |
|
105 |
How_to_Prove_it |
|
106 |
document_files |
|
107 |
"root.tex" |
|
108 |
"root.bib" |
|
109 |
"prelude.tex" |
|
110 |
||
48969 | 111 |
session Intro (doc) in "Intro" = Pure + |
112 |
options [document_variants = "intro"] |
|
113 |
theories |
|
56534 | 114 |
document_files (in "..") |
115 |
"prepare_document" |
|
116 |
"pdfsetup.sty" |
|
117 |
"iman.sty" |
|
118 |
"extra.sty" |
|
119 |
"ttbox.sty" |
|
120 |
"manual.bib" |
|
121 |
document_files |
|
122 |
"advanced.tex" |
|
123 |
"build" |
|
124 |
"foundations.tex" |
|
125 |
"getting.tex" |
|
126 |
"root.tex" |
|
48969 | 127 |
|
56420
b266e7a86485
closer correspondence of document and session names, while maintaining document names for external reference
haftmann
parents:
55385
diff
changeset
|
128 |
session Implementation (doc) in "Implementation" = "HOL-Proofs" + |
58801 | 129 |
options [document_variants = "implementation", quick_and_dirty] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
130 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
131 |
Eq |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
132 |
Integration |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
133 |
Isar |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
134 |
Local_Theory |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
135 |
ML |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
136 |
Prelim |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
137 |
Proof |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
138 |
Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
139 |
Tactic |
52499 | 140 |
theories [parallel_proofs = 0] |
52410 | 141 |
Logic |
56534 | 142 |
document_files (in "..") |
143 |
"prepare_document" |
|
144 |
"pdfsetup.sty" |
|
145 |
"iman.sty" |
|
146 |
"extra.sty" |
|
147 |
"isar.sty" |
|
148 |
"ttbox.sty" |
|
149 |
"underscore.sty" |
|
150 |
"manual.bib" |
|
151 |
document_files |
|
152 |
"build" |
|
153 |
"root.tex" |
|
154 |
"style.sty" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
155 |
|
56451
856492b0f755
even more standardized doc session names after #b266e7a86485
haftmann
parents:
56420
diff
changeset
|
156 |
session Isar_Ref (doc) in "Isar_Ref" = HOL + |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
157 |
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
|
158 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
159 |
Preface |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
160 |
Synopsis |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
161 |
Framework |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
162 |
First_Order_Logic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
163 |
Outer_Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
164 |
Document_Preparation |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
165 |
Spec |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
166 |
Proof |
60484 | 167 |
Proof_Script |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
168 |
Inner_Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
169 |
Misc |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
170 |
Generic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
171 |
HOL_Specific |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
172 |
Quick_Reference |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
173 |
Symbols |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
174 |
ML_Tactic |
56534 | 175 |
document_files (in "..") |
176 |
"prepare_document" |
|
177 |
"pdfsetup.sty" |
|
178 |
"iman.sty" |
|
179 |
"extra.sty" |
|
180 |
"isar.sty" |
|
181 |
"ttbox.sty" |
|
182 |
"underscore.sty" |
|
183 |
"manual.bib" |
|
184 |
document_files |
|
185 |
"build" |
|
186 |
"isar-vm.pdf" |
|
187 |
"isar-vm.svg" |
|
188 |
"root.tex" |
|
189 |
"showsymbols" |
|
190 |
"style.sty" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
191 |
|
54354 | 192 |
session JEdit (doc) in "JEdit" = HOL + |
53769 | 193 |
options [document_variants = "jedit", thy_output_source] |
194 |
theories |
|
195 |
JEdit |
|
56534 | 196 |
document_files (in "..") |
197 |
"extra.sty" |
|
198 |
"iman.sty" |
|
199 |
"isar.sty" |
|
200 |
"manual.bib" |
|
201 |
"pdfsetup.sty" |
|
202 |
"prepare_document" |
|
203 |
"ttbox.sty" |
|
204 |
"underscore.sty" |
|
205 |
document_files (in "../Isar_Ref/document") |
|
206 |
"style.sty" |
|
207 |
document_files |
|
208 |
"auto-tools.png" |
|
60255
0466bd194d74
more on Isabelle document preparation and bibtex files;
wenzelm
parents:
59405
diff
changeset
|
209 |
"bibtex-mode.png" |
56534 | 210 |
"build" |
60255
0466bd194d74
more on Isabelle document preparation and bibtex files;
wenzelm
parents:
59405
diff
changeset
|
211 |
"cite-completion.png" |
56534 | 212 |
"isabelle-jedit.png" |
60291 | 213 |
"isabelle-jedit-hdpi.png" |
56534 | 214 |
"output.png" |
57312 | 215 |
"query.png" |
56534 | 216 |
"popup1.png" |
217 |
"popup2.png" |
|
218 |
"root.tex" |
|
57336 | 219 |
"sidekick.png" |
60255
0466bd194d74
more on Isabelle document preparation and bibtex files;
wenzelm
parents:
59405
diff
changeset
|
220 |
"sidekick-document.png" |
56534 | 221 |
"sledgehammer.png" |
57339 | 222 |
"theories.png" |
53769 | 223 |
|
56420
b266e7a86485
closer correspondence of document and session names, while maintaining document names for external reference
haftmann
parents:
55385
diff
changeset
|
224 |
session Sugar (doc) in "Sugar" = HOL + |
48949
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
225 |
options [document_variants = "sugar"] |
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
226 |
theories [document = ""] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
227 |
"~~/src/HOL/Library/LaTeXsugar" |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
228 |
"~~/src/HOL/Library/OptionalSugar" |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
229 |
theories Sugar |
56534 | 230 |
document_files (in "..") |
231 |
"prepare_document" |
|
232 |
"pdfsetup.sty" |
|
233 |
document_files |
|
234 |
"build" |
|
235 |
"mathpartir.sty" |
|
236 |
"root.bib" |
|
237 |
"root.tex" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
238 |
|
48943
54da920baf38
more standard document preparation within session context;
wenzelm
parents:
48942
diff
changeset
|
239 |
session Locales (doc) in "Locales" = HOL + |
59175
bf465f335e85
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents:
58801
diff
changeset
|
240 |
options [document_variants = "locales", thy_output_margin = 65, skip_proofs = false] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
241 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
242 |
Examples1 |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
243 |
Examples2 |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
244 |
Examples3 |
56534 | 245 |
document_files (in "..") |
246 |
"prepare_document" |
|
247 |
"pdfsetup.sty" |
|
248 |
document_files |
|
249 |
"build" |
|
250 |
"root.bib" |
|
251 |
"root.tex" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
252 |
|
48942
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
253 |
session Logics (doc) in "Logics" = Pure + |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
254 |
options [document_variants = "logics"] |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
255 |
theories |
56534 | 256 |
document_files (in "..") |
257 |
"prepare_document" |
|
258 |
"pdfsetup.sty" |
|
259 |
"iman.sty" |
|
260 |
"extra.sty" |
|
261 |
"ttbox.sty" |
|
262 |
"manual.bib" |
|
263 |
document_files |
|
264 |
"CTT.tex" |
|
265 |
"HOL.tex" |
|
266 |
"LK.tex" |
|
267 |
"Sequents.tex" |
|
268 |
"build" |
|
269 |
"preface.tex" |
|
270 |
"root.tex" |
|
271 |
"syntax.tex" |
|
48945
b5758f5a469c
more standard document preparation within session context;
wenzelm
parents:
48944
diff
changeset
|
272 |
|
56451
856492b0f755
even more standardized doc session names after #b266e7a86485
haftmann
parents:
56420
diff
changeset
|
273 |
session Logics_ZF (doc) in "Logics_ZF" = ZF + |
48956 | 274 |
options [document_variants = "logics-ZF", print_mode = "brackets", |
275 |
thy_output_source] |
|
48946
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
276 |
theories |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
277 |
IFOL_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
278 |
FOL_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
279 |
ZF_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
280 |
If |
48956 | 281 |
ZF_Isar |
56534 | 282 |
document_files (in "..") |
283 |
"prepare_document" |
|
284 |
"pdfsetup.sty" |
|
285 |
"isar.sty" |
|
286 |
"ttbox.sty" |
|
287 |
"manual.bib" |
|
288 |
document_files (in "../Logics/document") |
|
289 |
"syntax.tex" |
|
290 |
document_files |
|
291 |
"FOL.tex" |
|
292 |
"ZF.tex" |
|
293 |
"build" |
|
294 |
"logics.sty" |
|
295 |
"root.tex" |
|
48946
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
296 |
|
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
297 |
session Main (doc) in "Main" = HOL + |
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
298 |
options [document_variants = "main"] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
299 |
theories Main_Doc |
56534 | 300 |
document_files (in "..") |
301 |
"prepare_document" |
|
302 |
"pdfsetup.sty" |
|
303 |
document_files |
|
304 |
"build" |
|
305 |
"root.tex" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
306 |
|
48963
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
307 |
session Nitpick (doc) in "Nitpick" = Pure + |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
308 |
options [document_variants = "nitpick"] |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
309 |
theories |
56534 | 310 |
document_files (in "..") |
311 |
"prepare_document" |
|
312 |
"pdfsetup.sty" |
|
313 |
"iman.sty" |
|
314 |
"manual.bib" |
|
315 |
document_files |
|
316 |
"build" |
|
317 |
"root.tex" |
|
48963
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
318 |
|
56451
856492b0f755
even more standardized doc session names after #b266e7a86485
haftmann
parents:
56420
diff
changeset
|
319 |
session Prog_Prove (doc) in "Prog_Prove" = HOL + |
48947
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
320 |
options [document_variants = "prog-prove", show_question_marks = false] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
321 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
322 |
Basics |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
323 |
Bool_nat_list |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
324 |
MyList |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
325 |
Types_and_funs |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
326 |
Logic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
327 |
Isar |
56534 | 328 |
document_files (in ".") |
329 |
"MyList.thy" |
|
330 |
document_files (in "..") |
|
331 |
"prepare_document" |
|
332 |
"pdfsetup.sty" |
|
333 |
document_files |
|
334 |
"bang.pdf" |
|
335 |
"build" |
|
336 |
"intro-isabelle.tex" |
|
337 |
"mathpartir.sty" |
|
338 |
"prelude.tex" |
|
339 |
"root.bib" |
|
340 |
"root.tex" |
|
341 |
"svmono.cls" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
342 |
|
48962
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
343 |
session Sledgehammer (doc) in "Sledgehammer" = Pure + |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
344 |
options [document_variants = "sledgehammer"] |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
345 |
theories |
56534 | 346 |
document_files (in "..") |
347 |
"prepare_document" |
|
348 |
"pdfsetup.sty" |
|
349 |
"iman.sty" |
|
350 |
"manual.bib" |
|
351 |
document_files |
|
352 |
"build" |
|
353 |
"root.tex" |
|
48962
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
354 |
|
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
355 |
session System (doc) in "System" = Pure + |
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
356 |
options [document_variants = "system", thy_output_source] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
357 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
358 |
Basics |
48578 | 359 |
Sessions |
360 |
Presentation |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
361 |
Scala |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
362 |
Misc |
56534 | 363 |
document_files (in "..") |
364 |
"prepare_document" |
|
365 |
"pdfsetup.sty" |
|
366 |
"iman.sty" |
|
367 |
"extra.sty" |
|
368 |
"isar.sty" |
|
369 |
"ttbox.sty" |
|
370 |
"underscore.sty" |
|
371 |
"manual.bib" |
|
372 |
document_files (in "../Isar_Ref/document") |
|
373 |
"style.sty" |
|
374 |
document_files |
|
375 |
"browser_screenshot.png" |
|
376 |
"build" |
|
377 |
"root.tex" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
378 |
|
48985 | 379 |
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
|
380 |
options [document_variants = "tutorial", print_mode = "brackets", skip_proofs = false] |
53376 | 381 |
theories [threads = 1] |
382 |
"ToyList/ToyList_Test" |
|
48526 | 383 |
theories [thy_output_indent = 5] |
384 |
"ToyList/ToyList" |
|
385 |
"Ifexpr/Ifexpr" |
|
386 |
"CodeGen/CodeGen" |
|
387 |
"Trie/Trie" |
|
388 |
"Datatype/ABexpr" |
|
389 |
"Datatype/unfoldnested" |
|
390 |
"Datatype/Nested" |
|
391 |
"Datatype/Fundata" |
|
392 |
"Fun/fun0" |
|
393 |
"Advanced/simp2" |
|
394 |
"CTL/PDL" |
|
395 |
"CTL/CTL" |
|
396 |
"CTL/CTLind" |
|
397 |
"Inductive/Even" |
|
398 |
"Inductive/Mutual" |
|
399 |
"Inductive/Star" |
|
400 |
"Inductive/AB" |
|
401 |
"Inductive/Advanced" |
|
402 |
"Misc/Tree" |
|
403 |
"Misc/Tree2" |
|
404 |
"Misc/Plus" |
|
405 |
"Misc/case_exprs" |
|
406 |
"Misc/fakenat" |
|
407 |
"Misc/natsum" |
|
408 |
"Misc/pairs2" |
|
409 |
"Misc/Option2" |
|
410 |
"Misc/types" |
|
411 |
"Misc/prime_def" |
|
412 |
"Misc/simp" |
|
413 |
"Misc/Itrev" |
|
414 |
"Misc/AdvancedInd" |
|
415 |
"Misc/appendix" |
|
416 |
theories |
|
417 |
"Protocol/NS_Public" |
|
418 |
"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
|
419 |
theories [document = ""] |
48526 | 420 |
"Types/Setup" |
59175
bf465f335e85
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents:
58801
diff
changeset
|
421 |
theories [thy_output_margin = 64, thy_output_indent = 0] |
48526 | 422 |
"Types/Numbers" |
423 |
"Types/Pairs" |
|
424 |
"Types/Records" |
|
425 |
"Types/Typedefs" |
|
426 |
"Types/Overloading" |
|
427 |
"Types/Axioms" |
|
428 |
"Rules/Basic" |
|
429 |
"Rules/Blast" |
|
430 |
"Rules/Force" |
|
59175
bf465f335e85
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents:
58801
diff
changeset
|
431 |
theories [thy_output_margin = 64, thy_output_indent = 5] |
55159
608c157d743d
Replacing the theory Library/Binomial by Number_Theory/Binomial
paulson <lp15@cam.ac.uk>
parents:
55073
diff
changeset
|
432 |
"Rules/TPrimes" |
48526 | 433 |
"Rules/Forward" |
434 |
"Rules/Tacticals" |
|
435 |
"Rules/find2" |
|
436 |
"Sets/Examples" |
|
437 |
"Sets/Functions" |
|
438 |
"Sets/Relations" |
|
439 |
"Sets/Recur" |
|
56534 | 440 |
document_files (in "ToyList") |
57083 | 441 |
"ToyList1.txt" |
442 |
"ToyList2.txt" |
|
56534 | 443 |
document_files (in "..") |
444 |
"pdfsetup.sty" |
|
445 |
"ttbox.sty" |
|
446 |
"manual.bib" |
|
447 |
document_files |
|
448 |
"advanced0.tex" |
|
449 |
"appendix0.tex" |
|
450 |
"basics.tex" |
|
451 |
"build" |
|
452 |
"cl2emono-modified.sty" |
|
453 |
"ctl0.tex" |
|
454 |
"documents0.tex" |
|
455 |
"fp.tex" |
|
456 |
"inductive0.tex" |
|
457 |
"isa-index" |
|
458 |
"Isa-logics.pdf" |
|
459 |
"numerics.tex" |
|
460 |
"pghead.pdf" |
|
461 |
"preface.tex" |
|
462 |
"protocol.tex" |
|
463 |
"root.tex" |
|
464 |
"rules.tex" |
|
465 |
"sets.tex" |
|
466 |
"tutorial.sty" |
|
467 |
"typedef.pdf" |
|
468 |
"types0.tex" |