src/Tools/isac/Doc/Lucas_Interpreter/document/root.tex
author Walther Neuper <walther.neuper@jku.at>
Sun, 04 Apr 2021 13:31:04 +0200
changeset 60183 0959e61a3f3f
parent 59827 168abe8dd1e3
child 60787 26037efefd61
permissions -rw-r--r--
new session for Doc/Specify_Phase, incomplete
walther@59827
     1
% into "root.tex" as created by "isabelle mkdir"
walther@60183
     2
%  code from "llncs/samplepaper.tex" is inserted -- llncs NOT COMPATIBLE WITH package isabelle
walther@59827
     3
walther@59827
     4
\documentclass{article}
walther@59827
     5
\usepackage{isabelle,isabellesym}
walther@59827
     6
\usepackage{graphicx}
walther@59827
     7
%\usepackage{hyperref}  %\url{...}  don't use together with isabelle,isabellesym
walther@59827
     8
%\usepackage{breakurl}  %\url{...}  don't use together with isabelle,isabellesym
walther@59827
     9
%\renewcommand\UrlFont{\color{blue}\rmfamily} % ..recommended by llncs/samplepaper.tex
walther@59827
    10
%                                   but isabelle says ***   \UrlFont undefined.
walther@59827
    11
walther@59827
    12
% further packages required for unusual symbols (see also
walther@59827
    13
% isabellesym.sty), use only when needed
walther@59827
    14
walther@59827
    15
%\usepackage{amssymb}
walther@59827
    16
  %for \<leadsto>, \<box>, \<diamond>, \<sqsupset>, \<mho>, \<Join>,
walther@59827
    17
  %\<lhd>, \<lesssim>, \<greatersim>, \<lessapprox>, \<greaterapprox>,
walther@59827
    18
  %\<triangleq>, \<yen>, \<lozenge>
walther@59827
    19
walther@59827
    20
%\usepackage{eurosym}
walther@59827
    21
  %for \<euro>
walther@59827
    22
walther@59827
    23
%\usepackage[only,bigsqcap]{stmaryrd}
walther@59827
    24
  %for \<Sqinter>
walther@59827
    25
walther@59827
    26
%\usepackage{eufrak}
walther@59827
    27
  %for \<AA> ... \<ZZ>, \<aa> ... \<zz> (also included in amssymb)
walther@59827
    28
walther@59827
    29
%\usepackage{textcomp}
walther@59827
    30
  %for \<onequarter>, \<onehalf>, \<threequarters>, \<degree>, \<cent>,
walther@59827
    31
  %\<currency>
walther@59827
    32
walther@59827
    33
% this should be the last package used
walther@59827
    34
\usepackage{pdfsetup}
walther@59827
    35
walther@59827
    36
% urls in roman style, theory text in math-similar italics
walther@59827
    37
\urlstyle{rm}
walther@59827
    38
\isabellestyle{tt}  %better readable than {it}
walther@59827
    39
walther@59827
    40
% for uniform font size
walther@59827
    41
%\renewcommand{\isastyle}{\isastyleminor}
walther@59827
    42
walther@59827
    43
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
walther@59827
    44
\def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
walther@59827
    45
\def\LI{$\cal{LI}$}
walther@59827
    46
walther@59827
    47
\begin{document}
walther@59827
    48
walther@59827
    49
\title{Introduction to Lucas-Interpretation}
walther@59827
    50
\author{Walther Neuper}
walther@59827
    51
%\institute{Johannes Kepler University, Linz, Austria}
walther@59827
    52
\maketitle
walther@59827
    53
\vspace{2cm}
walther@59827
    54
\tableofcontents
walther@59827
    55
\newpage
walther@59827
    56
walther@59827
    57
% sane default for proof documents
walther@59827
    58
\parindent 0pt\parskip 0.5ex
walther@59827
    59
walther@59827
    60
% generated text of all theories
walther@59827
    61
\input{Lucas_Interpreter.tex}  %*.tex created by isabelle build
walther@59827
    62
walther@59827
    63
% optional bibliography
walther@59827
    64
\bibliographystyle{plain}
walther@59827
    65
% \bibliographystyle{splncs04}
walther@59827
    66
% splncs04 CAUSES ERROR
walther@59827
    67
% SEE ~/material/templates/llncs/README
walther@59827
    68
\bibliography{root}
walther@59827
    69
walther@59827
    70
\end{document}
walther@59827
    71
walther@59827
    72
%%% Local Variables:
walther@59827
    73
%%% mode: latex
walther@59827
    74
%%% TeX-master: t
walther@59827
    75
%%% End: