mirror of https://github.com/CGAL/cgal
52 lines
1.1 KiB
TeX
52 lines
1.1 KiB
TeX
% +------------------------------------------------------------------------+
|
|
% | Manual/doc_tex/use_of_stl_manual.tex
|
|
% +------------------------------------------------------------------------+
|
|
|
|
\documentclass{book}
|
|
\usepackage{Manual/cgal_manual}
|
|
\lcHtml{\lcOneColumnToc}
|
|
\gdef\lciManualTitle{The Use of STL and STL Extensions in CGAL}%
|
|
|
|
\renewcommand{\cgalColumnLayout}{\ccTexHtml{%
|
|
\ccSetThreeColumns{Oriented_side}{}{\hspace*{8.5cm}}
|
|
\ccPropagateThreeToTwoColumns}{}}
|
|
|
|
\renewcommand{\ccTagRmEigenClassName}{\ccFalse}
|
|
|
|
\makeindex
|
|
|
|
\begin{document}
|
|
|
|
\cgaltitlepage{The Use of STL\\and\\STL Extensions in CGAL}
|
|
|
|
\cleardoublepage
|
|
\pagenumbering{roman}
|
|
\setcounter{page}{1}
|
|
\input{Use_of_Stl/preface}
|
|
\cleardoublepage
|
|
\tableofcontents
|
|
\cleardoublepage
|
|
\pagenumbering{arabic}
|
|
\setcounter{page}{1}
|
|
|
|
\input{Use_of_Stl/introduction}
|
|
|
|
\input{Use_of_Stl/Preliminaries}
|
|
|
|
\input{Use_of_Stl/Iterator}
|
|
|
|
\input{Use_of_Stl/Circulator_stl}
|
|
|
|
\input{Use_of_Stl/FunctionObject}
|
|
|
|
\input{Use_of_Stl/SequenceContainer}
|
|
|
|
\input{Use_of_Stl/AssociativeContainer}
|
|
|
|
\bibliographystyle{alpha}
|
|
\bibliography{Manual/cgal_manual,Manual/geom}
|
|
|
|
\printindex
|
|
|
|
\end{document}
|