mirror of https://github.com/CGAL/cgal
59 lines
1.6 KiB
TeX
59 lines
1.6 KiB
TeX
% +------------------------------------------------------------------------+
|
|
% | foundations_manual.tex
|
|
% | CGAL User and Reference Manual for LGPL packages
|
|
% +------------------------------------------------------------------------+
|
|
|
|
\documentclass{book}
|
|
\usepackage{Manual/cgal_manual}
|
|
\gdef\lciManualTitle{CGAL User and Reference Manual}
|
|
|
|
\makeindex
|
|
|
|
% Make the table of contents use two columns
|
|
\lcHtml{\lcTwoColumnToc}
|
|
|
|
\begin{document}
|
|
|
|
\cgaltitlepage{User and Reference Manual: \\
|
|
Foundation Parts under LGPL License}
|
|
|
|
\pagestyle{plain}
|
|
\pagenumbering{roman}
|
|
\setcounter{page}{1}
|
|
\cleardoublepage
|
|
\ifthenelse{\boolean{useminitoc}}{\lcTex{\dominitoc}}{}
|
|
\tableofcontents
|
|
\cleardoublepage
|
|
\pagenumbering{arabic}
|
|
|
|
\cgalchapters{
|
|
\entry{\part{Preface}}
|
|
\lcTex{\entryright{\listofrefpages}}
|
|
\packageleft{Introduction}
|
|
|
|
\entry{\part{Kernel}}
|
|
\packageleftright{Kernel_23}{Kernel_23_ref}
|
|
\packageleftright{Kernel_d}{Kernel_d_ref}
|
|
|
|
\entry{\part{Basic Library}}
|
|
\packageleftright{Polygon}{Polygon_ref}
|
|
\packageleftright{HalfedgeDS}{HalfedgeDS_ref}
|
|
|
|
\entry{\part{Support Library}}
|
|
\packageleftright{NumberTypeSupport}{NumberTypeSupport_ref}
|
|
\packageleftright{STL_Extension}{STL_Extension_ref}
|
|
\packageleftright{Circulator}{Circulator_ref}
|
|
\packageleftright{Generator}{Generator_ref}
|
|
\packageleftright{Miscellany}{Miscellany_ref}
|
|
\packageleftright{IOstream}{IOstream_ref}
|
|
\packageleftright{Geomview}{Geomview_ref}
|
|
\packageleftright{Qt_widget}{Qt_widget_ref}
|
|
}
|
|
|
|
\bibliographystyle{alpha}
|
|
\bibliography{Manual/cgal_manual,Manual/geom}
|
|
|
|
\printindex
|
|
|
|
\end{document}
|