src/Doc/LaTeXsugar/document/root.tex
author wenzelm
Tue, 28 Aug 2012 18:57:32 +0200
changeset 48985 5386df44a037
parent 48949 doc-src/LaTeXsugar/document/root.tex@a773af3e37d6
child 49003 09a9761cf5ae
permissions -rw-r--r--
renamed doc-src to src/Doc; renamed TutorialI to Tutorial;

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

% further packages required for unusual symbols (see also isabellesym.sty)
% use only when needed
\usepackage{amssymb}

\usepackage{mathpartir}

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

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

\hyphenation{Isa-belle}
\begin{document}

\title{\LaTeX\ Sugar for Isabelle Documents}
\author{Florian Haftmann, Gerwin Klein, Tobias Nipkow, Norbert Schirmer}
\maketitle

\begin{abstract}
This document shows how to typset mathematics in Isabelle-based
documents in a style close to that in ordinary computer science papers.
\end{abstract}

%\tableofcontents

% generated text of all theories
\input{Sugar.tex}

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

\end{document}

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