author | wenzelm |
Mon, 27 Aug 2012 21:46:00 +0200 | |
changeset 48946 | a9b8344f5196 |
parent 48170 | 9b41d34450e8 |
child 49003 | 09a9761cf5ae |
permissions | -rw-r--r-- |
43141 | 1 |
\documentclass[11pt,a4paper]{article} |
2 |
\usepackage{isabelle,isabellesym} |
|
12430 | 3 |
|
43141 | 4 |
% further packages required for unusual symbols (see also |
5 |
% isabellesym.sty), use only when needed |
|
6 |
||
47613 | 7 |
\usepackage{latexsym} |
8 |
||
43141 | 9 |
% this should be the last package used |
12430 | 10 |
\usepackage{pdfsetup} |
11 |
||
45246
4fbeabee6487
added isaverbatimwrite that allows to cut out snippets of thy files in their latex form and dump them in a file
nipkow
parents:
43141
diff
changeset
|
12 |
\usepackage{isaverbatimwrite} |
4fbeabee6487
added isaverbatimwrite that allows to cut out snippets of thy files in their latex form and dump them in a file
nipkow
parents:
43141
diff
changeset
|
13 |
|
43141 | 14 |
% urls in roman style, theory text in math-similar italics |
12430 | 15 |
\urlstyle{rm} |
43141 | 16 |
\isabellestyle{it} |
12430 | 17 |
|
43141 | 18 |
% for uniform font size |
19 |
\renewcommand{\isastyle}{\isastyleminor} |
|
20 |
||
12430 | 21 |
|
22 |
\begin{document} |
|
45246
4fbeabee6487
added isaverbatimwrite that allows to cut out snippets of thy files in their latex form and dump them in a file
nipkow
parents:
43141
diff
changeset
|
23 |
\openisaverbatimout fragments |
12430 | 24 |
|
43141 | 25 |
\title{Concrete Semantics} |
26 |
\author{TN \& GK} |
|
12430 | 27 |
\maketitle |
28 |
||
47602 | 29 |
\setcounter{tocdepth}{2} |
43141 | 30 |
\tableofcontents |
31 |
\newpage |
|
12430 | 32 |
|
43141 | 33 |
% generated text of all theories |
12430 | 34 |
\input{session} |
35 |
||
43141 | 36 |
\nocite{Nipkow} |
37 |
||
38 |
% optional bibliography |
|
39 |
\bibliographystyle{abbrv} |
|
12430 | 40 |
\bibliography{root} |
41 |
||
42 |
\end{document} |