author | wenzelm |
Mon, 11 Sep 2023 19:30:48 +0200 | |
changeset 78659 | b5f3d1051b13 |
parent 76478 | d84568379f3f |
permissions | -rw-r--r-- |
76478 | 1 |
chapter Doc (*Isabelle documentation*) |
2 |
||
3 |
session Demo_EPTCS (doc) = HOL + |
|
4 |
options [ |
|
5 |
document_variants = "demo_eptcs", (*Isabelle documentation*) |
|
6 |
document_build = "pdflatex" (*or: omit option for LuaLaTeX*) |
|
7 |
] |
|
8 |
theories |
|
9 |
Document |
|
10 |
document_files (in "$ISABELLE_EPTCS_HOME") |
|
11 |
"eptcs.bst" |
|
12 |
"eptcs.cls" |
|
13 |
document_files |
|
14 |
"root.bib" |
|
15 |
"root.tex" |