I import Nominal2
into my main theory file and in Isabelle/jEdit I can use atom_decl
so it works. In ROOT I tried various attempts to specify Nominal2
, like
session "techreport" = "HOL" +
options [document = pdf, document_output = "output"]
theories [document = false]
Nominal2
theories
IsarIntroduction
files "document/root.tex"
but I get bad input
or No such file: "Nominal2.thy"
. I tried to specify a relative path from the dir of IsarIntroduction
, and also from the dir of root.tex
, in vain.
How can I specify the path for the Nominal2
theory?
update: I use a purposely built Nominal2 image for Isabelle/JEdit