Bug Tracker RSS feed

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

Return to Search Results

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.

🔗Comment from Michael Barnard
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,

    \usepackage[vennoldpgffalse]{venndiagram}
Replying to Comment #34:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

🔗Comment from Nicola Talbot 🦜
Date: 2016-10-15 14:18:00

I'll add a package option, but it should be possible to set it manually using

\vennoldpgffalse
I've reopened this since the fix no longer works.
Replying to Comment #35:

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.


Add Comment

Name (optional):

Are you human? Please confirm the bug report ID (which can be found at the top of this page) or login if you have an account. All guest comments have to be manually checked before they appear on the page. There are too many bots trying to spam the site to allow unauthenticated users to post without verification.

Comment:


You can use the following markup:

Block:

[pre]Displayed verbatim[/pre]
[quote]block quote[/quote]

In line:

[tt]code[/tt]
[file]file/package/class name[/file]
[em]emphasized text[/em]
[b]bold text[/b]
[url]web address[/url] [sup]superscript[/sup]
[sub]subscript[/sub]

Ordered list:
[ol]
[li]first item[/li]
[li]second item[/li]
[/ol]

Unordered list:
[ul]
[li]first item[/li]
[li]second item[/li]
[/ul]

You can use the Preview button to review your message formatting before submitting.

Page permalink: https://www.dickimaw-books.com/bugtracker.php?key=62

Return to Search Results