cgal/Packages/Spatial_searching/doc_tex/Spatial_searching_ref/wrapper.tex

88 lines
3.1 KiB
TeX
Executable File

% +------------------------------------------------------------------------+
% | CGAL Reference Manual: wrapper.tex
% +------------------------------------------------------------------------+
% | Main TeX file for testing CGAL packages.
% +------------------------------------------------------------------------+
\documentclass{book}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{cprog}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{alltt} % convinient for programs + a bit of formatting
\usepackage{cc_manual} % the style what all is about here
\usepackage{cc_manual_index} % the style file for indexing the manual
\usepackage{latex_converter} % the LaTeX to HTML converter style file
\usepackage{amssymb} % some more math symbols, needed for \mathbb
\usepackage{path} % for URL's (WWW addresses)
\usepackage{graphicx} % for PostScript figures
\usepackage{ipe} % for IPE figures
\usepackage{makeidx} % for the index
%\usepackage{minitoc} % for the minitable of contents
% page dimensions, for example as used for the CGAL manuals
% ---------------------------------------------------------
\textwidth 15.6cm
\textheight 23 cm
\topmargin -14mm
\evensidemargin 3mm
\oddsidemargin 3mm
\sloppy
\makeindex % so the indexing commands have some effect
% New manual style including tab markers on the side margins
% ----------------------------------------------------------
\marginparsep12mm
\marginparwidth13mm
\gdef\ccNewRefManualStyle{\ccTrue} % undef this for old style manual
% The tab marker are aligned with the top of the main text. To align
% them with the page header, the following redefinition of the actual
% formatting command can be used.
\renewcommand{\ccDrawRefTabs}[2]{%
\marginpar{~\\\raisebox{12.5mm}[48mm]{%
\includegraphics{eps_tabs/cc_#1.eps}}}%
}
% Optionally, package authors and a package release can be shown
% right below the chapter title. Comment out the following lines
% to get back to the default behavior.
% -----------------------------------------------------------------
\def\ccTagChapterAuthor{\ccTrue}
\def\ccTagChapterRelease{\ccTrue}
% The colunm layout can be set for all reference pages. Since
% local changes are possible, it is a good idea to enforce the
% the global layout before each reference page. This way, local
% changes of the layout do not change pages in the remainder
% of the manual.
% ------------------------------------------------------------
\newcommand{\cgalColumnLayout}{% example setting of the CGAL manuals
\ccSetThreeColumns{CGAL_Oriented_side}{}{\hspace*{8.5cm}}%
\ccPropagateThreeToTwoColumns
}
\cgalColumnLayout
\def\ccRefPageBegin{\ccParDims\cgalColumnLayout}
\def\ccRefPageEnd{\ccParDims\cgalColumnLayout}
% We define the global scope here, for example, to be 'CGAL::'.
% -------------------------------------------------------------
\ccDefGlobalScope{CGAL::}
\begin{document}
\input{main}
\lcTex{\printindex} %places the index in the document
\bibliographystyle{alpha}
\bibliography{geom}
\end{document}
%% EOF %%