Bug Tracker 
ID | 62🔗 |
---|---|
Date: | 2014-06-02 15:20:00 |
Status | Open Sign in if you want to bump this report. |
Category | venndiagram |
Version | 1.0 |
Summary | Shading wrong areas |
Sign in to subscribe to notifications about this report.
I'm looking for a volunteer to take over
venndiagram. If you are interested, please use the contact page.
Description
It seems that some update broke the venndiagram package. The same file that worked before in the Spring 2013, now produces a wrong output.MWE
Download (216B)
\documentclass{article} \usepackage{venndiagram} \begin{document} \begin{venndiagram3sets} \fillOnlyA \end{venndiagram3sets} \end{document} %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% End:
Evaluation
This problem is caused by a change in syntax for atan2
in pgf v3.0. Fixed in v1.1 (2016-03-16). The package now checks the value of \pgfversion
to determine whether the old syntax or new syntax should be used.
Comments
2 comments.
Replying to Comment #34:
🔗Comment from Nicola Talbot 🦜
Date: 2016-10-15 14:18:00
Date: 2016-10-15 14:18:00
I'll add a package option, but it should be possible to set it manually using
\vennoldpgffalseI've reopened this since the fix no longer works.
Replying to Comment #35:
Add Comment
Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=62
Date: 2016-10-14 17:54:07
It appears that the PGF version 3.0.1a has broken your fix. Perhaps you could add an option that allows the user to set
\vennoldpgffalse
manually. Something like,