src/Doc/Sugar/document/root.tex
author haftmann
Sat, 05 Apr 2014 11:37:00 +0200
changeset 56420 b266e7a86485
parent 49003 src/Doc/LaTeXsugar/document/root.tex@09a9761cf5ae
child 63414 beb987127d0f
permissions -rw-r--r--
closer correspondence of document and session names, while maintaining document names for external reference

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

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