doc/add.tex
author Walther Neuper <wneuper@ist.tugraz.at>
Wed, 19 Dec 2018 13:19:34 +0100
changeset 5237 ee17f1b81a7f
parent 3721 b638f241cceb
permissions -rw-r--r--
tuned
     1 \documentclass[a4wide]{report}
     2 \usepackage{epsfig}
     3 \usepackage{listings}
     4 \usepackage{latexsym}
     5 \usepackage{times}
     6 \bibliographystyle{alpha}
     7 
     8 \newcommand {\kommentar}[1]{\marginpar{\begin{flushright}\tiny#1\end{flushright}}}
     9 \newcommand {\frage}[1]{
    10   \marginpar{
    11     \begin{tabular}{p{5mm} p{2cm}}
    12         \begin{flushleft}
    13           {\large?} 
    14         \end{flushleft}
    15         &
    16         \begin{flushright}
    17           \tiny #1
    18         \end{flushright}  
    19         \\ 
    20       \end{tabular}
    21     }
    22 
    23   }
    24 \newcommand {\bigquest}{\marginpar{\huge?}}
    25 \newcommand {\cnumber}[1]{\put(8,4){\circle{11}}\put(5,1){#1}\hspace{5mm}}
    26 
    27 \def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
    28 \def\sisac{{\small${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
    29 
    30 \title{\isac{} Design Documents\\ 
    31   \framebox{\bf Architectural Design Document}}
    32 \author{The \isac-Team\\
    33 {\tt www.ist.tugraz.at/projects/isac} $<$people$>$ $<$credits$>$}
    34 \date{$Revision$}
    35 %\date{$Revision$}wn
    36 %AG3.1.03 corrected spelling mistake (servelet -> servlet).
    37 %AG25.2.03 added (little) informations about XML inport/export
    38 
    39 \includeonly{add-content}
    40 \begin{document}
    41 \maketitle
    42 \tableofcontents
    43 
    44 \input{common}
    45 \bibliography{bib/didact,bib/math-eng,bib/dia-form,bib/RISC_1,bib/RISC_2,bib/misc,bib/hci,bib/isac}
    46 \end{document}