thys/ROOT
author Christian Urban <urbanc@in.tum.de>
Mon, 26 Jun 2017 18:40:58 +0100
changeset 250 8927b737936f
parent 248 b90ff5abb437
child 257 9deaff82e0c5
permissions -rw-r--r--
polished

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

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"