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