src/HOL/Cardinals/document/root.tex
author wenzelm
Thu, 24 Jul 2014 10:22:34 +0200
changeset 57637 eeb2d50ec71f
parent 49310 6e30078de4f0
child 58715 cb8d2470623b
permissions -rw-r--r--
updated NEWS according to d38a98f496dd (see also bdc2c6b40bf2);

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