| author | wenzelm |
| Wed, 09 Jan 2002 17:42:49 +0100 | |
| changeset 12690 | ac3fa7c05e5a |
| parent 12621 | 48cafea0684b |
| child 12879 | 8e1cae1de136 |
| permissions | -rw-r--r-- |
| 7046 | 1 |
|
2 |
%% $Id$ |
|
3 |
||
| 7836 | 4 |
\documentclass[12pt,a4paper,fleqn]{report}
|
| 9695 | 5 |
\usepackage{latexsym,graphicx,../iman,../extra,../ttbox,../proof,../rail,../railsetup,../isar,../pdfsetup}
|
| 7046 | 6 |
|
7 |
\title{\includegraphics[scale=0.5]{isabelle_isar} \\[4ex] The Isabelle/Isar Reference Manual}
|
|
| 7050 | 8 |
\author{\emph{Markus Wenzel} \\ TU M\"unchen}
|
| 7046 | 9 |
|
| 7050 | 10 |
\makeindex |
11 |
||
| 9658 | 12 |
\newcommand{\isastyle}{\small\tt\slshape}
|
13 |
\newcommand{\isa}[1]{\emph{\isastyle #1}}
|
|
| 10208 | 14 |
\newcommand{\isamath}[1]{\emph{$#1$}}
|
15 |
\newcommand{\isasymColon}{\isamath{\mathrel{::}}}
|
|
16 |
\newcommand{\isasymRightarrow}{\isamath{\Rightarrow}}
|
|
| 10639 | 17 |
\newcommand{\isasymleftharpoondown}{\isamath{\leftharpoondown}}
|
18 |
\newcommand{\isasymrightharpoonup}{\isamath{\rightharpoonup}}
|
|
19 |
\newcommand{\isasymrightleftharpoons}{\isamath{\rightleftharpoons}}
|
|
| 10685 | 20 |
\newcommand{\isasymequiv}{\isamath{\equiv}}
|
|
11100
34d58b1818f4
\<subseteq> syntax for classes/classrel/axclass/instance;
wenzelm
parents:
10858
diff
changeset
|
21 |
\newcommand{\isasymsubseteq}{\isamath{\subseteq}}
|
| 9204 | 22 |
|
23 |
\railterm{percent,ppercent,underscore,lbrace,rbrace,atsign}
|
|
| 7167 | 24 |
\railterm{ident,longident,symident,var,textvar,typefree,typevar,nat,string,verbatim,keyword}
|
| 8596 | 25 |
\railterm{name,nameref,text,type,term,prop,atom}
|
| 7134 | 26 |
|
| 8594 | 27 |
\railalias{ident}{\railtoken{ident}}
|
28 |
\railalias{longident}{\railtoken{longident}}
|
|
29 |
\railalias{symident}{\railtoken{symident}}
|
|
30 |
\railalias{var}{\railtoken{var}}
|
|
31 |
\railalias{textvar}{\railtoken{textvar}}
|
|
32 |
\railalias{typefree}{\railtoken{typefree}}
|
|
33 |
\railalias{typevar}{\railtoken{typevar}}
|
|
34 |
\railalias{nat}{\railtoken{nat}}
|
|
35 |
\railalias{string}{\railtoken{string}}
|
|
36 |
\railalias{verbatim}{\railtoken{verbatim}}
|
|
37 |
\railalias{keyword}{\railtoken{keyword}}
|
|
38 |
||
| 7134 | 39 |
\railalias{name}{\railqtoken{name}}
|
40 |
\railalias{nameref}{\railqtoken{nameref}}
|
|
41 |
\railalias{text}{\railqtoken{text}}
|
|
42 |
\railalias{type}{\railqtoken{type}}
|
|
43 |
\railalias{term}{\railqtoken{term}}
|
|
44 |
\railalias{prop}{\railqtoken{prop}}
|
|
45 |
\railalias{atom}{\railqtoken{atom}}
|
|
46 |
||
| 7895 | 47 |
\newcommand{\drv}{\mathrel{\vdash}}
|
48 |
\newcommand{\edrv}{\mathop{\drv}\nolimits}
|
|
| 7974 | 49 |
\newcommand{\Or}{\mathrel{\;|\;}}
|
| 7895 | 50 |
|
| 10858 | 51 |
\renewcommand{\vec}[1]{\overline{#1}}
|
| 7046 | 52 |
|
53 |
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
|
|
54 |
||
55 |
\pagestyle{headings}
|
|
56 |
\sloppy |
|
57 |
\binperiod %%%treat . like a binary operator |
|
58 |
||
| 7134 | 59 |
\renewcommand{\phi}{\varphi}
|
| 7046 | 60 |
|
| 10240 | 61 |
%\includeonly{}
|
| 7895 | 62 |
|
| 7046 | 63 |
|
64 |
\begin{document}
|
|
65 |
||
66 |
\underscoreoff |
|
67 |
||
68 |
\maketitle |
|
69 |
||
70 |
\pagenumbering{roman} \tableofcontents \clearfirst
|
|
71 |
||
72 |
%FIXME |
|
| 9600 | 73 |
\nocite{Aspinall:2000:eProof}
|
74 |
\nocite{Bauer-Wenzel:2000:HB}
|
|
75 |
\nocite{Harrison:1996:MizarHOL}
|
|
76 |
\nocite{Muzalewski:Mizar}
|
|
| 7046 | 77 |
\nocite{Rudnicki:1992:MizarOverview}
|
78 |
\nocite{Rudnicki:1992:MizarOverview}
|
|
79 |
\nocite{Syme:1997:DECLARE}
|
|
80 |
\nocite{Syme:1998:thesis}
|
|
81 |
\nocite{Syme:1999:TPHOL}
|
|
| 9600 | 82 |
\nocite{Trybulec:1993:MizarFeatures}
|
83 |
\nocite{Wiedijk:1999:Mizar}
|
|
84 |
\nocite{Wiedijk:2000:MV}
|
|
| 7988 | 85 |
\nocite{Zammit:1999:TPHOL}
|
| 7046 | 86 |
|
87 |
\include{intro}
|
|
88 |
\include{basics}
|
|
89 |
\include{syntax}
|
|
90 |
\include{pure}
|
|
| 7135 | 91 |
\include{generic}
|
| 12621 | 92 |
\include{logics}
|
| 7046 | 93 |
|
| 7895 | 94 |
\appendix |
95 |
\include{refcard}
|
|
| 9600 | 96 |
\include{conversion}
|
| 7895 | 97 |
|
| 7046 | 98 |
\begingroup |
99 |
\bibliographystyle{plain} \small\raggedright\frenchspacing
|
|
100 |
\bibliography{../manual}
|
|
101 |
\endgroup |
|
102 |
||
| 8828 | 103 |
\printindex |
| 7046 | 104 |
|
105 |
\end{document}
|