ROOT
author Christian Urban <urbanc@in.tum.de>
Thu, 10 Jan 2019 13:00:04 +0000
changeset 295 fa6f654cbc13
parent 285 447b433b67fa
permissions -rw-r--r--
updated to Isabelle 2017

session UTM = HOL +
  options [quick_and_dirty, 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"
  files
    "document/root.tex"

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

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


session Slides3 in Slides = UTM +
  options [quick_and_dirty, document = pdf, document_output = "..", document_variants = "slides3"]
  theories
    "Slides3"
  files
    "document/root.tex"