src/Tools/isac/Doc/Specify_Phase/document/root.tex
author wneuper <Walther.Neuper@jku.at>
Mon, 01 Jan 2024 11:31:16 +0100
changeset 60789 8fa678b678e8
parent 60787 26037efefd61
permissions -rw-r--r--
Doc/Specify_Phase 4: start use antiquotations from isar-ref
     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 %WN231231 where did these 3 come from ?
    18 %\def\see{$\rightarrow$}
    19 %\newtheorem{UR}{UR}[section]
    20 %\newtheorem{Expl}{Expl}[section]
    21 \def\UR{\textbf{UR.}}
    22 
    23 \begin{document}
    24 
    25 \title{The Specify Phase in \isac's Calculations}
    26 \author{Walther Neuper}
    27 %\institute{Johannes Kepler University, Linz, Austria}
    28 \maketitle
    29 \vspace{2cm}
    30 \tableofcontents
    31 \newpage
    32 
    33 % sane default for proof documents
    34 \parindent 0pt\parskip 0.5ex
    35 
    36 \nocite{*}  %FIXME satisfy bibtex without actual text + citations
    37 
    38 % generated text of all theories
    39 \input{Specify_Phase.tex}  %*.tex created by isabelle build
    40 
    41 % optional bibliography
    42 \bibliographystyle{plain}
    43 % \bibliographystyle{splncs04}
    44 % .. causes ERROR, SEE isabisac/src/Doc/Demo_EPTCS
    45 \bibliography{root}
    46 
    47 \end{document}
    48 
    49 %%% Local Variables:
    50 %%% mode: latex
    51 %%% TeX-master: t
    52 %%% End: