Made all import paths globally qualified.

This commit is contained in:
Achim D. Brucker 2022-05-06 09:17:10 +01:00
parent 2833deff90
commit 61f167c29c
7 changed files with 13 additions and 10 deletions

View File

@ -3,7 +3,7 @@ chapter\<open>Common Criteria Definitions\<close>
(*<<*)
theory CC_terminology
imports "../technical_report/technical_report"
imports "Isabelle_DOF.technical_report"
begin

View File

@ -15,7 +15,7 @@
(*<*)
theory "CC_v3_1_R5"
imports "../technical_report/technical_report"
imports "Isabelle_DOF.technical_report"
"CC_terminology"

View File

@ -25,7 +25,7 @@ identifies:
(*<<*)
theory CENELEC_50128
imports "../technical_report/technical_report"
imports "Isabelle_DOF.technical_report"
begin
(* this is a hack and should go into an own ontology, providing thingsd like:

View File

@ -13,8 +13,11 @@
section\<open>A conceptual introduction into DOF and its features:\<close>
theory Conceptual
imports "../../DOF/Isa_DOF" "../../DOF/Isa_COL"
theory
Conceptual
imports
"Isabelle_DOF.Isa_DOF"
"Isabelle_DOF.Isa_COL"
begin

View File

@ -14,7 +14,7 @@
section\<open>An example ontology for scientific, MINT-oriented papers.\<close>
theory scholarly_paper
imports "../../DOF/Isa_COL"
imports "Isabelle_DOF.Isa_COL"
keywords "author*" "abstract*"
"Definition*" "Lemma*" "Theorem*" :: document_body

View File

@ -14,7 +14,7 @@
section\<open>An example ontology for a math paper\<close>
theory small_math
imports "../../DOF/Isa_COL"
imports "Isabelle_DOF.Isa_COL"
begin
doc_class title =

View File

@ -14,7 +14,7 @@
section\<open>An example ontology for a scholarly paper\<close>
theory technical_report
imports "../scholarly_paper/scholarly_paper"
imports "Isabelle_DOF.scholarly_paper"
begin
(* for reports paper: invariant: level \<ge> -1 *)