ROOT
author wuc
Tue, 20 May 2014 20:21:29 +0800
changeset 21 57d89c29c812
parent 18 d826899bc424
permissions -rw-r--r--
test if can write

session "Hoare_gen" in "thys" = "HOL" +
  theories 
     Hoare_gen

session "Hoare_tm" in "thys" = "Hoare_gen" +
  theories 
     Hoare_tm
     Hoare_tm2

session "Hoare_abc" in "thys" = "Hoare_tm" +
  theories
     Hoare_abc
     Hoare_abc2

session "TM" in "thys" = Hoare_abc +
  theories 
    My_block
    LetElim
    StateMonad
    TM_Assemble

session "Paper" in "paper" = TM +
  options [document = pdf, document_output = "..", document_variants = "journal"]
  theories
    Paper
  files "document/root.tex"