src/Doc/Demo_LLNCS/ROOT
author wenzelm
Sat, 05 Nov 2022 14:41:51 +0100
changeset 76454 f2d17e69e520
parent 76448 7b2dbd093ca2
permissions -rw-r--r--
clarified options: support lualatex as well, but prefer old pdflatex for demos;

chapter Doc  (*Isabelle documentation*)

session Demo_LLNCS (doc) = HOL +
  options [
    document_variants = "demo_llncs",  (*Isabelle documentation*)
    document_build = "pdflatex"  (*or: omit option for LuaLaTeX*)
  ]
  theories
    Document
  document_files (in "$ISABELLE_LLNCS_HOME")
    "llncs.cls"
    "splncs04.bst"
  document_files
    "root.bib"
    "root.tex"