src/HOL/IMP/document/root.tex
author wenzelm
Mon, 27 Aug 2012 21:46:00 +0200
changeset 48946 a9b8344f5196
parent 48170 9b41d34450e8
child 49003 09a9761cf5ae
permissions -rw-r--r--
more standard document preparation within session context;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
     1
\documentclass[11pt,a4paper]{article}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
     2
\usepackage{isabelle,isabellesym}
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
     3
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
     4
% further packages required for unusual symbols (see also
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
     5
% isabellesym.sty), use only when needed
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
     6
47613
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents: 47602
diff changeset
     7
\usepackage{latexsym}
e72e44cee6f2 added revised version of Abs_Int
nipkow
parents: 47602
diff changeset
     8
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
     9
% this should be the last package used
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    10
\usepackage{pdfsetup}
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    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
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    14
% urls in roman style, theory text in math-similar italics
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    15
\urlstyle{rm}
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    16
\isabellestyle{it}
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    17
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    18
% for uniform font size
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    19
\renewcommand{\isastyle}{\isastyleminor}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    20
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    21
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    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
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    24
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    25
\title{Concrete Semantics}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    26
\author{TN \& GK}
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    27
\maketitle
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    28
47602
3d44790b5ab0 reorganised IMP
nipkow
parents: 45246
diff changeset
    29
\setcounter{tocdepth}{2}
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    30
\tableofcontents
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    31
\newpage
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    32
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    33
% generated text of all theories
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    34
\input{session}
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    35
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    36
\nocite{Nipkow}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    37
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    38
% optional bibliography
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    39
\bibliographystyle{abbrv}
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    40
\bibliography{root}
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    41
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    42
\end{document}