author | Christian Urban <urbanc@in.tum.de> |
Sun, 07 Mar 2010 21:30:57 +0100 | |
changeset 1355 | 7b0c6d07a24e |
parent 1328 | 531dcebbf483 |
child 1484 | dc7b049d9072 |
permissions | -rw-r--r-- |
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
1 |
\documentstyle[epsf]{acmconf} |
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
2 |
\usepackage{isabelle,isabellesym} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
3 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
4 |
% further packages required for unusual symbols (see also |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
5 |
% isabellesym.sty), use only when needed |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
6 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
7 |
%\usepackage{amssymb} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
8 |
%for \<leadsto>, \<box>, \<diamond>, \<sqsupset>, \<mho>, \<Join>, |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
9 |
%\<lhd>, \<lesssim>, \<greatersim>, \<lessapprox>, \<greaterapprox>, |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
10 |
%\<triangleq>, \<yen>, \<lozenge> |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
11 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
12 |
%\usepackage[greek,english]{babel} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
13 |
%option greek for \<euro> |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
14 |
%option english (default language) for \<guillemotleft>, \<guillemotright> |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
15 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
16 |
%\usepackage[latin1]{inputenc} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
17 |
%for \<onesuperior>, \<onequarter>, \<twosuperior>, \<onehalf>, |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
18 |
%\<threesuperior>, \<threequarters>, \<degree> |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
19 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
20 |
%\usepackage[only,bigsqcap]{stmaryrd} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
21 |
%for \<Sqinter> |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
22 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
23 |
%\usepackage{eufrak} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
24 |
%for \<AA> ... \<ZZ>, \<aa> ... \<zz> (also included in amssymb) |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
25 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
26 |
%\usepackage{textcomp} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
27 |
%for \<cent>, \<currency> |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
28 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
29 |
% this should be the last package used |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
30 |
\usepackage{pdfsetup} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
31 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
32 |
% urls in roman style, theory text in math-similar italics |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
33 |
\urlstyle{rm} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
34 |
\isabellestyle{it} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
35 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
36 |
% for uniform font size |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
37 |
%\renewcommand{\isastyle}{\isastyleminor} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
38 |
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
39 |
%----------------- theorem definitions ---------- |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
40 |
\newtheorem{Theorem}{Theorem}[section] |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
41 |
\newtheorem{Definition}[Theorem]{Definition} |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
42 |
\newtheorem{Example}{\it Example}[section] |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
43 |
|
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
44 |
%-------------------- environment definitions ----------------- |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
45 |
\newenvironment{example}[0]{\begin{Example} \it}{\end{Example}} |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
46 |
\newenvironment{proof-of}[1]{{\em Proof of #1:}}{} |
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
47 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
48 |
\begin{document} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
49 |
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
50 |
\title{\LARGE\bf General Binding Structures in Nominal Isabelle, or How to |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
51 |
Formalise Core-Haskell} |
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
52 |
\maketitle |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
53 |
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
54 |
\maketitle |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
55 |
\begin{abstract} |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
56 |
TODO |
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
57 |
\end{abstract} |
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
58 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
59 |
% generated text of all theories |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
60 |
\input{session} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
61 |
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
62 |
%\bibliographystyle{plain} |
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
63 |
% optional bibliography |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
64 |
%\bibliographystyle{abbrv} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
65 |
%\bibliography{root} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
66 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
67 |
\end{document} |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
68 |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
69 |
%%% Local Variables: |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
70 |
%%% mode: latex |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
71 |
%%% TeX-master: t |
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
72 |
%%% End: |