Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
isa-afp
afp-2020
Commits
3d286accfdbb
Commit
7e27271c
authored
Nov 09, 2006
by
lsf37
Browse files
explain how to import an article
parent
43f02208c730
Changes
1
Hide whitespace changes
Inline
Side-by-side
thys/Example-Submission/Submission.thy
View file @
3d286acc
(* Title: An example submission to the Archive of Formal Proof
ID: $Id: Submission.thy,v 1.
5
2006-
05-18 14:19:22
lsf37 Exp $
ID: $Id: Submission.thy,v 1.
6
2006-
11-09 22:26:13
lsf37 Exp $
Author: Gerwin Klein <kleing at cse.unsw.edu.au>, 2004
Maintainer: Gerwin Klein <kleing at cse.unsw.edu.au>
*)
header "An Example Submission"
theory Submission imports Main begin
theory Submission
imports Main
begin
text {*
This is an example submission to the Archive of Formal Proof.
...
...
@@ -18,7 +20,7 @@ text {*
section "Format of a submission"
text {*
Submission should be by email to \
url
{afp-submit at in.tum.de} and contain
Submission should be by email to \
texttt
{afp-submit at in.tum.de} and contain
the following:
\begin{itemize}
\item Title, authors, and abstract.
...
...
@@ -108,7 +110,16 @@ this submission for an example.
The file \texttt{Submission.thy} is the Isabelle theory containing
this text. A usual submission has more than one theory file. You can
devise your own subdirectory structure if you have more theories and
one directory becomes too crowded.
one directory becomes too crowded. You can also build on existing articles
in the AFP by importing them. For example, if you build on theory W in
the article MiniML, the way to import it is:
\begin{verbatim}
theory MyTheory
import "../MiniML/W"
begin
\end{verbatim}
*}
end
\ No newline at end of file
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment