使用Isabelle和乳胶文档块包含的理论LaTeXsugar OptionalSugar Archimedean_Field
text " ... @{class floor_ceiling} ... "
运行isabelle build -d . S
时,进程失败。文件ROOT
包含
session "S" = "HOL" +
options [document = pdf, document_output = "generated"]
theories
S
document_files
build.sh
遵循wiki方向。
答案 0 :(得分:0)
解决方案是将文档类设为book
int file root.tex
:\documentclass[11pt,a4paper]{book}
错误的来源是你文件中的chapter "Type definition
。