We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903b2aa commit 2da2ea6Copy full SHA for 2da2ea6
include/vennand.tex
@@ -14,9 +14,9 @@
14
\setlength{\parskip}{5mm}
15
16
17
-\begin{tabular}{p{2.25in} p{2.25in} p{2.25in}}
+\begin{tabular}{ccc}
18
19
-\begin{tikzpicture}
+\begin{tikzpicture}[scale=0.95]
20
21
\begin{scope}
22
\clip \firstcircle;
@@ -33,7 +33,7 @@
33
&
34
35
% Set A or B
36
37
38
\draw[filled] \firstcircle node {$A$}
39
\secondcircle node {$B$};
@@ -46,7 +46,7 @@
46
47
% NOT A
48
49
50
51
\filldraw[blue!20,even odd rule] \firstsquare \firstcircle;
52
\draw[outline] \firstcircle node{$A$};
0 commit comments