From 206a7fd1b0bc3f4ed9a490a9b8582e08a7b3b020 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 16 Apr 2008 00:37:32 +0000 Subject: venn update (16apr08) git-svn-id: svn://tug.org/texlive/trunk@7435 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/metapost/venn/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Master/texmf-dist/doc/metapost/venn/README (limited to 'Master/texmf-dist/doc/metapost') 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 -- cgit v1.2.3