mirror of https://github.com/CGAL/cgal
40 lines
919 B
TeX
40 lines
919 B
TeX
% +------------------------------------------------------------------------+
|
|
% | Developers_manual.tex
|
|
% | LaTeX Wrapper File for the public 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 public edition of the developers manual.
|
|
\newcommand{\InternalOnly}[1]{}
|
|
\newcommand{\ExternalOnly}[1]{#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}
|