ROOT
author ibm-PC\ibm <xingyuanzhang@126.com>
Fri, 12 Sep 2014 00:47:15 +0800
changeset 24 77daf1b85cf0
parent 18 d826899bc424
permissions -rw-r--r--
new change

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"