| author | paulson <lp15@cam.ac.uk> |
| Mon, 27 Feb 2023 17:09:59 +0000 | |
| changeset 77406 | c2013f617a70 |
| parent 73463 | 552a9dd5b4a2 |
| permissions | -rw-r--r-- |
| 14662 | 1 |
\documentclass[11pt,a4paper]{article}
|
| 73404 | 2 |
\usepackage[T1]{fontenc}
|
| 14662 | 3 |
\usepackage{isabelle,isabellesym}
|
4 |
||
5 |
% this should be the last package used |
|
6 |
\usepackage{pdfsetup}
|
|
7 |
||
8 |
% urls in roman style, theory text in math-similar italics |
|
9 |
\urlstyle{rm}
|
|
10 |
\isabellestyle{it}
|
|
11 |
||
12 |
\begin{document}
|
|
13 |
||
14 |
\title{Matrix}
|
|
15 |
\author{Steven Obua}
|
|
16 |
\maketitle |
|
17 |
||
18 |
%\tableofcontents |
|
19 |
||
20 |
\parindent 0pt\parskip 0.5ex |
|
21 |
||
22 |
\input{session}
|
|
23 |
||
24 |
\end{document}
|