Base examples on the session Isabelle_DOF.

This commit is contained in:
Achim D. Brucker 2019-01-06 18:22:54 +00:00
parent 97fc51a8ae
commit b91377edbd
10 changed files with 10 additions and 22 deletions

View File

@ -1,5 +1,5 @@
theory BAC2017
imports "../../../ontologies/mathex_onto"
imports "Isabelle_DOF.mathex_onto"
Deriv
Transcendental
begin

View File

@ -1,7 +1,6 @@
session "BAC2017" = "Functional-Automata" +
session "BAC2017" = "Isabelle_DOF" +
options [document = pdf, document_output = "output",quick_and_dirty=true]
theories [document = false]
"../../../ontologies/mathex_onto"
"Deriv"
"Transcendental"
theories

View File

@ -1,6 +1,6 @@
(*<*)
theory MathExam
imports "../../../ontologies/mathex_onto"
imports "Isabelle_DOF.mathex_onto"
Real
begin
(*>*)

View File

@ -1,8 +1,5 @@
session "MathExam" = "Functional-Automata" +
session "MathExam" = "Isabelle_DOF" +
options [document = pdf, document_output = "output"]
theories [document = false]
(* Foo *)
"../../../ontologies/mathex_onto"
theories
MathExam
document_files

View File

@ -1,6 +1,6 @@
(*<*)
theory IsaDofApplications
imports "../../../ontologies/scholarly_paper"
imports "Isabelle_DOF.scholarly_paper"
begin
open_monitor*[this::article]

View File

@ -1,7 +1,5 @@
session "IsaDofApplications" = "Functional-Automata" +
session "IsaDofApplications" = "Isabelle_DOF" +
options [document = pdf, document_output = "output", quick_and_dirty = true]
theories [document = false]
"../../../ontologies/scholarly_paper"
theories
IsaDofApplications
document_files

View File

@ -1,6 +1,6 @@
(*<*)
theory "00_Frontmatter"
imports "../../../ontologies/technical_report"
imports "Isabelle_DOF.technical_report"
begin
open_monitor*[this::report]

View File

@ -1,8 +1,5 @@
session "IsaDof_Manual" = "Functional-Automata" +
session "IsaDof_Manual" = "Isabelle_DOF" +
options [document = pdf, document_output = "output", quick_and_dirty = true]
theories [document = false]
"../../../ontologies/scholarly_paper"
"../../../ontologies/technical_report"
theories
IsaDofManual
document_files

View File

@ -1,6 +1,6 @@
(*<*)
theory MyCommentedIsabelle
imports "../../../ontologies/technical_report"
imports "Isabelle_DOF.technical_report"
begin

View File

@ -1,8 +1,5 @@
session "TR_mycommentedisabelle" = "Functional-Automata" +
session "TR_mycommentedisabelle" = "Isabelle_DOF" +
options [document = pdf, document_output = "output",quick_and_dirty = true]
theories [document = false]
"../../../ontologies/scholarly_paper"
"../../../ontologies/technical_report"
theories
"MyCommentedIsabelle"
document_files