cgal/Developers_manual/doc_tex/Developers_manual/intro.tex

55 lines
1.5 KiB
TeX

% =============================================================================
% The CGAL Developers' Manual
% Chapter: Introduction
% -----------------------------------------------------------------------------
% file : intro.tex
% authors: Susan Hert <hert@mpi-sb.mpg.de> &
% Stefan Schirra <stschirr@mpi-sb.mpg.de>
% -----------------------------------------------------------------------------
% $Id$
% $Date$
% =============================================================================
\chapter{Introduction}
\label{chap:intro}
\ccChapterRelease{Chapter Version: 1.0}
\ccChapterAuthor{Susan Hert ({\tt hert@mpi-sb.mpg.de})\\
Stefan Schirra ({\tt stschirr@mpi-sb.mpg.de})
}
\begin{ccTexOnly}
\begin{center}
\includegraphics[width=240pt]{Developers_manual/fig/cgal}
\end{center}
\end{ccTexOnly}
\begin{ccHtmlOnly}
<CENTER>
<IMG BORDER=0 SRC="fig/cgal_small.gif"
ALIGN=center ALT="Computational Geometry Algorithms Library"><BR>
</CENTER>
\end{ccHtmlOnly}
\centerline{{\sc Computational Geometry Algorithms Library}}
\begin{quote}
{\em The goal of \cgal\ is to make available to users in industry and academia
the most important efficient solutions to basic geometric problems
developed in the area of computational geometry in a \CC\ software library.}
\end{quote}
Work on \cgal\ has been supported by {\sc esprit iv} projects 21957 (CGAL) and
28155 (GALIA).
\InternalOnly{
\input{Developers_manual/manual_organization}
}
\input{Developers_manual/philosophy}
\input{Developers_manual/overall_design}