% +------------------------------------------------------------------------+ % | Developers_manual.tex % | LaTeX Wrapper File for the internal edition of the CGAL developers manual. % +------------------------------------------------------------------------+ \documentclass{book} \usepackage{Manual/cgal_manual} \gdef\lciManualTitle{CGAL Developers Manual} \lcHtml{\lcOneColumnToc} \lcTex{\usepackage{color}} \usepackage{nonlinkedpath} % This will be the internal edition of the developers manual. \newcommand{\InternalOnly}[1]{#1} \newcommand{\ExternalOnly}[1]{} \makeindex \begin{document} \include{Developers_manual/title} \cleardoublepage \pagestyle{plain} \pagenumbering{roman} \setcounter{page}{1} \tableofcontents \cleardoublepage \pagenumbering{arabic} \cgalColumnLayout \input{Developers_manual/chapters} \bibliographystyle{alpha} \bibliography{Manual/cgal_manual,Manual/geom} \printindex \end{document}