| author | Lars Hupel <lars.hupel@mytum.de> | 
| Thu, 27 Feb 2014 11:41:32 +0100 | |
| changeset 55771 | a421f1ccfc9f | 
| parent 46988 | 9f492f5b0cec | 
| child 73404 | 299f6a8faccc | 
| permissions | -rw-r--r-- | 
| 14662 | 1 | \documentclass[11pt,a4paper]{article}
 | 
| 2 | \usepackage{isabelle,isabellesym}
 | |
| 3 | ||
| 4 | % this should be the last package used | |
| 5 | \usepackage{pdfsetup}
 | |
| 6 | ||
| 7 | % urls in roman style, theory text in math-similar italics | |
| 8 | \urlstyle{rm}
 | |
| 9 | \isabellestyle{it}
 | |
| 10 | ||
| 11 | \newcommand{\ganz}{\mathsf{Z}\mkern-7.5mu\mathsf{Z}}
 | |
| 12 | ||
| 13 | \begin{document}
 | |
| 14 | ||
| 15 | \title{Matrix}
 | |
| 16 | \author{Steven Obua}
 | |
| 17 | \maketitle | |
| 18 | ||
| 19 | %\tableofcontents | |
| 20 | ||
| 21 | \parindent 0pt\parskip 0.5ex | |
| 22 | ||
| 23 | \input{session}
 | |
| 24 | ||
| 25 | \end{document}
 |