src/Tools/isac/Doc/Specify_Phase/document/root.tex
author Walther Neuper <walther.neuper@jku.at>
Tue, 13 Apr 2021 13:20:05 +0200
changeset 60189 6b021e8cb8da
parent 60187 751b8a13c271
child 60190 df5045d244d1
permissions -rw-r--r--
trial with setup for session "Doc", unsuccessful
walther@60189
     1
\documentclass{report}
walther@60183
     2
\usepackage{isabelle,isabellesym}
walther@60183
     3
\usepackage{graphicx}
walther@60189
     4
\usepackage{paralist}  % compactitem
walther@60183
     5
% this should be the last package used
walther@60183
     6
\usepackage{pdfsetup}
walther@60183
     7
walther@60183
     8
% urls in roman style, theory text in math-similar italics
walther@60183
     9
\urlstyle{rm}
walther@60183
    10
\isabellestyle{tt}  %better readable than {it}
walther@60183
    11
walther@60183
    12
% for uniform font size
walther@60183
    13
%\renewcommand{\isastyle}{\isastyleminor}
walther@60183
    14
walther@60183
    15
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
walther@60183
    16
\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
walther@60189
    17
\def\see{$\rightarrow$}
walther@60189
    18
\newtheorem{UR}{UR}[section]
walther@60189
    19
\newtheorem{Expl}{Expl}[section]
walther@60183
    20
walther@60183
    21
\begin{document}
walther@60183
    22
walther@60183
    23
\title{The Specify Phase in \isac's Calculations}
walther@60183
    24
\author{Walther Neuper}
walther@60183
    25
%\institute{Johannes Kepler University, Linz, Austria}
walther@60183
    26
\maketitle
walther@60183
    27
\vspace{2cm}
walther@60183
    28
\tableofcontents
walther@60183
    29
\newpage
walther@60183
    30
walther@60183
    31
% sane default for proof documents
walther@60183
    32
\parindent 0pt\parskip 0.5ex
walther@60183
    33
walther@60183
    34
% generated text of all theories
walther@60189
    35
\input{user-requirements.tex}
walther@60183
    36
\input{Specify_Phase.tex}  %*.tex created by isabelle build
walther@60183
    37
walther@60183
    38
% optional bibliography
walther@60183
    39
\bibliographystyle{plain}
walther@60183
    40
% \bibliographystyle{splncs04}
walther@60183
    41
% splncs04 CAUSES ERROR
walther@60183
    42
% SEE ~/material/templates/llncs/README
walther@60183
    43
\bibliography{root}
walther@60183
    44
walther@60183
    45
\end{document}
walther@60183
    46
walther@60183
    47
%%% Local Variables:
walther@60183
    48
%%% mode: latex
walther@60183
    49
%%% TeX-master: t
walther@60183
    50
%%% End: