Restructured file layout to match afp default.

This commit is contained in:
Achim D. Brucker 2016-12-31 20:22:49 +00:00
parent 49ed81521f
commit 70e397cc23
35 changed files with 5 additions and 5 deletions

6
ROOT
View File

@ -42,14 +42,14 @@
chapter AFP chapter AFP
session Featherweight_OCL (AFP) in "src" = HOL + session Featherweight_OCL (AFP) = HOL +
description {* Featherweight-OCL *} description {* Featherweight-OCL *}
options [document_variants = "annex-a=annexa,-theory,-afp,-proof,-ML:document=afp,-annexa:outline=-annexa,afp,/proof,/ML", options [document_variants = "annex-a=annexa,-theory,-afp,-proof,-ML:document=afp,-annexa:outline=-annexa,afp,/proof,/ML",
show_question_marks = false] show_question_marks = false]
theories theories
"UML_Main" "UML_Main"
"../examples/Employee_Model/Analysis/Analysis_OCL" "examples/Employee_Model/Analysis/Analysis_OCL"
"../examples/Employee_Model/Design/Design_OCL" "examples/Employee_Model/Design/Design_OCL"
document_files document_files
"conclusion.tex" "conclusion.tex"
"figures/AbstractSimpleChair.pdf" "figures/AbstractSimpleChair.pdf"

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -45,7 +45,7 @@ chapter{* Example: The Employee Analysis Model *} (* UML part *)
theory theory
Analysis_UML Analysis_UML
imports imports
"../../../src/UML_Main" "../../../UML_Main"
begin begin
text {* \label{ex:employee-analysis:uml} *} text {* \label{ex:employee-analysis:uml} *}

View File

@ -45,7 +45,7 @@ chapter{* Example: The Employee Design Model *} (* UML part *)
theory theory
Design_UML Design_UML
imports imports
"../../../src/UML_Main" "../../../UML_Main"
begin begin
text {* \label{ex:employee-design:uml} *} text {* \label{ex:employee-design:uml} *}