mirror of https://github.com/CGAL/cgal
61 lines
1.7 KiB
TeX
61 lines
1.7 KiB
TeX
% +------------------------------------------------------------------------+
|
|
% | core_manual.tex
|
|
% | CGAL User and Reference Manual for core LGPL packages that suffice
|
|
% | to use various quite independant 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: \\
|
|
Core 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}}
|
|
\packageleftright{Introduction}{Introduction_ref}
|
|
|
|
\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{Colors_and_windows}{Colors_and_windows_ref}
|
|
\packageleftright{Geomview}{Geomview_ref}
|
|
\packageleftright{Qt_widget}{Qt_widget_ref}
|
|
}
|
|
|
|
\bibliographystyle{alpha}
|
|
\bibliography{Manual/cgal_manual,Manual/geom}
|
|
|
|
\printindex
|
|
|
|
\end{document}
|