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