src/HOL/Matrix/document/root.tex
author blanchet
Mon, 19 Apr 2010 18:14:45 +0200
changeset 36230 43d10a494c91
parent 14662 d2c6a0f030ab
child 36862 952b2b102a0a
permissions -rw-r--r--
added warning about inconsistent context to Metis; it makes more sense here than in Sledgehammer, because Sledgehammer is unsound and there's no point in having people panicking about the consistency of their context when their context is in fact consistent
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14662
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     1
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     2
% $Id$
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     3
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     4
\documentclass[11pt,a4paper]{article}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     5
\usepackage{isabelle,isabellesym}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     6
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     7
% this should be the last package used
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     8
\usepackage{pdfsetup}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     9
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    10
% urls in roman style, theory text in math-similar italics
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    11
\urlstyle{rm}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    12
\isabellestyle{it}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    13
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    14
\newcommand{\ganz}{\mathsf{Z}\mkern-7.5mu\mathsf{Z}}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    15
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    16
\begin{document}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    17
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    18
\title{Matrix}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    19
\author{Steven Obua}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    20
\maketitle
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    21
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    22
%\tableofcontents
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    23
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    24
\parindent 0pt\parskip 0.5ex
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    25
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    26
\input{session}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    27
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    28
\end{document}