thys/ROOT
author Christian Urban <urbanc@in.tum.de>
Thu, 23 May 2019 13:30:09 +0100
changeset 324 d9d4146325d9
parent 287 95b3880d428f
child 330 89e6605c4ca4
permissions -rw-r--r--
added another context-free-expression paper

session "Lex" = HOL +
  theories [document = false]
        "Spec"
	(*"SpecExt"*)
        "Lexer"
        (*"LexerExt"*)
        "Simplifying"
        "Sulzmann" 
        "Positions"
	(*"PositionsExt"*)
        "Exercises"

session Paper in "Paper" = Lex +
  options [document = pdf, document_output = "..", document_variants="paper"]
  theories 
    "~~/src/HOL/Library/LaTeXsugar"
    "Paper"
  document_files
    "root.bib"
    "root.tex" 


session Journal in "Journal" = Lex +
  options [document = pdf, document_output = "..", document_variants="journal"]
  theories 
    "~~/src/HOL/Library/LaTeXsugar"
    "Paper"
    "PaperExt"
  document_files
    "root.bib"
    "root.tex"