doc/sdd.tex
author agriesma
Thu, 17 Apr 2003 18:01:02 +0200
branchgriesmayer
changeset 306 4e47b9910234
child 685 110a4d652369
permissions -rw-r--r--
neues cvs-verzeichnis
agriesma@306
     1
%\date{$Revision$}
agriesma@306
     2
\documentclass[a4wide]{report}
agriesma@306
     3
\usepackage{epsfig}
agriesma@306
     4
\usepackage{latexsym}
agriesma@306
     5
\bibliographystyle{alpha}
agriesma@306
     6
agriesma@306
     7
\newcommand {\kommentar}[1]{\marginpar{\begin{flushright}\tiny#1\end{flushright}}}
agriesma@306
     8
\newcommand {\frage}[1]{
agriesma@306
     9
  \marginpar{
agriesma@306
    10
    \begin{tabular}{p{5mm} p{2cm}}
agriesma@306
    11
        \begin{flushleft}
agriesma@306
    12
          {\large?} 
agriesma@306
    13
        \end{flushleft}
agriesma@306
    14
        &
agriesma@306
    15
        \begin{flushright}
agriesma@306
    16
          \tiny #1
agriesma@306
    17
        \end{flushright}  
agriesma@306
    18
        \\ 
agriesma@306
    19
      \end{tabular}
agriesma@306
    20
    }
agriesma@306
    21
agriesma@306
    22
  }
agriesma@306
    23
\newcommand {\bigquest}{\marginpar{\huge?}}
agriesma@306
    24
agriesma@306
    25
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
agriesma@306
    26
\def\sisac{{\small${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
agriesma@306
    27
agriesma@306
    28
\title{\isac\\ Software Design Document}
agriesma@306
    29
\author{Andreas Griesmayer, Alan Krempler, Walther Neuper\\
agriesma@306
    30
{\tt\{agries,akremp,neuper\}@ist.tugraz.at}}
agriesma@306
    31
\date{$Revision$}
agriesma@306
    32
%AG2.1.03 Dialog Layer
agriesma@306
    33
agriesma@306
    34
\includeonly{sdd-content}
agriesma@306
    35
\begin{document}
agriesma@306
    36
\maketitle
agriesma@306
    37
\tableofcontents
agriesma@306
    38
agriesma@306
    39
\input{common}
agriesma@306
    40
\bibliography{bib/didact,bib/math-eng,bib/dia-form,bib/RISC_1,bib/RISC_2,bib/misc,bib/hci,bib/isac}
agriesma@306
    41
\end{document}