summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-16 00:37:32 +0000
committerKarl Berry <karl@freefriends.org>2008-04-16 00:37:32 +0000
commit206a7fd1b0bc3f4ed9a490a9b8582e08a7b3b020 (patch)
tree560989ded57273ead7ca5fb32007e0e53b9abeb2 /Master/texmf-dist/doc/metapost
parentdfc967cd868ad32efe600295b7279bd8a89d0c6b (diff)
venn update (16apr08)
git-svn-id: svn://tug.org/texlive/trunk@7435 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost')
-rw-r--r--Master/texmf-dist/doc/metapost/venn/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/venn/README b/Master/texmf-dist/doc/metapost/venn/README
new file mode 100644
index 00000000000..125813016b3
--- /dev/null
+++ b/Master/texmf-dist/doc/metapost/venn/README
@@ -0,0 +1,19 @@
+VENN.MP
+
+This package allow you to draw Venn diagrams, properly shaded, with Metapost.
+
+For example:
+
+ draw_venn_two(true,false,true,false) shifted (2in,1in);
+
+draws a diagram with the outer box shaded, with the first circle but not
+the second unshaded, with the intersection of the two shaded, and with the
+second circle but not the first unshaded. That is, this is a picture of
+the complement of the symmetric difference of A and B.
+
+There are commands also for draw_venn_three and for completeness
+draw_venn_one and draw_venn_none (go ahead and laugh; see if I care).
+
+The license is the LaTeX Project Public License.
+
+Jim Hefferon