Annotation of texttool-architecture/texttools.tex, revision 1.1

1.1     ! casties     1: \documentclass[a4paper]{article}
        !             2: \usepackage[latin1]{inputenc}
        !             3: \usepackage[T1]{fontenc}
        !             4: %\usepackage{ae}
        !             5: %\usepackage{times}
        !             6: %\usepackage{courier}
        !             7: 
        !             8: % create in-text links in black (with PDF)
        !             9: \usepackage[colorlinks=true,linkcolor=black]{hyperref}
        !            10: % Format URLs nicely (without PDF)
        !            11: %\usepackage{url}
        !            12: % Grafics
        !            13: \usepackage{graphicx}
        !            14: % Verzeichnis mit Abbildungen
        !            15: \graphicspath{{images/}}
        !            16: 
        !            17: \title{Text tool architecture for ECHO and Archimedes}
        !            18: 
        !            19: \author{Brian Fuchs \and Dirk Wintergrün \and Robert Casties}
        !            20: 
        !            21: \date{V0.0.1 of \today}
        !            22: 
        !            23: \begin{document}
        !            24: 
        !            25: \maketitle
        !            26: 
        !            27: \tableofcontents
        !            28: 
        !            29: \newpage
        !            30: 
        !            31: \section{Status Quo}
        !            32: \label{sec:status-quo}
        !            33: 
        !            34: \input{overview}
        !            35: %% \subsection{Overview}
        !            36: %% \label{sec:overview}
        !            37: 
        !            38: 
        !            39: \subsection{Server architecture}
        !            40: \label{sec:server-architecture}
        !            41: 
        !            42: \input{server-foxridge}
        !            43: %% \subsubsection{Foxridge}
        !            44: %% \label{sec:foxridge}
        !            45: 
        !            46: 
        !            47: \input{server-nausikaa2}
        !            48: %% \subsubsection{Nausikaa2}
        !            49: %% \label{sec:nausikaa2}
        !            50: 
        !            51: 
        !            52: \input{server-archimedes}
        !            53: %% \subsubsection{Archimedes}
        !            54: %% \label{sec:archimedes}
        !            55: 
        !            56: 
        !            57: \subsection{Software Architecture}
        !            58: \label{sec:softw-arch}
        !            59: 
        !            60: \input{soft-osas}
        !            61: %% \subsubsection{OSAS (ZOPE on foxridge)}
        !            62: %% \label{sec:osas}
        !            63: 
        !            64: \input{soft-cgi}
        !            65: %% \subsubsection{rec.cgi (register text)}
        !            66: %% \label{sec:rec.cgi}
        !            67: %%
        !            68: %% \subsubsection{toc.cgi (display text)}
        !            69: %% \label{sec:toc.cgi}
        !            70: %%
        !            71: %% \subsubsection{Indexing}
        !            72: %% \label{sec:indexing}
        !            73: %%
        !            74: %% \subsubsection{Morphology}
        !            75: %% \label{sec:morphology}
        !            76: %%
        !            77: %% \subsubsection{Dictionary server}
        !            78: %% \label{sec:dictionary-server}
        !            79: 
        !            80: \input{soft-image}
        !            81: %% \subsubsection{Image handling (scaleomat)}
        !            82: %% \label{sec:image-handling}
        !            83: 
        !            84: 
        !            85: \end{document}
        !            86: 
        !            87: %%% Local Variables: 
        !            88: %%% mode: latex
        !            89: %%% TeX-master: t
        !            90: %%% End: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>