doc-src/Main/main.tex
author wenzelm
Fri, 26 Nov 2010 23:51:34 +0100
changeset 40729 ebb0c9657b03
parent 30457 28b487cd9e15
child 42511 bf89455ccf9d
permissions -rw-r--r--
eliminated some generated comments;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30440
nipkow
parents: 30401
diff changeset
     1
\documentclass[12pt,a4paper]{article}
nipkow
parents: 30401
diff changeset
     2
nipkow
parents: 30401
diff changeset
     3
\oddsidemargin=4.6mm
nipkow
parents: 30401
diff changeset
     4
\evensidemargin=4.6mm
nipkow
parents: 30401
diff changeset
     5
\textwidth=150mm
nipkow
parents: 30401
diff changeset
     6
\topmargin=4.6mm
nipkow
parents: 30401
diff changeset
     7
\headheight=0mm
nipkow
parents: 30401
diff changeset
     8
\headsep=0mm
nipkow
parents: 30401
diff changeset
     9
\textheight=234mm
nipkow
parents: 30401
diff changeset
    10
30457
28b487cd9e15 basic setup for "main" as generated Isabelle manual;
wenzelm
parents: 30442
diff changeset
    11
\usepackage{../isabelle,../isabellesym}
30401
nipkow
parents: 30293
diff changeset
    12
\usepackage{amssymb}
nipkow
parents: 30293
diff changeset
    13
\usepackage[only,bigsqcap]{stmaryrd}
30293
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    14
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    15
% this should be the last package used
30457
28b487cd9e15 basic setup for "main" as generated Isabelle manual;
wenzelm
parents: 30442
diff changeset
    16
\usepackage{../pdfsetup}
30293
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    17
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    18
% urls in roman style, theory text in math-similar italics
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    19
\urlstyle{rm}
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    20
\isabellestyle{it}
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    21
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    22
% for uniform font size
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    23
\renewcommand{\isastyle}{\isastyleminor}
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    24
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    25
\parindent 0pt\parskip 0.5ex
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    26
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    27
\usepackage{supertabular}
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    28
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    29
\begin{document}
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    30
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    31
\title{What's in Main}
30401
nipkow
parents: 30293
diff changeset
    32
\author{Tobias Nipkow}
30442
1bc0638d554d Added "What's in Main" to doc sources
nipkow
parents: 30440
diff changeset
    33
\date{\today}
30293
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    34
\maketitle
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    35
30457
28b487cd9e15 basic setup for "main" as generated Isabelle manual;
wenzelm
parents: 30442
diff changeset
    36
\input{Docs/document/Main_Doc.tex}
30293
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    37
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    38
% optional bibliography
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    39
%\bibliographystyle{abbrv}
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    40
%\bibliography{root}
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    41
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    42
\end{document}