Archive faite pour publication sur CTAN (donc README)
authorMaxime Chupin (escudo) <chupin@fougeriens.org>
Tue, 11 Apr 2017 16:55:15 +0000 (18:55 +0200)
committerMaxime Chupin (escudo) <chupin@fougeriens.org>
Tue, 11 Apr 2017 16:55:15 +0000 (18:55 +0200)
README
archives/luamesh-v0-5.zip
makearchive

diff --git a/README b/README
index e69de29..76821a7 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,45 @@
+-*- coding: utf-8 -*-
+Bclogo package by Maxime Chupin 
+Version 0.5 dated 2017/02/09
+
+The LuaLaTeX package luamesh allows to compute and draw 2D Delaunay triangulation.
+The algorithm is written with lua, and depending on the choice of the “engine”,
+the drawing is done by MetaPost (with luamplib) or by tikz.
+The Delaunay triangulation algorithm is the Bowyer and Watson algorithm.
+Several macros are provided to draw the global mesh, the set of points, or
+a particular step of the algorithm.
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either version 1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+ http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX
+version 2005/12/01 or later.
+
+FILES :
+===== documentation =====
+README
+animation-crop.pdf
+biblio.bib
+dum.bbl
+dum.tex
+fond.mp
+fond.pdf
+lltxdoc.cls
+luamesh-doc.listing
+luamesh-doc.pdf
+luamesh-doc.tex
+luamesh-title.pdf
+maillage.geo
+maillage.msh
+meshgarde.txt
+
+===== Lua Script File =====
+luamesh.lua
+
+===== Files for LuaLaTeX =====
+luamesh.sty
+==================
+
+The archive luamesh-v0-5.zip contains all the files to insert into your texmf.
index f7db31f..bc285e4 100644 (file)
Binary files a/archives/luamesh-v0-5.zip and b/archives/luamesh-v0-5.zip differ
index 44a04f1..c7f92ee 100755 (executable)
@@ -7,6 +7,7 @@ mkdir -p luamesh/doc/lualatex/luamesh
 cp luamesh.sty luamesh/tex/lualatex/luamesh/
 cp luamesh.lua luamesh/scripts/luamesh/
 cp doc/* luamesh/doc/lualatex/luamesh/
+cp README luamesh/
 rm luamesh/doc/lualatex/luamesh/*.xml
 rm luamesh/doc/lualatex/luamesh/*.w
 rm luamesh/doc/lualatex/luamesh/*.aux

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.