thys/ROOT
author Christian Urban <urbanc@in.tum.de>
Tue, 28 Feb 2017 13:35:12 +0000
changeset 223 17c079699ea0
parent 218 16af5b8bd285
child 248 b90ff5abb437
permissions -rw-r--r--
FROMNTIMES not yet done

session "Lex" = HOL +
  theories [document = false]
	"Lexer"
        "LexerExt" 
        "Simplifying"
        "Sulzmann" 


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"
  document_files
    "root.bib"
    "root.tex"