doc/appendices.tex
author wneuper
Wed, 15 Jun 2005 18:31:02 +0200
branchjava_rename_format
changeset 3922 fcd5648113ca
parent 1 28defc523b35
child 2331 3226bd9cd377
permissions -rw-r--r--
java: isac.util.tactics .. end renamed, formatted, inst_var_, import cleaned
agriesma@1
     1
\documentclass[a4wide]{report}
agriesma@1
     2
\usepackage{epsfig}
agriesma@1
     3
\usepackage{latexsym}
agriesma@1
     4
%\bibliographystyle{alpha}
agriesma@1
     5
agriesma@1
     6
\newcommand {\kommentar}[1]{\marginpar{\begin{flushright}\tiny#1\end{flushright}}}
agriesma@1
     7
\newcommand {\frage}[1]{
agriesma@1
     8
  \marginpar{
agriesma@1
     9
    \begin{tabular}{p{5mm} p{2cm}}
agriesma@1
    10
        \begin{flushleft}
agriesma@1
    11
          {\large?} 
agriesma@1
    12
        \end{flushleft}
agriesma@1
    13
        &
agriesma@1
    14
        \begin{flushright}
agriesma@1
    15
          \tiny #1
agriesma@1
    16
        \end{flushright}  
agriesma@1
    17
        \\ 
agriesma@1
    18
      \end{tabular}
agriesma@1
    19
    }
agriesma@1
    20
agriesma@1
    21
  }
agriesma@1
    22
\newcommand {\bigquest}{\marginpar{\huge?}}
agriesma@1
    23
\newcommand {\cnumber}[1]{\put(8,4){\circle{11}}\put(5,1){#1}\hspace{5mm}}
agriesma@1
    24
agriesma@1
    25
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
agriesma@1
    26
\def\sisac{{\small${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
agriesma@1
    27
agriesma@1
    28
\title{\isac\\ Appendices to \\the Analysis and Design Documents}
agriesma@1
    29
\author{Andreas Griesmayer, Alan Krempler, Walther Neuper\\
agriesma@1
    30
{\tt\{agries,akremp,neuper\}@ist.tugraz.at}}
agriesma@1
    31
\date{$Revision$}
agriesma@1
    32
%\date{$Revision$}wn
agriesma@1
    33
agriesma@1
    34
\includeonly{appendices-content}
agriesma@1
    35
\begin{document}
agriesma@1
    36
\maketitle
agriesma@1
    37
\tableofcontents
agriesma@1
    38
agriesma@1
    39
\input{common}
agriesma@1
    40
%\bibliography{bib/didact,bib/math-eng,bib/dia-form,bib/RISC_1,bib/RISC_2,bib/misc,bib/hci,bib/isac}
agriesma@1
    41
\end{document}