diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-07 21:22:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-07 21:22:36 +0000 |
commit | 81bbb4ab6438b469e7203dff1897e07f3605bef4 (patch) | |
tree | 942bb47d6cb3c1a066479001b7294579fbe60080 /Master/texmf-dist/doc | |
parent | b8781ffe3cc542dd43f26fb4d70eb78dce77a05e (diff) |
venndiagram (7jun18)
git-svn-id: svn://tug.org/texlive/trunk@47952 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/venndiagram/CHANGES | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/venndiagram/INSTALL | 64 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/venndiagram/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.pdf | bin | 36551 -> 37093 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.tex | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/venndiagram/venndiagram.pdf | bin | 302189 -> 303316 bytes |
6 files changed, 13 insertions, 66 deletions
diff --git a/Master/texmf-dist/doc/latex/venndiagram/CHANGES b/Master/texmf-dist/doc/latex/venndiagram/CHANGES index 676c7b40cbd..ca455745b8f 100644 --- a/Master/texmf-dist/doc/latex/venndiagram/CHANGES +++ b/Master/texmf-dist/doc/latex/venndiagram/CHANGES @@ -1,3 +1,7 @@ +v1.2 (2018-06-07): + + * Added boolean option showframe + v1.1 (2016-03-15): * Fixed issue with pgf 3.0 change in syntax for atan2 diff --git a/Master/texmf-dist/doc/latex/venndiagram/INSTALL b/Master/texmf-dist/doc/latex/venndiagram/INSTALL deleted file mode 100644 index fcc7305bcb1..00000000000 --- a/Master/texmf-dist/doc/latex/venndiagram/INSTALL +++ /dev/null @@ -1,64 +0,0 @@ -INSTALLATION - -If you have downloaded the venndiagram package using the TeX -Directory Structure (TDS), that is you have downloaded the archive -venndiagram.tds.zip containing doc, tex, scripts and source -directories, you need to follow the "Installing from TDS" -instructions below. - -If you have downloaded the following files: - -venndiagram.dtx -venndiagram.ins - -You need to follow the "Installing from DTX and INS" instructions -below. - -For further information on installing LaTeX packages see: - -http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings - -INSTALLING FROM TDS -=================== - -Files in tex and doc directories should go in the corresponding -TEXMF directories (for example, /usr/share/texmf-local/ or -C:\localtexmf\). - -*Remember to refresh TeX's database* - -Example (on UNIX like systems): - -unzip venndiagram.tds.zip -d ~/texmf/ -texhash ~/texmf/ - -INSTALLING FROM DTX AND INS -=========================== - -Run LaTeX on venndiagram.ins to generate the package style file: - -latex venndiagram.ins - -To create the package documentation (venndiagram.pdf): - -pdflatex venndiagram.dtx -makeindex -s gind.ist venndiagram.idx -pdflatex venndiagram.dtx -pdflatex venndiagram.dtx - -If TEXMF denotes the base directory of your local TeX installation (e.g. -/usr/share/texmf-local/ or C:\localtexmf\) then create the following -directories (if they don't already exist): - -TEXMF/doc/latex/venndiagram -TEXMF/doc/latex/venndiagram/samples -TEXMF/tex/latex/venndiagram - -Move the sample file (*.tex) to TEXMF/doc/latex/venndiagram/sample/ - -Move the documentation (*.pdf) to TEXMF/doc/latex/venndiagram/ - -Move style file (*.sty) to TEXMF/tex/latex/venndiagram/ - -*Remember to refresh TeX's database* - diff --git a/Master/texmf-dist/doc/latex/venndiagram/README b/Master/texmf-dist/doc/latex/venndiagram/README index 433a5b7861a..ba9ac5b8456 100644 --- a/Master/texmf-dist/doc/latex/venndiagram/README +++ b/Master/texmf-dist/doc/latex/venndiagram/README @@ -1,6 +1,6 @@ -LaTeX Bundle : venndiagram v1.1 +LaTeX Bundle : venndiagram v1.2 -Last Modified : 2016-03-16 +Last Modified : 2018-06-07 Author : Nicola Talbot diff --git a/Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.pdf b/Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.pdf Binary files differindex bd1a2408745..92f29db7fa9 100644 --- a/Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.pdf +++ b/Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.pdf diff --git a/Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.tex b/Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.tex index cfaa3a39aaa..344525c8e4b 100644 --- a/Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.tex +++ b/Master/texmf-dist/doc/latex/venndiagram/samples/venn-sample.tex @@ -17,6 +17,13 @@ $ \mathcal{B} \setminus \mathcal{A} $ \fillOnlyB \end{venndiagram2sets} +No frame: + +\begin{venndiagram2sets}[showframe=false] +\fillOnlyB +\end{venndiagram2sets} + + Using the labels: \begin{venndiagram3sets}[labelOnlyA={1},labelOnlyB={2},labelOnlyC={3}, diff --git a/Master/texmf-dist/doc/latex/venndiagram/venndiagram.pdf b/Master/texmf-dist/doc/latex/venndiagram/venndiagram.pdf Binary files differindex b0d38eddd92..d531646fb9a 100644 --- a/Master/texmf-dist/doc/latex/venndiagram/venndiagram.pdf +++ b/Master/texmf-dist/doc/latex/venndiagram/venndiagram.pdf |