mirror of https://github.com/CGAL/cgal
typos
This commit is contained in:
parent
aeadd11cee
commit
7df7ba9fdf
|
|
@ -1,15 +1,16 @@
|
|||
|
||||
\begin{ccPkgDescription}{Inscribed Volumes \label{Pkg:InscribedVolumes}}
|
||||
\ccPkgHowToCiteCgal{cgal:fghhps-iv-07}
|
||||
\begin{ccPkgDescription}{Inscribed Areas \label{Pkg:InscribedAreas}}
|
||||
\ccPkgHowToCiteCgal{cgal:fghhps-ia-07}
|
||||
\ccPkgSummary{
|
||||
This package provides algorithms for computing inscribed areas.
|
||||
|
||||
|
||||
The algorithms for computing inscribed areas are: the largest inscribed
|
||||
k-gon (area or perimeter) of a convex point set and the largest inscribed rectangle.
|
||||
k-gon (area or perimeter) of a convex point set and the largest inscribed
|
||||
iso-rectangle.
|
||||
|
||||
%\ccPkgDependsOn{}
|
||||
\ccPkgIntroducedInCGAL{1.1}
|
||||
\ccPkgLicense{\ccLicenseQPL}
|
||||
\ccPkgIllustration{Optimisation//minCircle.png}{Optimisation//minCircle.png}
|
||||
\ccPkgIllustration{Inscribed_areas/minCircle.png}{Inscribed_areas/minCircle.png}
|
||||
\end{ccPkgDescription}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
\ccUserChapter{InscribedVolumes \label{chap:InscribedVolumes}}
|
||||
\ccUserChapter{InscribedAreas \label{chap:InscribedAreas}}
|
||||
\ccChapterRelease{Release: WIP (\today)}
|
||||
\ccChapterAuthor{Kaspar Fischer \and Bernd G{\"a}rtner \and Thomas Herrmann \and Michael Hoffmann
|
||||
\and Eli Packer \and Sven Sch{\"o}nherr}
|
||||
|
|
@ -8,5 +8,5 @@
|
|||
|
||||
\ccTexHtml{\thispagestyle{empty}}{}
|
||||
|
||||
\input{Optimisation/PkgDescription.tex}
|
||||
\input{Optimisation/user_part.tex}
|
||||
\input{Inscribed_areas/PkgDescription.tex}
|
||||
\input{Inscribed_areas/user_part.tex}
|
||||
|
|
|
|||
Loading…
Reference in New Issue