Restrucuring.

This commit is contained in:
Achim D. Brucker 2018-11-27 13:39:54 +00:00
parent 21d51e7275
commit 1f2551d683
24 changed files with 13 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Examples
## [Acadmic Paper](./academic_paper/)
The example in the directory `academic_paper` is an example
of a typical conference paper in computer science.
## [Scholarly (Academic) Papers](./scholarly_paper/)
The examples in the directory [`scholarly_paper`](./scholarly_paper/)
are examples of typical conference papers (usually, in computer science).
## [Technical Reports](./technical_report/)
The examples in the directory [`technical_report`](./technical_report/)
are examples of typical technical reports. This includes also the
[Isabelle/DOF User and Implementation Manual](./technical_report/IsaDof_Manual).

View File

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

View File

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

View File

@ -1,2 +1,2 @@
IsaDof_Manual
TR_my_commented_isabelle
TR_IsaDofApplications