thys/ROOT
author Christian Urban <urbanc@in.tum.de>
Wed, 17 May 2017 09:38:58 +0100
changeset 243 09ab631ce7fa
parent 223 17c079699ea0
child 248 b90ff5abb437
permissions -rw-r--r--
updated literature

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"