Add PkgDescription

This commit is contained in:
Andreas Fabri 2008-11-06 13:34:42 +00:00
parent 85bf7d2def
commit 8ff685a379
4 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1307,6 +1307,7 @@ Circular_kernel_3/test/Circular_kernel_3/makefile -text
Circular_kernel_3/test/Circular_kernel_3/test_Lazy_Spherical_kernel.cpp -text
Circular_kernel_3/test/Circular_kernel_3/test_Lazy_spherical_kernel_basics.cpp -text
Circular_kernel_3/test/Circular_kernel_3/test_Spherical_kernel_basics.cpp -text
Circulator/doc_tex/Circulator/circulator.png -text
Convex_decomposition_3/demo/Convex_decomposition_3/star.nef3 -text
Convex_decomposition_3/doc_tex/Convex_decomposition_3/PkgDescription.tex -text
Convex_decomposition_3/doc_tex/Convex_decomposition_3/fig/teaser.png -text

View File

@ -0,0 +1,13 @@
\begin{ccPkgDescription}{Handles and Circulators\label{Pkg:HandlesAndCirculators}}
\ccPkgHowToCiteCgal{cgal:dksy-hc-08}
\ccPkgSummary{This package descibes handles and circulators. They are related to
iterators. Handles allow to dereference but neither to increment nor to decrement.
Circulators have no notion of past-the-end, and they are used in \cgal\ whenever
we have cyclic stuctures.
}
\ccPkgIntroducedInCGAL{1.0}
\ccPkgLicense{\ccLicenseLGPL}
\ccPkgIllustration{Circulator/circulator.png}{Circulator/circulator.png}
\end{ccPkgDescription}

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -11,6 +11,8 @@
\ccChapterAuthor{Olivier Devillers \and Lutz Kettner \and Michael Seel
\and Mariette Yvinec}
\input{Circulator/PkgDescription.tex}
\minitoc
\input{Circulator/handle}