Skip to content

Instantly share code, notes, and snippets.

@ninux
Created April 13, 2014 19:50
Show Gist options
  • Save ninux/10599536 to your computer and use it in GitHub Desktop.
Save ninux/10599536 to your computer and use it in GitHub Desktop.
minimal example for "venndiagram" bugreport
\documentclass[a4paper, 10pt, fleqn]{article}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage{venndiagram}
\begin{document}
\begin{figure}[h!]
\centering
\begin{venndiagram2sets}[tikzoptions={scale=0.7}]
\fillOnlyA;
\end{venndiagram2sets}
\end{figure}
\end{document}
@ninux
Copy link
Author

ninux commented Apr 13, 2014

There's a workaround for this problem: use

\fillANotB;

instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment