src/Doc/Main/document/root.tex
author wenzelm
Sat, 23 May 2015 22:13:24 +0200
changeset 60185 cc71f01f9fde
parent 57940 ca3be9612d85
child 68364 5c579bb9adb1
permissions -rw-r--r--
prefer lmodern, which produces scalable T1 fonts even with Debian-ized TeXLive;

\documentclass[12pt,a4paper]{article}
\usepackage{lmodern}
\usepackage[T1]{fontenc}

\oddsidemargin=4.6mm
\evensidemargin=4.6mm
\textwidth=150mm
\topmargin=4.6mm
\headheight=0mm
\headsep=0mm
\textheight=234mm

\usepackage{isabelle,isabellesym}
\usepackage{amssymb}
\usepackage[only,bigsqcap]{stmaryrd}

% this should be the last package used
\usepackage{pdfsetup}

% urls in roman style, theory text in math-similar italics, with literal underscore
\urlstyle{rm}
\isabellestyle{literal}

% for uniform font size
\renewcommand{\isastyle}{\isastyleminor}

\parindent 0pt\parskip 0.5ex

\usepackage{supertabular}

\begin{document}

\title{What's in Main}
\author{Tobias Nipkow}
\date{\today}
\maketitle

\input{Main_Doc.tex}

\end{document}