thys/ROOT
author Christian Urban <urbanc@in.tum.de>
Sun, 02 Apr 2017 02:14:01 +0800
changeset 242 dcfc9b23b263
parent 223 17c079699ea0
child 248 b90ff5abb437
permissions -rw-r--r--
added more literature about extended partial derivative automata

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"