doc/add-gismo.tex
author wneuper
Sat, 05 Mar 2005 17:26:21 +0100
changeset 2152 a863de293415
parent 684 f890ee88806b
permissions -rw-r--r--
sml-050305b-cut_tree: after sticky tags
agriesma@0
     1
\documentclass[a4wide]{report}
agriesma@0
     2
\usepackage{epsfig}
agriesma@0
     3
\usepackage{latexsym}
agriesma@684
     4
\usepackage{times}
agriesma@0
     5
\bibliographystyle{alpha}
agriesma@0
     6
agriesma@0
     7
\newcommand {\kommentar}[1]{$^*$\marginpar{\begin{flushright}\tiny#1\end{flushright}}}
agriesma@0
     8
\newcommand {\frage}[1]{
agriesma@0
     9
  \marginpar{
agriesma@0
    10
    \begin{tabular}{p{5mm} p{2cm}}
agriesma@0
    11
        \begin{flushleft}
agriesma@0
    12
          {\large?} 
agriesma@0
    13
        \end{flushleft}
agriesma@0
    14
        &
agriesma@0
    15
        \begin{flushright}
agriesma@0
    16
          \tiny #1
agriesma@0
    17
        \end{flushright}  
agriesma@0
    18
        \\ 
agriesma@0
    19
      \end{tabular}
agriesma@0
    20
    }
agriesma@0
    21
agriesma@0
    22
  }
agriesma@0
    23
\newcommand {\bigquest}{\marginpar{\huge?}}
agriesma@0
    24
\newcommand {\cnumber}[1]{\put(8,4){\circle{11}}\put(5,1){#1}\hspace{5mm}}
agriesma@0
    25
agriesma@0
    26
\def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
agriesma@0
    27
\def\sisac{{\small${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
agriesma@0
    28
agriesma@0
    29
\title{\isac\\ Architectural Design Document}
agriesma@0
    30
\author{Andreas Griesmayer, Alan Krempler, Walther Neuper\\
agriesma@0
    31
{\tt\{agries,akremp,neuper\}@ist.tugraz.at}}
agriesma@0
    32
\date{$Revision$}
agriesma@0
    33
%\date{$Revision$}wn
agriesma@0
    34
%AG3.1.03 corrected spelling mistake (servelet -> servlet).
agriesma@0
    35
%AG25.2.03 added (little) informations about XML inport/export
agriesma@0
    36
%AG17.4. KE-Object und KE-Store einfefuehrt
agriesma@0
    37
agriesma@0
    38
\includeonly{add-content-gismo}
agriesma@0
    39
\begin{document}
agriesma@0
    40
\maketitle
agriesma@0
    41
\tableofcontents
agriesma@0
    42
\input{add-content-gismo}
agriesma@0
    43
%\input{common}
agriesma@0
    44
\bibliography{bib/didact,bib/math-eng,bib/dia-form,bib/RISC_1,bib/RISC_2,bib/misc,bib/hci,bib/isac}
agriesma@0
    45
\end{document}