src/Doc/Main/document/root.tex
author wenzelm
Mon, 11 Sep 2023 19:30:48 +0200
changeset 78659 b5f3d1051b13
parent 72319 76bb6dd505c0
permissions -rw-r--r--
tuned;

\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}