| author | wenzelm |
| Mon, 05 Sep 2016 23:11:00 +0200 | |
| changeset 63806 | c54a53ef1873 |
| parent 63627 | 6ddb43c6b711 |
| child 67143 | db609ac2c307 |
| permissions | -rw-r--r-- |
| 36334 | 1 |
\documentclass[11pt,a4paper]{article}
|
|
63497
ef794d2e3754
HOL-Multivariate_Analysis: add amssymb to document generation; reintroduce \nexists (cf d51a0a772094)
hoelzl
parents:
61977
diff
changeset
|
2 |
\usepackage{graphicx}
|
|
ef794d2e3754
HOL-Multivariate_Analysis: add amssymb to document generation; reintroduce \nexists (cf d51a0a772094)
hoelzl
parents:
61977
diff
changeset
|
3 |
\usepackage{isabelle}
|
|
ef794d2e3754
HOL-Multivariate_Analysis: add amssymb to document generation; reintroduce \nexists (cf d51a0a772094)
hoelzl
parents:
61977
diff
changeset
|
4 |
\usepackage{isabellesym}
|
|
ef794d2e3754
HOL-Multivariate_Analysis: add amssymb to document generation; reintroduce \nexists (cf d51a0a772094)
hoelzl
parents:
61977
diff
changeset
|
5 |
\usepackage{latexsym}
|
|
ef794d2e3754
HOL-Multivariate_Analysis: add amssymb to document generation; reintroduce \nexists (cf d51a0a772094)
hoelzl
parents:
61977
diff
changeset
|
6 |
\usepackage{textcomp}
|
| 61977 | 7 |
\usepackage{amsmath}
|
|
63497
ef794d2e3754
HOL-Multivariate_Analysis: add amssymb to document generation; reintroduce \nexists (cf d51a0a772094)
hoelzl
parents:
61977
diff
changeset
|
8 |
\usepackage{amssymb}
|
| 36334 | 9 |
\usepackage[only,bigsqcap]{stmaryrd}
|
10 |
\usepackage{pdfsetup}
|
|
11 |
||
12 |
\urlstyle{rm}
|
|
13 |
\isabellestyle{it}
|
|
14 |
\pagestyle{myheadings}
|
|
15 |
||
16 |
\begin{document}
|
|
17 |
||
18 |
\title{Multivariate Analysis}
|
|
19 |
\maketitle |
|
20 |
||
21 |
\tableofcontents |
|
22 |
||
23 |
\begin{center}
|
|
| 44359 | 24 |
\includegraphics[width=\linewidth]{session_graph}
|
| 36334 | 25 |
\end{center}
|
26 |
||
| 44359 | 27 |
\newpage |
28 |
||
| 58877 | 29 |
\renewcommand{\setisabellecontext}[1]{\markright{THEORY~``#1''}}
|
| 36334 | 30 |
|
31 |
\parindent 0pt\parskip 0.5ex |
|
32 |
\input{session}
|
|
33 |
||
34 |
\end{document}
|