src/HOL/Matrix_LP/document/root.tex
author immler
Sun, 27 Oct 2019 21:51:14 -0400
changeset 71035 6fe5a0e1fa8e
parent 46988 9f492f5b0cec
child 73404 299f6a8faccc
permissions -rw-r--r--
moved theory Interval from the AFP
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14662
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     1
\documentclass[11pt,a4paper]{article}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     2
\usepackage{isabelle,isabellesym}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     3
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     4
% this should be the last package used
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     5
\usepackage{pdfsetup}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     6
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     7
% urls in roman style, theory text in math-similar italics
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     8
\urlstyle{rm}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     9
\isabellestyle{it}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    10
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    11
\newcommand{\ganz}{\mathsf{Z}\mkern-7.5mu\mathsf{Z}}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    12
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    13
\begin{document}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    14
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    15
\title{Matrix}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    16
\author{Steven Obua}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    17
\maketitle
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    18
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    19
%\tableofcontents
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    20
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    21
\parindent 0pt\parskip 0.5ex
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    22
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    23
\input{session}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    24
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    25
\end{document}