diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-06 23:47:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-06 23:47:59 +0000 |
commit | 780c3bdde06307c3e02c609e6a1ed4d1665aef61 (patch) | |
tree | 368cd533e2f14db6f4503575a2d43ee971b317a3 /Master/texmf-dist/doc/latex/ellipse | |
parent | 8fe2a43459967608180aff4cca4f63cd25c8ea5e (diff) |
ellipse (6dec15)
git-svn-id: svn://tug.org/texlive/trunk@39025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ellipse')
-rw-r--r-- | Master/texmf-dist/doc/latex/ellipse/README | 39 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ellipse/ellipse.pdf | bin | 0 -> 418514 bytes |
2 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ellipse/README b/Master/texmf-dist/doc/latex/ellipse/README new file mode 100644 index 00000000000..5eab7c4f9af --- /dev/null +++ b/Master/texmf-dist/doc/latex/ellipse/README @@ -0,0 +1,39 @@ +This is the README file for the ellipse package. + +VERSION + +Version 1.0, December 2015 + +SUMMARY + +Adds the ability to draw ellipses and elliptical arcs on top of the standard LaTeX2e picture environment. + +LaTeX has many advanced graphics packages now, the most extensive are tikz and +pstricks. However, these are also large packages that take long to load and +may not always work on all drivers. The standard pict2e package removes many +of the previous limitations of the `old' LaTeX |picture| environment and makes +it a _lean and portable_ alternative to the more full featured packages. +However, even though it can draw circles and circle arcs well, it lacks the +ability to draw ellipses, ovals, and elliptical arcs. This package adds these +functions on top of the standard pict2e primitives (i.e. the \cbezier command). + +LICENSE + +Copyright (c) 2015 Daan Leijen. + +This software is author-maintained. Permission is granted to copy, +distribute and/or modify this software under the terms of the +LaTeX Project Public License, version 1.3 or higher. This software +is provided 'as it is', without warranty of any kind, either +expressed or implied, including, but not limited to, the implied +warranties of merchantability and fitness for any particular purpose. + +RELATED PACKAGES + +pict2e.sty + +AUTHOR + +Daan Leijen (daan@microsoft.com) + + diff --git a/Master/texmf-dist/doc/latex/ellipse/ellipse.pdf b/Master/texmf-dist/doc/latex/ellipse/ellipse.pdf Binary files differnew file mode 100644 index 00000000000..8a043e3176b --- /dev/null +++ b/Master/texmf-dist/doc/latex/ellipse/ellipse.pdf |