summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/luamesh/luamesh-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/luamesh/luamesh-doc.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/luamesh/luamesh-doc.tex45
1 files changed, 35 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/lualatex/luamesh/luamesh-doc.tex b/Master/texmf-dist/doc/lualatex/luamesh/luamesh-doc.tex
index e2e2bdfc434..07b6125f0fc 100644
--- a/Master/texmf-dist/doc/lualatex/luamesh/luamesh-doc.tex
+++ b/Master/texmf-dist/doc/lualatex/luamesh/luamesh-doc.tex
@@ -1,13 +1,13 @@
% luamesh: compute and draw meshes with lua, luamplib and tikz
%
-% Originally written by Maxime Chupin <mc@melusine.eu.org>,
-% 2010.
+% Originally written by Maxime Chupin <notezik@gmail.com>,
+% 2017.
%
% Distributed under the terms of the GNU free documentation licence:
% http://www.gnu.org/licenses/fdl.html
% without any invariant section or cover text.
-\documentclass{lltxdoc}
+\documentclass{luameshdoc}
\usepackage{tcolorbox}
\usepackage{enumitem}
\usepackage[tikz]{bclogo}
@@ -15,7 +15,7 @@
\usepackage{animate}
\title{\Verb+luamesh+: compute and draw meshes with \lualatex}
-\author{Maxime Chupin \email{mc@melusine.eu.org}}
+\author{Maxime Chupin \email{notezik@gmail.com}}
\date{\today}
@@ -167,8 +167,8 @@
}
\vfill
\begin{center}
- Version 0.5, 2017, February, 9th \\
- \url{http://melusine.eu.org/syracuse/G/delaunay/}
+ Version 0.6, 2020, June, 6th \\
+ \url{https://plmlab.math.cnrs.fr/mchupin/luamesh}
\end{center}
%% == Page de garde ====================================================
\newpage
@@ -196,8 +196,15 @@ I would also like to thank the first user, an intensive
\tableofcontents
+
\section{Installation}
+\luamesh is on the CTAN and can be installed with the package manager of
+your distribution.
+
+\begin{center}
+ \url{https://www.ctan.org/pkg/luamesh}
+\end{center}
Of course, you can just put the two files \Verb+luamesh.lua+ and
\Verb+luamesh.sty+ in the working directory but this is not
@@ -590,7 +597,6 @@ mesh. The followed method is, given a parameter $h$:
\item to mesh the complete set of points (using the Bowyer and Watson
algorithm).
\end{itemize}
-
One can use the macro as follows:
\begin{Exemple}
\meshPolygon[step=polygon,scale=2cm]{(0,0);(1,0);(1,0.5);(0,0.5);(-0.20,0.35);(-0.25,0.25);(-0.20,0.15)}
@@ -655,7 +661,7 @@ Here is an example of customizing the drawing.
tikz,
color = blue!70,
meshpoint = \alpha,
- colorPolygon=red!120,
+ colorPolygon=red!100,
scale=4cm,
step=mesh,
print=points,
@@ -1006,8 +1012,16 @@ This macro draws the triangulation produced by Gmsh and exported in the
\Verb+msh+ format. The argument is the name of the file to be read
(e.g.: \Verb+maillage.msh+).
+Since the version 0.6, \luamesh support both version 2 and 4 of the \emph{MSH ASCII file format}.
+
+
\begin{Exemple}
-\drawGmsh{maillage.msh}
+\drawGmsh{maillage.msh} % version 2.2 of MSH ASCII file format
+\end{Exemple}
+
+
+\begin{Exemple}
+ \drawGmsh{maillagev4.msh} % version 4.1 of MSH ASCII file format
\end{Exemple}
There are several options to customize the drawing.
@@ -1089,7 +1103,7 @@ There are several options to customize the drawing.
\end{optionsenum}
\begin{Exemple}
- \gmshVoronoi[tikz,scale=1.5cm, delaunay=show,styleVoronoi=dashed]{maillage.msh}
+ \gmshVoronoi[tikz,scale=3cm, delaunay=show,styleVoronoi=dashed]{maillagev4.msh}
\end{Exemple}
@@ -1207,6 +1221,17 @@ using the \Verb+animate+ package.
%\animategraphics[controls]{1}{animation-crop}{}{}
%\end{Exemple}
+
+\section{History}
+
+\begin{itemize}
+\item June, 6th, 2020, v 0.6, correction of bug produced by the
+ deleted \Verb+\mplibcolor+ function of \Verb+luamplib+ package.
+\item June, 6th, 2020, v 0.6, add support of version 4 of the
+ \emph{MSH ASCII file format}.
+\end{itemize}
+
+
\input{dum.bbl}
\end{document}