src/Tools/isac/Doc/ROOT
author wenzelm
Thu, 08 Apr 2021 13:27:27 +0200
changeset 60188 422186a35be8
parent 60187 751b8a13c271
child 60189 6b021e8cb8da
permissions -rw-r--r--
avoid odd clones of Isabelle latex styles:
these diverge over time, when the originals in $ISABELLE_HOME/lib/texinputs change;
wenzelm@60187
     1
(* run "./bin/isabelle build -v -b Lucas_Interpreter" *)
walther@59827
     2
session "Lucas_Interpreter" in "Lucas_Interpreter" = HOL +
walther@59827
     3
  options [document = pdf, document_output = "output"]
walther@59827
     4
  sessions
walther@59827
     5
    "Interpret"
walther@59827
     6
  theories
walther@59827
     7
    "Lucas_Interpreter"
walther@59827
     8
  document_files
walther@59827
     9
    "bend-7-70-en.png"
walther@59827
    10
    "fun-pack-biegelinie-2.png"
walther@59827
    11
    "fun-pack-simplify.png"
walther@59827
    12
    "root.bib"
walther@59827
    13
    "root.tex"
walther@60183
    14
wenzelm@60187
    15
(* run "./bin/isabelle build -v -b Specify_Phase" *)
walther@60183
    16
session "Specify_Phase" in "Specify_Phase" = HOL +
walther@60183
    17
  options [document = pdf, document_output = "output"]
walther@60183
    18
  sessions
walther@60183
    19
    "Specify"
walther@60183
    20
  theories
walther@60183
    21
    "Specify_Phase"
walther@60183
    22
  document_files
walther@60183
    23
    "root.bib"
walther@60183
    24
    "root.tex"
wenzelm@60187
    25
    "user-requirements.tex"