src/HOL/Matrix_LP/document/root.tex
author haftmann
Thu, 19 Jun 2025 17:15:40 +0200
changeset 82734 89347c0cc6a3
parent 73463 552a9dd5b4a2
permissions -rw-r--r--
treat map_filter similar to list_all, list_ex, list_ex1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14662
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     1
\documentclass[11pt,a4paper]{article}
73404
299f6a8faccc proper type-setting of cartouches (requires T1);
wenzelm
parents: 46988
diff changeset
     2
\usepackage[T1]{fontenc}
14662
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     3
\usepackage{isabelle,isabellesym}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     4
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     5
% this should be the last package used
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     6
\usepackage{pdfsetup}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     7
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     8
% urls in roman style, theory text in math-similar italics
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
     9
\urlstyle{rm}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    10
\isabellestyle{it}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    11
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    12
\begin{document}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    13
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    14
\title{Matrix}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    15
\author{Steven Obua}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    16
\maketitle
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    17
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    18
%\tableofcontents
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    19
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    20
\parindent 0pt\parskip 0.5ex
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    21
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    22
\input{session}
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    23
d2c6a0f030ab proper document setup;
wenzelm
parents:
diff changeset
    24
\end{document}