src/ZF/document/root.tex
author immler@in.tum.de
Sat, 14 Mar 2009 16:50:25 +0100
changeset 30537 0dd8dfe424cf
parent 28297 107ba67497a1
child 40944 fa22ae64ed85
permissions -rw-r--r--
use goal instead of Proof State
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13303
60301202f91b for ZF document
paulson
parents:
diff changeset
     1
60301202f91b for ZF document
paulson
parents:
diff changeset
     2
\documentclass[11pt,a4paper]{article}
28297
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
     3
\usepackage{graphicx,isabelle,isabellesym}
13303
60301202f91b for ZF document
paulson
parents:
diff changeset
     4
60301202f91b for ZF document
paulson
parents:
diff changeset
     5
% further packages required for unusual symbols (see also isabellesym.sty)
60301202f91b for ZF document
paulson
parents:
diff changeset
     6
%\usepackage{latexsym}
60301202f91b for ZF document
paulson
parents:
diff changeset
     7
\usepackage{amssymb}
60301202f91b for ZF document
paulson
parents:
diff changeset
     8
%\usepackage[english]{babel}
60301202f91b for ZF document
paulson
parents:
diff changeset
     9
%\usepackage[latin1]{inputenc}
60301202f91b for ZF document
paulson
parents:
diff changeset
    10
%\usepackage[only,bigsqcap]{stmaryrd}
60301202f91b for ZF document
paulson
parents:
diff changeset
    11
%\usepackage{wasysym}
60301202f91b for ZF document
paulson
parents:
diff changeset
    12
%\usepackage{eufrak}
60301202f91b for ZF document
paulson
parents:
diff changeset
    13
%\usepackage{textcomp}
60301202f91b for ZF document
paulson
parents:
diff changeset
    14
%\usepackage{marvosym}
60301202f91b for ZF document
paulson
parents:
diff changeset
    15
60301202f91b for ZF document
paulson
parents:
diff changeset
    16
% this should be the last package used
60301202f91b for ZF document
paulson
parents:
diff changeset
    17
\usepackage{pdfsetup}
60301202f91b for ZF document
paulson
parents:
diff changeset
    18
60301202f91b for ZF document
paulson
parents:
diff changeset
    19
% proper setup for best-style documents
60301202f91b for ZF document
paulson
parents:
diff changeset
    20
\urlstyle{rm}
60301202f91b for ZF document
paulson
parents:
diff changeset
    21
\isabellestyle{it}
60301202f91b for ZF document
paulson
parents:
diff changeset
    22
60301202f91b for ZF document
paulson
parents:
diff changeset
    23
60301202f91b for ZF document
paulson
parents:
diff changeset
    24
\begin{document}
60301202f91b for ZF document
paulson
parents:
diff changeset
    25
60301202f91b for ZF document
paulson
parents:
diff changeset
    26
\title{ZF}
60301202f91b for ZF document
paulson
parents:
diff changeset
    27
\author{Lawrence C Paulson and others}
60301202f91b for ZF document
paulson
parents:
diff changeset
    28
\maketitle
60301202f91b for ZF document
paulson
parents:
diff changeset
    29
60301202f91b for ZF document
paulson
parents:
diff changeset
    30
\tableofcontents
60301202f91b for ZF document
paulson
parents:
diff changeset
    31
28297
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    32
\begin{center}
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    33
  \includegraphics[width=\textwidth,height=\textheight,keepaspectratio]{session_graph}
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    34
\end{center}
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    35
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    36
\newpage
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    37
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    38
\renewcommand{\isamarkupheader}[1]%
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    39
{\section{\isabellecontext: #1}\markright{THEORY~``\isabellecontext''}}
107ba67497a1 add theory graph to ZF document
huffman
parents: 13303
diff changeset
    40
13303
60301202f91b for ZF document
paulson
parents:
diff changeset
    41
\parindent 0pt\parskip 0.5ex
60301202f91b for ZF document
paulson
parents:
diff changeset
    42
60301202f91b for ZF document
paulson
parents:
diff changeset
    43
% include generated text of all theories
60301202f91b for ZF document
paulson
parents:
diff changeset
    44
\input{session}
60301202f91b for ZF document
paulson
parents:
diff changeset
    45
60301202f91b for ZF document
paulson
parents:
diff changeset
    46
%\bibliographystyle{abbrv}
60301202f91b for ZF document
paulson
parents:
diff changeset
    47
%\bibliography{root}
60301202f91b for ZF document
paulson
parents:
diff changeset
    48
60301202f91b for ZF document
paulson
parents:
diff changeset
    49
\end{document}