summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/bezierplot/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-02 17:55:49 +0000
committerKarl Berry <karl@freefriends.org>2018-05-02 17:55:49 +0000
commit986752733eb91fe2ebdb22f9e2e058794042f51e (patch)
tree73b8453bccc35861fc31e00cf37f75740b42652a /Master/texmf-dist/doc/lualatex/bezierplot/README
parente8aaa9eaad9ba05d4467157da6d1162ed0c61d20 (diff)
bezierplot (13apr18)
git-svn-id: svn://tug.org/texlive/trunk@47566 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/bezierplot/README')
-rw-r--r--Master/texmf-dist/doc/lualatex/bezierplot/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/bezierplot/README b/Master/texmf-dist/doc/lualatex/bezierplot/README
new file mode 100644
index 00000000000..f33b78c82fc
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/bezierplot/README
@@ -0,0 +1,21 @@
+DESCRIPTION:
+bezierplot is a Lua program as well as a (Lua)LaTeX package.
+Given a smooth function, bezierplot returns a smooth bezier path written
+in TikZ notation (which also matches METAPOST) that approximates the
+graph of the function. For polynomial functions of degree <= 3 and
+inverses of them, the approximation is exact. bezierplot finds special
+points such as extreme points and inflection points and reduces the
+number of used points.
+
+VERSION:
+1.0 2018-04-12
+
+LICENSE:
+The package and the program are distributed on CTAN under the terms of
+the LaTeX Project Public License (LPPL) version 1.3c.
+
+Copyright (c) 2018 Linus Romer
+
+Please write to
+linus dot romer at gmx dot ch
+to submit bug reports, request new features, etc.