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