thys/ROOT
author Christian Urban <urbanc@in.tum.de>
Tue, 18 Jul 2017 18:39:20 +0100
changeset 265 d36be1e356c0
parent 259 78dd6bca5627
child 266 fff2e1b40dfc
permissions -rw-r--r--
changed definitions of PRF

session "Lex" = HOL +
  theories [document = false]
	"Lexer"
        "LexerExt" 
        "Simplifying"
        (*"Sulzmann"*) 
        "Positions"
        "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"
  document_files
    "root.bib"
    "root.tex"