mirror of https://github.com/CGAL/cgal
90 lines
1.8 KiB
TeX
90 lines
1.8 KiB
TeX
\documentclass{book}
|
|
|
|
\usepackage{cprog}
|
|
\usepackage{cc_manual}
|
|
\usepackage{pslatex}
|
|
\usepackage{epsfig}
|
|
\usepackage{cc_manual_index}
|
|
\usepackage{latex_converter}
|
|
\usepackage{makeidx}
|
|
\usepackage{amssymb}
|
|
\usepackage{graphicx}
|
|
\usepackage{path}
|
|
\usepackage{ipe}
|
|
\usepackage{longtable}
|
|
\usepackage{ifthen}
|
|
|
|
\lcTex{
|
|
% set this to true for generating the pdf version of the manual (using
|
|
% ps2pdf from ghostscript). If this is true when creating postscript,
|
|
% the table of contents (and several other things) will be blue.
|
|
\newboolean{usehyperref}
|
|
\setboolean{usehyperref}{false}
|
|
|
|
\ifthenelse{\boolean{usehyperref}}{
|
|
\usepackage[ps2pdf=true,
|
|
colorlinks=true,
|
|
linkcolor=blue,
|
|
bookmarksnumbered=true,
|
|
pdftitle={CGAL dD Kernel Manual},
|
|
pdfkeywords={computational geometry, generic programming,
|
|
algorithms, software library, C++},
|
|
pdfborder={0 0 0}]{hyperref}
|
|
}{}
|
|
}
|
|
|
|
|
|
% page dimensions
|
|
% ---------------
|
|
\lcTex{
|
|
\textwidth 15.6cm
|
|
\textheight 23 cm
|
|
\ifthenelse{\boolean{usehyperref}}{}{\topmargin -14mm}
|
|
\evensidemargin 3mm
|
|
\oddsidemargin 3mm
|
|
}
|
|
|
|
% default column layout
|
|
% ---------------------
|
|
% This is the recommended layout. It may be changed inside main.tex.
|
|
|
|
\newcommand{\cgalColumnLayout}{\ccTexHtml{%
|
|
\ccSetThreeColumns{Oriented_side}{}{\hspace*{10cm}}
|
|
\ccPropagateThreeToTwoColumns}{}}
|
|
|
|
\gdef\ccNewRefManualStyle{\ccTrue}
|
|
\ccDefGlobalScope{CGAL::}
|
|
\marginparsep10mm
|
|
\marginparwidth15mm
|
|
|
|
|
|
\newcommand{\cgalrelease}{2.3-I-..}
|
|
\lcTex{\batchmode}
|
|
|
|
\makeindex
|
|
|
|
\sloppy
|
|
|
|
\begin{document}
|
|
|
|
\include{title}
|
|
\pagestyle{plain}
|
|
\pagenumbering{roman}
|
|
\setcounter{page}{0}
|
|
\include{preface}
|
|
\cleardoublepage
|
|
\tableofcontents
|
|
|
|
\cgalColumnLayout
|
|
|
|
\include{main}
|
|
|
|
\lcTex{\listofrefpages}
|
|
|
|
\bibliographystyle{alpha}
|
|
\bibliography{../cgal-manual,geom}
|
|
|
|
\lcTex{\printindex}
|
|
\end{document}
|
|
|