src/Doc/Main/document/root.tex
author wenzelm
Wed, 22 Sep 2021 20:18:28 +0200
changeset 74354 4f5e67b247e1
parent 72319 76bb6dd505c0
permissions -rw-r--r--
unused since 398b7bb9ebdd;

\documentclass[12pt,a4paper]{article}
\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}