src/HOL/IMP/document/root.tex
author nipkow
Thu, 19 Apr 2012 20:19:13 +0200
changeset 47613 e72e44cee6f2
parent 47602 3d44790b5ab0
child 48170 9b41d34450e8
permissions -rw-r--r--
added revised version of Abs_Int
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
%\usepackage{amssymb}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    10
  %for \<leadsto>, \<box>, \<diamond>, \<sqsupset>, \<mho>, \<Join>,
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    11
  %\<lhd>, \<lesssim>, \<greatersim>, \<lessapprox>, \<greaterapprox>,
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    12
  %\<triangleq>, \<yen>, \<lozenge>
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    13
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    14
%\usepackage[greek,english]{babel}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    15
  %option greek for \<euro>
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    16
  %option english (default language) for \<guillemotleft>, \<guillemotright>
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    17
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    18
%\usepackage[latin1]{inputenc}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    19
  %for \<onesuperior>, \<onequarter>, \<twosuperior>, \<onehalf>,
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    20
  %\<threesuperior>, \<threequarters>, \<degree>
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    21
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    22
%\usepackage[only,bigsqcap]{stmaryrd}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    23
  %for \<Sqinter>
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    24
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    25
%\usepackage{eufrak}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    26
  %for \<AA> ... \<ZZ>, \<aa> ... \<zz> (also included in amssymb)
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    27
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    28
%\usepackage{textcomp}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    29
  %for \<cent>, \<currency>
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    30
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    31
% this should be the last package used
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    32
\usepackage{pdfsetup}
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    33
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
    34
\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
    35
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    36
% urls in roman style, theory text in math-similar italics
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    37
\urlstyle{rm}
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    38
\isabellestyle{it}
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    39
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    40
% for uniform font size
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    41
\renewcommand{\isastyle}{\isastyleminor}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    42
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    43
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    44
\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
    45
\openisaverbatimout fragments
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    46
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    47
\title{Concrete Semantics}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    48
\author{TN \& GK}
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    49
\maketitle
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    50
47602
3d44790b5ab0 reorganised IMP
nipkow
parents: 45246
diff changeset
    51
\setcounter{tocdepth}{2}
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    52
\tableofcontents
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    53
\newpage
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    54
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    55
% generated text of all theories
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    56
\input{session}
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    57
43141
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    58
\nocite{Nipkow}
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    59
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    60
% optional bibliography
11fce8564415 Replacing old IMP with new Semantics material
nipkow
parents: 12546
diff changeset
    61
\bibliographystyle{abbrv}
12430
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    62
\bibliography{root}
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    63
bfbd4d8faad7 latex output setup
kleing
parents:
diff changeset
    64
\end{document}