diff --git a/CGAL_ipelets/doc/CGAL_ipelets/CGAL_ipelets.txt b/CGAL_ipelets/doc/CGAL_ipelets/CGAL_ipelets.txt
index 08ee1e306f9..d2f2742f0f9 100644
--- a/CGAL_ipelets/doc/CGAL_ipelets/CGAL_ipelets.txt
+++ b/CGAL_ipelets/doc/CGAL_ipelets/CGAL_ipelets.txt
@@ -68,11 +68,13 @@ to compile an ipelet, please refer to the Ipe manual.
Below is the list of Ipelets provided by the Demo Ipelets
+\section Ipelets_list List of provided Ipelets
+
\subsection alpha_shapes_ipelet Alpha shapes
-Selection should be a set of points or circles (considered as weighted
-points). The different values of alpha where the alpha shape changes
-are computed. The value of alpha chosen by the user is asked.
+Selection should be a set of points or circles (considered as weighted points).
+The different values of alpha where the alpha shape changes are
+computed and the rank of the chosen alpha is asked in a dialog box.
\subsection arrangement_ipelet Arrangement
@@ -140,10 +142,10 @@ Generate random circles whose centers are inside a square bounding the selection
Sort the selected points with a space filling strategy.
- Hilbert sorting curve, median policy:
-The set of points is split in two at the median, altenatively in x and
+The set of points is split in two at the median, alternatively in x and
y directions.
- Hilbert sorting curve, middle policy:
-The set of points is split in two at the middle, altenatively in x and
+The set of points is split in two at the middle, alternatively in x and
y directions.
@@ -152,7 +154,7 @@ y directions.
Convex minimal:
Selection should be a set of points, line segments , and circles.
The convex hull of the selected objects is drawn.
- t Crust:
+ Crust:
Selection should be a set of points.
The crust of this set is drawn (curve reconstruction).
@@ -197,7 +199,7 @@ Ordinary Delaunay triangulation.
Delaunay 2:
Triangulation of middle of Delaunay edges.
Delaunay 3:
-Triangulation of barycenters of Delaunay triangles.
+Triangulation of barycenters of some triangles.
Delaunay n-1:
Dual of farthest neighbor Voronoi diagram.
Delaunay k:
@@ -218,26 +220,35 @@ k is asked in a dialog box.
Selection should be a set of points and circles.
The order k power diagram or its dual the order k regular triangulation is drawn.
- - Regular:
-
- Regular 2:
+
- Regular: Ordinary regular triangulation.
+
- Regular 2: Triangulation of middle of edges
+ of the regular triangulation.
- Regular 3:
+Triangulation of barycenters of some triangles.
- Regular n-1:
+Dual of farthest neighbor power diagram.
- Regular k:
-
- Power Diagram:
-
- Power Diagram 2:
-
- Power Diagram 3:
-
- Power Diagram n-1:
+k is asked in a dialog box.
+
- Power Diagram: Ordinary power diagram.
+
- Power Diagram 2: Order 2 power diagram.
+
- Power Diagram 3: Order 3 power diagram.
+
- Power Diagram n-1: Farthest neighbor power diagram.
- Power Diagram k:
+k is asked in a dialog box.
\subsection partition_ipelet Polygon partition
Selection should be simple polygons.
-The polygons are splitted according diffrent algorithms.
+The polygons are splitted according different algorithms.
- - Y monotone partition:
-
- Greene's approx Convex Partition:
-
- Approx Convex Partition:
-
- Optimal Convex Partition:
+
- Y monotone partition: Regions of the partition are \f$ y
+ \f$ monotone
+
- Greene's approx Convex Partition: Regions of the
+ partition are convex.
+
- Approx Convex Partition:Regions of the
+ partition are convex.
+
- Optimal Convex Partition:Regions of the
+ partition are convex and their number is minimized.
\subsection pca_ipelet PCA