Début de la documentation
[delaunay.git] / doc / luamesh-doc.tex
1 % luamesh: compute and draw meshes with lua, luamplib and tikz
2 %
3 % Originally written by Maxime Chupin <mc@melusine.eu.org>,
4 % 2010.
5 %
6 % Distributed under the terms of the GNU free documentation licence:
7 % http://www.gnu.org/licenses/fdl.html
8 % without any invariant section or cover text.
9
10 \documentclass{lltxdoc}
11
12 \title{\Verb+luamesh+: compute and draw meshes with \lualatex}
13 \author{Maxime Chupin \email{mc@melusine.eu.org}}
14 \date{\today}
15
16 \begin{document}
17
18 \maketitle
19
20 \begin{abstract}
21 The package \Verb|luamesh| allows to compute and draw triangulation
22 of Delaunay. The algorithm is written with lua, and depending of the
23 choice of the ``engine'', the draw is done by MetaPost (with
24 \Verb|luamplib|) or by \Verb|tikz|.
25
26 The Delaunay triangulation algorithm is the Bowyer and Watson
27 algorithm. Several macros are provided to draw the global mesh, the
28 set of points, a particular step of the algorithm.
29 \end{abstract}
30
31 \section{Installation}
32
33 \section{The Macros}
34
35 \subsection{Draw a Complete Mesh}
36
37 \subsection{Draw the Set of Points}
38
39 \subsection{Draw a Step of the Bowyer and Watson Algorithm}
40
41 \section{Gallery of Examples}
42
43 \end{document}
44
45
46
47 %%% Local Variables:
48 %%% flyspell-mode: 1
49 %%% ispell-local-dictionary: "american"
50 %%% End:

Licence Creative Commons Les fichiers de Syracuse sont mis à disposition (sauf mention contraire) selon les termes de la
Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International.