doc-src/LaTeXsugar/Sugar/document/root.tex
author bulwahn
Tue, 08 May 2012 14:31:03 +0200
changeset 47893 4cf901b1089a
parent 42511 bf89455ccf9d
permissions -rw-r--r--
specialised fact in the Record theory should not be appear in proofs discovered by sledgehammer

\documentclass[11pt,a4paper]{article}
\usepackage{../../../../lib/texinputs/isabelle,../../../../lib/texinputs/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: