src/HOL/Cardinals/document/root.tex
author wenzelm
Mon, 18 Aug 2014 12:17:31 +0200
changeset 57978 8f4a332500e4
parent 49310 6e30078de4f0
child 58715 cb8d2470623b
permissions -rw-r--r--
Added tag Isabelle2014-RC4 for changeset 113b43b84412

\documentclass[11pt,a4paper]{article}
\usepackage{isabelle,isabellesym}

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

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

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

\bibliographystyle{plain}
\begin{document}

\title{Ordinals and cardinals in HOL}
\author{Andrei Popescu \& Dmitriy Traytel}
\date{}
\maketitle

\tableofcontents

% sane default for proof documents
\parindent 0pt\parskip 0.5ex

\input{intro.tex}

\bibliography{root}

% generated text of all theories
\input{session}

% optional bibliography
%\bibliographystyle{abbrv}
%\bibliography{root}

\end{document}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: