src/Doc/Main/document/root.tex
author wenzelm
Wed, 22 Apr 2020 19:22:43 +0200
changeset 71787 acfe72ff00c2
parent 68364 5c579bb9adb1
child 72319 76bb6dd505c0
permissions -rw-r--r--
merged

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

%shortens document but can cause odd page breaks
%\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}