author | wenzelm |
Thu, 04 Mar 2021 22:44:31 +0100 | |
changeset 73372 | 10b9b3341c26 |
parent 73151 | f78a3be79ad1 |
child 73721 | 52030acb19ac |
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 |
|
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
19 |
session Codegen (doc) in "Codegen" = HOL + |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
20 |
options [document_variants = "codegen", print_mode = "no_brackets,iff"] |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
21 |
sessions |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
22 |
"HOL-Library" |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
23 |
theories [document = false] |
59378
065f349852e6
separate image for prerequisites of codegen tutorial
haftmann
parents:
59175
diff
changeset
|
24 |
Setup |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
25 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
26 |
Introduction |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
27 |
Foundations |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
28 |
Refinement |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
29 |
Inductive_Predicate |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
30 |
Evaluation |
65041 | 31 |
Computations |
48502
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 |
|
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
46 |
session Corec (doc) in "Corec" = Datatypes + |
62739 | 47 |
options [document_variants = "corec"] |
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
48 |
theories |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
49 |
Corec |
62739 | 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" |
|
61 |
||
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
62 |
session Datatypes (doc) in "Datatypes" = HOL + |
53618 | 63 |
options [document_variants = "datatypes"] |
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
64 |
sessions |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
65 |
"HOL-Library" |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
66 |
theories [document = false] |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
67 |
Setup |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
68 |
theories |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
69 |
Datatypes |
56534 | 70 |
document_files (in "..") |
71 |
"prepare_document" |
|
72 |
"pdfsetup.sty" |
|
73 |
"iman.sty" |
|
74 |
"extra.sty" |
|
75 |
"isar.sty" |
|
76 |
"manual.bib" |
|
77 |
document_files |
|
78 |
"build" |
|
79 |
"root.tex" |
|
80 |
"style.sty" |
|
52792
3e651be14fcd
sketched documentation for new (co)datatype package
blanchet
parents:
52742
diff
changeset
|
81 |
|
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
82 |
session Eisbach (doc) in "Eisbach" = HOL + |
60288
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
83 |
options [document_variants = "eisbach", quick_and_dirty, |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
84 |
print_mode = "no_brackets,iff", show_question_marks = false] |
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
85 |
sessions |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
86 |
"HOL-Eisbach" |
60288
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
87 |
theories [document = false] |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
88 |
Base |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
89 |
theories |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
90 |
Preface |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
91 |
Manual |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
92 |
document_files (in "..") |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
93 |
"prepare_document" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
94 |
"pdfsetup.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
95 |
"iman.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
96 |
"extra.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
97 |
"isar.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
98 |
"ttbox.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
99 |
"underscore.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
100 |
"manual.bib" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
101 |
document_files |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
102 |
"build" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
103 |
"root.tex" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
104 |
"style.sty" |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60255
diff
changeset
|
105 |
|
48948
fa49f8890ef3
more standard document preparation within session context;
wenzelm
parents:
48947
diff
changeset
|
106 |
session Functions (doc) in "Functions" = HOL + |
54017
2a3c07f49615
basic documentation for function elimination rules and fun_cases
krauss
parents:
53769
diff
changeset
|
107 |
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
|
108 |
theories Functions |
56534 | 109 |
document_files (in "..") |
110 |
"prepare_document" |
|
111 |
"pdfsetup.sty" |
|
112 |
"iman.sty" |
|
113 |
"extra.sty" |
|
114 |
"isar.sty" |
|
115 |
"manual.bib" |
|
116 |
document_files |
|
117 |
"build" |
|
118 |
"conclusion.tex" |
|
119 |
"intro.tex" |
|
120 |
"root.tex" |
|
121 |
"style.sty" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
122 |
|
69105
b7274dfbf4b3
explicit group "no_doc" for unfinished documentation, allows to suppress everything uniformly: -X doc -X no_doc;
wenzelm
parents:
68677
diff
changeset
|
123 |
session How_to_Prove_it (no_doc) in "How_to_Prove_it" = HOL + |
56825 | 124 |
options [document_variants = "how_to_prove_it", show_question_marks = false] |
125 |
theories |
|
126 |
How_to_Prove_it |
|
127 |
document_files |
|
128 |
"root.tex" |
|
129 |
"root.bib" |
|
130 |
"prelude.tex" |
|
131 |
||
48969 | 132 |
session Intro (doc) in "Intro" = Pure + |
133 |
options [document_variants = "intro"] |
|
56534 | 134 |
document_files (in "..") |
135 |
"prepare_document" |
|
136 |
"pdfsetup.sty" |
|
137 |
"iman.sty" |
|
138 |
"extra.sty" |
|
139 |
"ttbox.sty" |
|
140 |
"manual.bib" |
|
141 |
document_files |
|
142 |
"advanced.tex" |
|
143 |
"build" |
|
144 |
"foundations.tex" |
|
145 |
"getting.tex" |
|
146 |
"root.tex" |
|
48969 | 147 |
|
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
148 |
session Implementation (doc) in "Implementation" = HOL + |
62354 | 149 |
options [document_variants = "implementation", quick_and_dirty] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
150 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
151 |
Eq |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
152 |
Integration |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
153 |
Isar |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
154 |
Local_Theory |
67215 | 155 |
"ML" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
156 |
Prelim |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
157 |
Proof |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
158 |
Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
159 |
Tactic |
52499 | 160 |
theories [parallel_proofs = 0] |
52410 | 161 |
Logic |
56534 | 162 |
document_files (in "..") |
163 |
"prepare_document" |
|
164 |
"pdfsetup.sty" |
|
165 |
"iman.sty" |
|
166 |
"extra.sty" |
|
167 |
"isar.sty" |
|
168 |
"ttbox.sty" |
|
169 |
"underscore.sty" |
|
170 |
"manual.bib" |
|
171 |
document_files |
|
172 |
"build" |
|
173 |
"root.tex" |
|
174 |
"style.sty" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
175 |
|
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
176 |
session Isar_Ref (doc) in "Isar_Ref" = HOL + |
48958
12afbf6eb7f9
more standard document preparation within session context;
wenzelm
parents:
48957
diff
changeset
|
177 |
options [document_variants = "isar-ref", quick_and_dirty, thy_output_source] |
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
178 |
sessions |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
179 |
"HOL-Library" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
180 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
181 |
Preface |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
182 |
Synopsis |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
183 |
Framework |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
184 |
First_Order_Logic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
185 |
Outer_Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
186 |
Document_Preparation |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
187 |
Spec |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
188 |
Proof |
60484 | 189 |
Proof_Script |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
190 |
Inner_Syntax |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
191 |
Generic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
192 |
HOL_Specific |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
193 |
Quick_Reference |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
194 |
Symbols |
56534 | 195 |
document_files (in "..") |
196 |
"prepare_document" |
|
197 |
"pdfsetup.sty" |
|
198 |
"iman.sty" |
|
199 |
"extra.sty" |
|
200 |
"isar.sty" |
|
201 |
"ttbox.sty" |
|
202 |
"underscore.sty" |
|
203 |
"manual.bib" |
|
204 |
document_files |
|
205 |
"build" |
|
206 |
"isar-vm.pdf" |
|
207 |
"isar-vm.svg" |
|
208 |
"root.tex" |
|
209 |
"showsymbols" |
|
210 |
"style.sty" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
211 |
|
54354 | 212 |
session JEdit (doc) in "JEdit" = HOL + |
53769 | 213 |
options [document_variants = "jedit", thy_output_source] |
214 |
theories |
|
215 |
JEdit |
|
56534 | 216 |
document_files (in "..") |
217 |
"extra.sty" |
|
218 |
"iman.sty" |
|
219 |
"isar.sty" |
|
220 |
"manual.bib" |
|
221 |
"pdfsetup.sty" |
|
222 |
"prepare_document" |
|
223 |
"ttbox.sty" |
|
224 |
"underscore.sty" |
|
225 |
document_files (in "../Isar_Ref/document") |
|
226 |
"style.sty" |
|
227 |
document_files |
|
228 |
"auto-tools.png" |
|
60255
0466bd194d74
more on Isabelle document preparation and bibtex files;
wenzelm
parents:
59405
diff
changeset
|
229 |
"bibtex-mode.png" |
56534 | 230 |
"build" |
60255
0466bd194d74
more on Isabelle document preparation and bibtex files;
wenzelm
parents:
59405
diff
changeset
|
231 |
"cite-completion.png" |
56534 | 232 |
"isabelle-jedit.png" |
62154 | 233 |
"markdown-document.png" |
234 |
"ml-debugger.png" |
|
235 |
"output-and-state.png" |
|
236 |
"output-including-state.png" |
|
56534 | 237 |
"output.png" |
238 |
"popup1.png" |
|
239 |
"popup2.png" |
|
62154 | 240 |
"query.png" |
56534 | 241 |
"root.tex" |
64514 | 242 |
"scope1.png" |
243 |
"scope2.png" |
|
62154 | 244 |
"sidekick-document.png" |
57336 | 245 |
"sidekick.png" |
56534 | 246 |
"sledgehammer.png" |
57339 | 247 |
"theories.png" |
53769 | 248 |
|
56420
b266e7a86485
closer correspondence of document and session names, while maintaining document names for external reference
haftmann
parents:
55385
diff
changeset
|
249 |
session Sugar (doc) in "Sugar" = HOL + |
48949
a773af3e37d6
more standard document preparation within session context;
wenzelm
parents:
48948
diff
changeset
|
250 |
options [document_variants = "sugar"] |
65573
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65569
diff
changeset
|
251 |
sessions |
0f3fdf689bf9
clarified parent session images, to avoid duplicate loading of theories;
wenzelm
parents:
65569
diff
changeset
|
252 |
"HOL-Library" |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
253 |
theories Sugar |
56534 | 254 |
document_files (in "..") |
255 |
"prepare_document" |
|
256 |
"pdfsetup.sty" |
|
257 |
document_files |
|
258 |
"build" |
|
259 |
"root.bib" |
|
260 |
"root.tex" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
261 |
|
48943
54da920baf38
more standard document preparation within session context;
wenzelm
parents:
48942
diff
changeset
|
262 |
session Locales (doc) in "Locales" = HOL + |
59175
bf465f335e85
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents:
58801
diff
changeset
|
263 |
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
|
264 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
265 |
Examples1 |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
266 |
Examples2 |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
267 |
Examples3 |
56534 | 268 |
document_files (in "..") |
269 |
"prepare_document" |
|
270 |
"pdfsetup.sty" |
|
271 |
document_files |
|
272 |
"build" |
|
273 |
"root.bib" |
|
274 |
"root.tex" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
275 |
|
48942
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
276 |
session Logics (doc) in "Logics" = Pure + |
75d8778f94d3
more standard document preparation within session context;
wenzelm
parents:
48941
diff
changeset
|
277 |
options [document_variants = "logics"] |
56534 | 278 |
document_files (in "..") |
279 |
"prepare_document" |
|
280 |
"pdfsetup.sty" |
|
281 |
"iman.sty" |
|
282 |
"extra.sty" |
|
283 |
"ttbox.sty" |
|
284 |
"manual.bib" |
|
285 |
document_files |
|
286 |
"CTT.tex" |
|
287 |
"HOL.tex" |
|
288 |
"LK.tex" |
|
289 |
"Sequents.tex" |
|
290 |
"build" |
|
291 |
"preface.tex" |
|
292 |
"root.tex" |
|
293 |
"syntax.tex" |
|
48945
b5758f5a469c
more standard document preparation within session context;
wenzelm
parents:
48944
diff
changeset
|
294 |
|
56451
856492b0f755
even more standardized doc session names after #b266e7a86485
haftmann
parents:
56420
diff
changeset
|
295 |
session Logics_ZF (doc) in "Logics_ZF" = ZF + |
48956 | 296 |
options [document_variants = "logics-ZF", print_mode = "brackets", |
297 |
thy_output_source] |
|
66444 | 298 |
sessions |
299 |
FOL |
|
48946
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
300 |
theories |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
301 |
IFOL_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
302 |
FOL_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
303 |
ZF_examples |
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
304 |
If |
48956 | 305 |
ZF_Isar |
56534 | 306 |
document_files (in "..") |
307 |
"prepare_document" |
|
308 |
"pdfsetup.sty" |
|
309 |
"isar.sty" |
|
310 |
"ttbox.sty" |
|
311 |
"manual.bib" |
|
312 |
document_files (in "../Logics/document") |
|
313 |
"syntax.tex" |
|
314 |
document_files |
|
315 |
"FOL.tex" |
|
316 |
"ZF.tex" |
|
317 |
"build" |
|
318 |
"logics.sty" |
|
319 |
"root.tex" |
|
48946
a9b8344f5196
more standard document preparation within session context;
wenzelm
parents:
48945
diff
changeset
|
320 |
|
48944
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
321 |
session Main (doc) in "Main" = HOL + |
ac15a85e9282
more standard document preparation within session context;
wenzelm
parents:
48943
diff
changeset
|
322 |
options [document_variants = "main"] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
323 |
theories Main_Doc |
56534 | 324 |
document_files (in "..") |
325 |
"prepare_document" |
|
326 |
"pdfsetup.sty" |
|
327 |
document_files |
|
328 |
"build" |
|
329 |
"root.tex" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
330 |
|
48963
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
331 |
session Nitpick (doc) in "Nitpick" = Pure + |
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
332 |
options [document_variants = "nitpick"] |
56534 | 333 |
document_files (in "..") |
334 |
"prepare_document" |
|
335 |
"pdfsetup.sty" |
|
336 |
"iman.sty" |
|
337 |
"manual.bib" |
|
338 |
document_files |
|
339 |
"build" |
|
340 |
"root.tex" |
|
48963
f11d88bfa934
more standard document preparation within session context;
wenzelm
parents:
48962
diff
changeset
|
341 |
|
56451
856492b0f755
even more standardized doc session names after #b266e7a86485
haftmann
parents:
56420
diff
changeset
|
342 |
session Prog_Prove (doc) in "Prog_Prove" = HOL + |
48947
7eee8b2d2099
more standard document preparation within session context;
wenzelm
parents:
48946
diff
changeset
|
343 |
options [document_variants = "prog-prove", show_question_marks = false] |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
344 |
theories |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
345 |
Basics |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
346 |
Bool_nat_list |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
347 |
MyList |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
348 |
Types_and_funs |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
349 |
Logic |
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
350 |
Isar |
56534 | 351 |
document_files (in ".") |
352 |
"MyList.thy" |
|
353 |
document_files (in "..") |
|
354 |
"prepare_document" |
|
355 |
"pdfsetup.sty" |
|
356 |
document_files |
|
357 |
"bang.pdf" |
|
358 |
"build" |
|
359 |
"intro-isabelle.tex" |
|
360 |
"prelude.tex" |
|
361 |
"root.bib" |
|
362 |
"root.tex" |
|
363 |
"svmono.cls" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
364 |
|
48962
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
365 |
session Sledgehammer (doc) in "Sledgehammer" = Pure + |
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
366 |
options [document_variants = "sledgehammer"] |
56534 | 367 |
document_files (in "..") |
368 |
"prepare_document" |
|
369 |
"pdfsetup.sty" |
|
370 |
"iman.sty" |
|
371 |
"manual.bib" |
|
372 |
document_files |
|
373 |
"build" |
|
374 |
"root.tex" |
|
48962
a1acc1cb0271
more standard document preparation within session context;
wenzelm
parents:
48961
diff
changeset
|
375 |
|
48937
e7418f8d49fe
more standard document preparation within session context;
wenzelm
parents:
48738
diff
changeset
|
376 |
session System (doc) in "System" = Pure + |
72103 | 377 |
options [document_variants = "system", thy_output_source] |
67219 | 378 |
sessions |
379 |
"HOL-Library" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
380 |
theories |
62640 | 381 |
Environment |
48578 | 382 |
Sessions |
383 |
Presentation |
|
67904 | 384 |
Server |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
385 |
Scala |
71099
20c1b9516d27
documentation on Phabricator server administration;
wenzelm
parents:
70678
diff
changeset
|
386 |
Phabricator |
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
387 |
Misc |
56534 | 388 |
document_files (in "..") |
389 |
"prepare_document" |
|
390 |
"pdfsetup.sty" |
|
391 |
"iman.sty" |
|
392 |
"extra.sty" |
|
393 |
"isar.sty" |
|
394 |
"ttbox.sty" |
|
395 |
"underscore.sty" |
|
396 |
"manual.bib" |
|
397 |
document_files (in "../Isar_Ref/document") |
|
398 |
"style.sty" |
|
399 |
document_files |
|
400 |
"build" |
|
401 |
"root.tex" |
|
48502
fd03877ad5bc
session specifications for doc-src, excluding TutorialI for now;
wenzelm
parents:
diff
changeset
|
402 |
|
48985 | 403 |
session Tutorial (doc) in "Tutorial" = HOL + |
70678
36c8c32346cb
clarified syntax: 'directories' and 'theories' belong together;
wenzelm
parents:
70675
diff
changeset
|
404 |
options [document_variants = "tutorial", print_mode = "brackets", skip_proofs = false] |
70675 | 405 |
directories "Advanced" "CTL" "CodeGen" "Datatype" "Documents" "Fun" "Ifexpr" |
406 |
"Inductive" "Misc" "Protocol" "Rules" "Sets" "ToyList" "Trie" "Types" |
|
72991 | 407 |
theories [document = false] |
408 |
Base |
|
53376 | 409 |
theories [threads = 1] |
410 |
"ToyList/ToyList_Test" |
|
48526 | 411 |
theories [thy_output_indent = 5] |
412 |
"ToyList/ToyList" |
|
413 |
"Ifexpr/Ifexpr" |
|
414 |
"CodeGen/CodeGen" |
|
415 |
"Trie/Trie" |
|
416 |
"Datatype/ABexpr" |
|
417 |
"Datatype/unfoldnested" |
|
418 |
"Datatype/Nested" |
|
419 |
"Datatype/Fundata" |
|
420 |
"Fun/fun0" |
|
421 |
"Advanced/simp2" |
|
422 |
"CTL/PDL" |
|
423 |
"CTL/CTL" |
|
424 |
"CTL/CTLind" |
|
425 |
"Inductive/Even" |
|
426 |
"Inductive/Mutual" |
|
427 |
"Inductive/Star" |
|
428 |
"Inductive/AB" |
|
429 |
"Inductive/Advanced" |
|
430 |
"Misc/Tree" |
|
431 |
"Misc/Tree2" |
|
432 |
"Misc/Plus" |
|
433 |
"Misc/case_exprs" |
|
434 |
"Misc/fakenat" |
|
435 |
"Misc/natsum" |
|
436 |
"Misc/pairs2" |
|
437 |
"Misc/Option2" |
|
438 |
"Misc/types" |
|
439 |
"Misc/prime_def" |
|
440 |
"Misc/simp" |
|
441 |
"Misc/Itrev" |
|
442 |
"Misc/AdvancedInd" |
|
443 |
"Misc/appendix" |
|
444 |
theories |
|
445 |
"Protocol/NS_Public" |
|
446 |
"Documents/Documents" |
|
59175
bf465f335e85
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents:
58801
diff
changeset
|
447 |
theories [thy_output_margin = 64, thy_output_indent = 0] |
48526 | 448 |
"Types/Numbers" |
449 |
"Types/Pairs" |
|
450 |
"Types/Records" |
|
451 |
"Types/Typedefs" |
|
452 |
"Types/Overloading" |
|
453 |
"Types/Axioms" |
|
454 |
"Rules/Basic" |
|
455 |
"Rules/Blast" |
|
456 |
"Rules/Force" |
|
59175
bf465f335e85
system option "pretty_margin" is superseded by "thy_output_margin";
wenzelm
parents:
58801
diff
changeset
|
457 |
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
|
458 |
"Rules/TPrimes" |
48526 | 459 |
"Rules/Forward" |
460 |
"Rules/Tacticals" |
|
461 |
"Rules/find2" |
|
462 |
"Sets/Examples" |
|
463 |
"Sets/Functions" |
|
464 |
"Sets/Relations" |
|
465 |
"Sets/Recur" |
|
56534 | 466 |
document_files (in "ToyList") |
57083 | 467 |
"ToyList1.txt" |
468 |
"ToyList2.txt" |
|
56534 | 469 |
document_files (in "..") |
470 |
"pdfsetup.sty" |
|
471 |
"ttbox.sty" |
|
472 |
"manual.bib" |
|
473 |
document_files |
|
474 |
"advanced0.tex" |
|
475 |
"appendix0.tex" |
|
476 |
"basics.tex" |
|
477 |
"build" |
|
478 |
"cl2emono-modified.sty" |
|
479 |
"ctl0.tex" |
|
480 |
"documents0.tex" |
|
481 |
"fp.tex" |
|
482 |
"inductive0.tex" |
|
483 |
"isa-index" |
|
484 |
"Isa-logics.pdf" |
|
485 |
"numerics.tex" |
|
486 |
"pghead.pdf" |
|
487 |
"preface.tex" |
|
488 |
"protocol.tex" |
|
489 |
"root.tex" |
|
490 |
"rules.tex" |
|
491 |
"sets.tex" |
|
492 |
"tutorial.sty" |
|
493 |
"typedef.pdf" |
|
494 |
"types0.tex" |
|
63026 | 495 |
|
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
496 |
session Typeclass_Hierarchy (doc) in "Typeclass_Hierarchy" = HOL + |
63026 | 497 |
options [document_variants = "typeclass_hierarchy"] |
69422
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
498 |
sessions |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
499 |
"HOL-Library" |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
500 |
theories [document = false] |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
501 |
Setup |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
502 |
theories |
472af2d7835d
clarified session dependencies: faster build_doc/build_release;
wenzelm
parents:
69105
diff
changeset
|
503 |
Typeclass_Hierarchy |
63026 | 504 |
document_files (in "..") |
505 |
"prepare_document" |
|
506 |
"pdfsetup.sty" |
|
507 |
"iman.sty" |
|
508 |
"extra.sty" |
|
509 |
"isar.sty" |
|
510 |
"manual.bib" |
|
511 |
document_files |
|
512 |
"build" |
|
513 |
"root.tex" |
|
514 |
"style.sty" |