src/Doc/Main/document/root.tex
author wenzelm
Tue, 28 Aug 2012 18:57:32 +0200
changeset 48985 5386df44a037
parent 48944 doc-src/Main/document/root.tex@ac15a85e9282
child 57799 2e9d65505454
permissions -rw-r--r--
renamed doc-src to src/Doc; renamed TutorialI to Tutorial;
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
48944
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents: 42511
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
48944
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents: 42511
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
48944
ac15a85e9282 more standard document preparation within session context;
wenzelm
parents: 42511
diff changeset
    36
\input{Main_Doc.tex}
30293
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    37
cf57f2acb94c Added Docs
nipkow
parents:
diff changeset
    38
\end{document}