src/FOL/ROOT
author wenzelm
Mon, 11 Mar 2013 13:28:46 +0100
changeset 51397 03b586ee5930
parent 48738 f8c1a5b9488f
child 51403 2ff3a5589b05
permissions -rw-r--r--
support for 'chapter' specifications within session ROOT;

chapter FOL

session FOL = Pure +
  description "First-Order Logic with Natural Deduction"
  options [proofs = 2]
  theories FOL
  files "document/root.tex"

session "FOL-ex" in ex = FOL +
  theories
    First_Order_Logic
    Natural_Numbers
    Intro
    Nat
    Nat_Class
    Foundation
    Prolog
    Intuitionistic
    Propositional_Int
    Quantifiers_Int
    Classical
    Propositional_Cla
    Quantifiers_Cla
    Miniscope
    If
  theories [document = false] "Locale_Test/Locale_Test"
  files "document/root.tex"