doc-src/Main/main.tex
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 30457 28b487cd9e15
child 40980 ebb0c9657b03
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
nipkow@30434
     1
\documentclass[12pt,a4paper]{article}
nipkow@30434
     2
nipkow@30434
     3
\oddsidemargin=4.6mm
nipkow@30434
     4
\evensidemargin=4.6mm
nipkow@30434
     5
\textwidth=150mm
nipkow@30434
     6
\topmargin=4.6mm
nipkow@30434
     7
\headheight=0mm
nipkow@30434
     8
\headsep=0mm
nipkow@30434
     9
\textheight=234mm
nipkow@30434
    10
wenzelm@30457
    11
\usepackage{../isabelle,../isabellesym}
nipkow@30293
    12
nipkow@30293
    13
% further packages required for unusual symbols (see also
nipkow@30293
    14
% isabellesym.sty), use only when needed
nipkow@30293
    15
nipkow@30401
    16
\usepackage{amssymb}
nipkow@30293
    17
  %for \<leadsto>, \<box>, \<diamond>, \<sqsupset>, \<mho>, \<Join>,
nipkow@30293
    18
  %\<lhd>, \<lesssim>, \<greatersim>, \<lessapprox>, \<greaterapprox>,
nipkow@30293
    19
  %\<triangleq>, \<yen>, \<lozenge>
nipkow@30293
    20
nipkow@30293
    21
%\usepackage[greek,english]{babel}
nipkow@30293
    22
  %option greek for \<euro>
nipkow@30293
    23
  %option english (default language) for \<guillemotleft>, \<guillemotright>
nipkow@30293
    24
nipkow@30293
    25
%\usepackage[latin1]{inputenc}
nipkow@30293
    26
  %for \<onesuperior>, \<onequarter>, \<twosuperior>, \<onehalf>,
nipkow@30293
    27
  %\<threesuperior>, \<threequarters>, \<degree>
nipkow@30293
    28
nipkow@30401
    29
\usepackage[only,bigsqcap]{stmaryrd}
nipkow@30293
    30
  %for \<Sqinter>
nipkow@30293
    31
nipkow@30293
    32
%\usepackage{eufrak}
nipkow@30293
    33
  %for \<AA> ... \<ZZ>, \<aa> ... \<zz> (also included in amssymb)
nipkow@30293
    34
nipkow@30293
    35
%\usepackage{textcomp}
nipkow@30293
    36
  %for \<cent>, \<currency>
nipkow@30293
    37
nipkow@30293
    38
% this should be the last package used
wenzelm@30457
    39
\usepackage{../pdfsetup}
nipkow@30293
    40
nipkow@30293
    41
% urls in roman style, theory text in math-similar italics
nipkow@30293
    42
\urlstyle{rm}
nipkow@30293
    43
\isabellestyle{it}
nipkow@30293
    44
nipkow@30293
    45
% for uniform font size
nipkow@30293
    46
\renewcommand{\isastyle}{\isastyleminor}
nipkow@30293
    47
nipkow@30293
    48
\parindent 0pt\parskip 0.5ex
nipkow@30293
    49
nipkow@30293
    50
\usepackage{supertabular}
nipkow@30293
    51
nipkow@30293
    52
\begin{document}
nipkow@30293
    53
nipkow@30293
    54
\title{What's in Main}
nipkow@30401
    55
\author{Tobias Nipkow}
nipkow@30436
    56
\date{\today}
nipkow@30293
    57
\maketitle
nipkow@30293
    58
wenzelm@30457
    59
\input{Docs/document/Main_Doc.tex}
nipkow@30293
    60
nipkow@30293
    61
% optional bibliography
nipkow@30293
    62
%\bibliographystyle{abbrv}
nipkow@30293
    63
%\bibliography{root}
nipkow@30293
    64
nipkow@30293
    65
\end{document}