File:  [Repository] / texttool-architecture / texttools.tex
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Apr 3 17:19:33 2004 UTC (20 years, 1 month ago) by casties
Branches: MAIN
CVS tags: HEAD
small fixes such that it really runs through latex...

\documentclass[a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ae}
%\usepackage{times}
%\usepackage{courier}

% create in-text links in black (with PDF)
\usepackage[colorlinks=true,linkcolor=black]{hyperref}
% Format URLs nicely (without PDF)
%\usepackage{url}
% Grafics
\usepackage{graphicx}
% Verzeichnis mit Abbildungen
\graphicspath{{images/}}

\title{Text tool architecture for ECHO and Archimedes}

\author{Brian Fuchs \and Dirk Wintergrün \and Robert Casties}

\date{V0.0.1 of \today}

\begin{document}

\maketitle

\tableofcontents

\newpage

\section{Status Quo}
\label{sec:status-quo}

\input{overview}
%% \subsection{Overview}
%% \label{sec:overview}


\subsection{Server architecture}
\label{sec:server-architecture}

\input{server-foxridge}
%% \subsubsection{Foxridge}
%% \label{sec:foxridge}


\input{server-nausikaa2}
%% \subsubsection{Nausikaa2}
%% \label{sec:nausikaa2}


\input{server-archimedes}
%% \subsubsection{Archimedes}
%% \label{sec:archimedes}


\subsection{Software Architecture}
\label{sec:softw-arch}

\input{soft-osas}
%% \subsubsection{OSAS (ZOPE on foxridge)}
%% \label{sec:osas}

\input{soft-cgi}
%% \subsubsection{rec.cgi (register text)}
%% \label{sec:rec.cgi}
%%
%% \subsubsection{toc.cgi (display text)}
%% \label{sec:toc.cgi}
%%
%% \subsubsection{Indexing}
%% \label{sec:indexing}
%%
%% \subsubsection{Morphology}
%% \label{sec:morphology}
%%
%% \subsubsection{Dictionary server}
%% \label{sec:dictionary-server}

\input{soft-image}
%% \subsubsection{Image handling (scaleomat)}
%% \label{sec:image-handling}


\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 

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