doc-src/LaTeXsugar/Sugar/document/root.tex
author wenzelm
Sun, 01 May 2011 16:36:34 +0200
changeset 42511 bf89455ccf9d
parent 40729 ebb0c9657b03
permissions -rw-r--r--
eliminated copies of isabelle style files;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15337
nipkow
parents:
diff changeset
     1
\documentclass[11pt,a4paper]{article}
42511
bf89455ccf9d eliminated copies of isabelle style files;
wenzelm
parents: 40729
diff changeset
     2
\usepackage{../../../../lib/texinputs/isabelle,../../../../lib/texinputs/isabellesym}
15337
nipkow
parents:
diff changeset
     3
nipkow
parents:
diff changeset
     4
% further packages required for unusual symbols (see also isabellesym.sty)
nipkow
parents:
diff changeset
     5
% use only when needed
40729
ebb0c9657b03 eliminated some generated comments;
wenzelm
parents: 33323
diff changeset
     6
\usepackage{amssymb}
15337
nipkow
parents:
diff changeset
     7
nipkow
parents:
diff changeset
     8
\usepackage{mathpartir}
nipkow
parents:
diff changeset
     9
nipkow
parents:
diff changeset
    10
% this should be the last package used
26911
871cc7f11034 use Isabelle sty files from Doc/;
wenzelm
parents: 16154
diff changeset
    11
\usepackage{../../../pdfsetup}
15337
nipkow
parents:
diff changeset
    12
nipkow
parents:
diff changeset
    13
% urls in roman style, theory text in math-similar italics
nipkow
parents:
diff changeset
    14
\urlstyle{rm}
nipkow
parents:
diff changeset
    15
\isabellestyle{it}
nipkow
parents:
diff changeset
    16
15342
13bd3d12ec2f *** empty log message ***
nipkow
parents: 15337
diff changeset
    17
\hyphenation{Isa-belle}
15337
nipkow
parents:
diff changeset
    18
\begin{document}
nipkow
parents:
diff changeset
    19
33323
1932908057c7 small fixes
nipkow
parents: 26911
diff changeset
    20
\title{\LaTeX\ Sugar for Isabelle Documents}
15953
902b556e4bc0 fixed a few things and added Haftmann as author
nipkow
parents: 15689
diff changeset
    21
\author{Florian Haftmann, Gerwin Klein, Tobias Nipkow, Norbert Schirmer}
15337
nipkow
parents:
diff changeset
    22
\maketitle
nipkow
parents:
diff changeset
    23
nipkow
parents:
diff changeset
    24
\begin{abstract}
15689
621bd0d8048f section on qmark
nipkow
parents: 15493
diff changeset
    25
This document shows how to typset mathematics in Isabelle-based
15337
nipkow
parents:
diff changeset
    26
documents in a style close to that in ordinary computer science papers.
nipkow
parents:
diff changeset
    27
\end{abstract}
nipkow
parents:
diff changeset
    28
16075
8852058ecf8d added ? explanations
nipkow
parents: 15953
diff changeset
    29
%\tableofcontents
15337
nipkow
parents:
diff changeset
    30
nipkow
parents:
diff changeset
    31
% generated text of all theories
15342
13bd3d12ec2f *** empty log message ***
nipkow
parents: 15337
diff changeset
    32
\input{Sugar.tex}
15337
nipkow
parents:
diff changeset
    33
nipkow
parents:
diff changeset
    34
% optional bibliography
15342
13bd3d12ec2f *** empty log message ***
nipkow
parents: 15337
diff changeset
    35
\bibliographystyle{abbrv}
13bd3d12ec2f *** empty log message ***
nipkow
parents: 15337
diff changeset
    36
\bibliography{root}
15337
nipkow
parents:
diff changeset
    37
nipkow
parents:
diff changeset
    38
\end{document}
nipkow
parents:
diff changeset
    39
nipkow
parents:
diff changeset
    40
%%% Local Variables:
nipkow
parents:
diff changeset
    41
%%% mode: latex
nipkow
parents:
diff changeset
    42
%%% TeX-master: t
nipkow
parents:
diff changeset
    43
%%% End: