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