src/Doc/Demo_EPTCS/ROOT
author wenzelm
Sun, 06 Nov 2022 22:17:28 +0100
changeset 76478 d84568379f3f
permissions -rw-r--r--
support for EPTCS style with demo document;

chapter Doc  (*Isabelle documentation*)

session Demo_EPTCS (doc) = HOL +
  options [
    document_variants = "demo_eptcs",  (*Isabelle documentation*)
    document_build = "pdflatex"  (*or: omit option for LuaLaTeX*)
  ]
  theories
    Document
  document_files (in "$ISABELLE_EPTCS_HOME")
    "eptcs.bst"
    "eptcs.cls"
  document_files
    "root.bib"
    "root.tex"