ROOT
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Sat, 27 Jul 2013 08:17:54 +0200
changeset 282 02b6fab379ba
parent 272 42f2c28d1ce6
child 283 7d29c3c09bea
permissions -rw-r--r--
started journal version

session UTM = HOL +
  options [document = false]
  theories
    "thys/Turing"
    "thys/Turing_Hoare"
    "thys/Uncomputable"
    "thys/Abacus_Mopup"
    "thys/Abacus"
    "thys/Abacus_Defs"
    "thys/Rec_Def"
    "thys/Recursive"
    "thys/UF"
    "thys/UTM"

session ITP in Paper = UTM +
  options [document = pdf, document_output = "..", document_variants = "paper"]
  theories
    "Paper"

session Journal in Journal = UTM +
  options [document = pdf, document_output = "..", document_variants = "journal"]
  theories
    "Paper"

session Slides1 in Slides = UTM +
  options [document = pdf, document_output = "..", document_variants = "slides1"]
  theories
    "Slides1"

session Slides2 in Slides = UTM +
  options [document = pdf, document_output = "..", document_variants = "slides2"]
  theories
    "Slides2"