diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-03 22:56:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-03 22:56:48 +0000 |
commit | 49ee169240901a3f97d82ab2e35e37cf237b3961 (patch) | |
tree | 75a8e3f59aebd5cac9c9132f0bdbd606052cde67 /Master/texmf-dist/doc/latex/hobby/README | |
parent | 8028e80de243e75b6cd0bdc9aec5dbed7c6be192 (diff) |
new tikz package hobby (3sep12)
git-svn-id: svn://tug.org/texlive/trunk@27584 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hobby/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/hobby/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hobby/README b/Master/texmf-dist/doc/latex/hobby/README new file mode 100644 index 00000000000..d48c4b90e17 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hobby/README @@ -0,0 +1,14 @@ +---------------------------------------------------------------- +hobby --- a TikZ/PGF library for drawing smooth(ish) curves using + Hobby's algorithm (implemented in LaTeX3) +E-mail: stacey@math.ntnu.no +Released under the LaTeX Project Public License v1.3c or later +See http://www.latex-project.org/lppl.txt +---------------------------------------------------------------- + +This package defines a path generation function for TikZ/PGF +which implements Hobby's algorithm for a path built out of Bezier +curves which passes through a given set of points. + +The implementation is in LaTeX3. It can be used as as a TikZ +`to path`. |