mirror of https://github.com/CGAL/cgal
77 lines
1.4 KiB
TeX
77 lines
1.4 KiB
TeX
%\documentclass[]{book}
|
|
\documentclass[]{article}
|
|
|
|
\usepackage{alltt}
|
|
\usepackage{cc_manual}
|
|
\usepackage{makeidx}
|
|
\usepackage{latex_converter}
|
|
\usepackage{amssymb}
|
|
\usepackage{pslatex}
|
|
\usepackage{epsf}
|
|
\usepackage{ipe}
|
|
\usepackage{path}
|
|
\usepackage{nonlinkedpath}
|
|
\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 Installation Manual},
|
|
pdfkeywords={computational geometry, generic programming,
|
|
algorithms, software library, C++},
|
|
pdfborder={0 0 0}]{hyperref}
|
|
}{}
|
|
}
|
|
|
|
|
|
\lcTex{
|
|
% page dimensions
|
|
% ---------------
|
|
\textwidth 15.6cm
|
|
\textheight 23cm
|
|
\ifthenelse{\boolean{usehyperref}}{}{\topmargin -14mm}
|
|
\evensidemargin 3mm
|
|
\oddsidemargin 3mm
|
|
\headsep 1cm
|
|
\parindent 0em
|
|
\setlength{\parskip}{1ex minus 0.9ex}
|
|
}
|
|
|
|
\newcommand{\cgalrelease}{2.2}
|
|
\lcTex{\batchmode}
|
|
|
|
\makeindex
|
|
|
|
\begin{document}
|
|
|
|
\include{title}
|
|
\include{preface}
|
|
|
|
\tableofcontents
|
|
|
|
\newpage
|
|
\mbox{}
|
|
\newpage
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\input{installation}
|
|
|
|
\printindex
|
|
|
|
%\bibliographystyle{alpha}
|
|
%\bibliography{../cgal-manual}
|
|
|
|
\end{document}
|
|
|
|
|