| author | bulwahn |
| Fri, 07 Sep 2012 14:15:46 +0200 | |
| changeset 49193 | 0067d83414c8 |
| parent 49191 | 3601bf546775 |
| child 50043 | e8af18896060 |
| permissions | -rw-r--r-- |
| 43141 | 1 |
\documentclass[11pt,a4paper]{article}
|
2 |
\usepackage{isabelle,isabellesym}
|
|
| 47613 | 3 |
\usepackage{latexsym}
|
| 43141 | 4 |
% this should be the last package used |
| 12430 | 5 |
\usepackage{pdfsetup}
|
6 |
||
| 49191 | 7 |
% snip |
8 |
\newcommand{\repeatisanl}[1]{\ifnum#1=0\else\isanewline\repeatisanl{\numexpr#1-1}\fi}
|
|
9 |
\newcommand{\snip}[4]{\repeatisanl#2#4\repeatisanl#3}
|
|
|
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
|
10 |
|
| 12430 | 11 |
\urlstyle{rm}
|
| 43141 | 12 |
\isabellestyle{it}
|
| 12430 | 13 |
|
| 43141 | 14 |
% for uniform font size |
15 |
\renewcommand{\isastyle}{\isastyleminor}
|
|
16 |
||
| 12430 | 17 |
\begin{document}
|
18 |
||
| 43141 | 19 |
\title{Concrete Semantics}
|
20 |
\author{TN \& GK}
|
|
| 12430 | 21 |
\maketitle |
22 |
||
| 47602 | 23 |
\setcounter{tocdepth}{2}
|
| 43141 | 24 |
\tableofcontents |
25 |
\newpage |
|
| 12430 | 26 |
|
| 43141 | 27 |
% generated text of all theories |
| 12430 | 28 |
\input{session}
|
29 |
||
| 43141 | 30 |
\nocite{Nipkow}
|
31 |
||
32 |
\bibliographystyle{abbrv}
|
|
| 12430 | 33 |
\bibliography{root}
|
34 |
||
35 |
\end{document}
|