src/Tools/isac/Doc/Specify_Phase/document/root.tex
author wenzelm
Thu, 08 Apr 2021 13:09:44 +0200
changeset 60187 751b8a13c271
parent 60183 0959e61a3f3f
child 60189 6b021e8cb8da
permissions -rw-r--r--
proper setup for "Doc" sessions;
avoid overlap of split sessions with old "Doc" session;
walther@60183
     1
\documentclass{article}
walther@60183
     2
\usepackage{isabelle,isabellesym}
walther@60183
     3
\usepackage{graphicx}
walther@60183
     4
% this should be the last package used
walther@60183
     5
\usepackage{pdfsetup}
walther@60183
     6
walther@60183
     7
% urls in roman style, theory text in math-similar italics
walther@60183
     8
\urlstyle{rm}
walther@60183
     9
\isabellestyle{tt}  %better readable than {it}
walther@60183
    10
walther@60183
    11
% for uniform font size
walther@60183
    12
%\renewcommand{\isastyle}{\isastyleminor}
walther@60183
    13
walther@60183
    14
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
walther@60183
    15
\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
walther@60183
    16
walther@60183
    17
\begin{document}
walther@60183
    18
walther@60183
    19
\title{The Specify Phase in \isac's Calculations}
walther@60183
    20
\author{Walther Neuper}
walther@60183
    21
%\institute{Johannes Kepler University, Linz, Austria}
walther@60183
    22
\maketitle
walther@60183
    23
\vspace{2cm}
walther@60183
    24
\tableofcontents
walther@60183
    25
\newpage
walther@60183
    26
walther@60183
    27
% sane default for proof documents
walther@60183
    28
\parindent 0pt\parskip 0.5ex
walther@60183
    29
wenzelm@60187
    30
\nocite{*}  %FIXME satisfy bibtex without actual text + citations
wenzelm@60187
    31
%\input{user-requirements.tex}  %FIXME does not quite work yet
wenzelm@60187
    32
walther@60183
    33
% generated text of all theories
walther@60183
    34
\input{Specify_Phase.tex}  %*.tex created by isabelle build
walther@60183
    35
walther@60183
    36
% optional bibliography
walther@60183
    37
\bibliographystyle{plain}
walther@60183
    38
% \bibliographystyle{splncs04}
walther@60183
    39
% splncs04 CAUSES ERROR
walther@60183
    40
% SEE ~/material/templates/llncs/README
walther@60183
    41
\bibliography{root}
walther@60183
    42
walther@60183
    43
\end{document}
walther@60183
    44
walther@60183
    45
%%% Local Variables:
walther@60183
    46
%%% mode: latex
walther@60183
    47
%%% TeX-master: t
walther@60183
    48
%%% End: