Skip to content

Commit 2da2ea6

Browse files
committed
Scaling the diagrams to better fit the page.
1 parent 903b2aa commit 2da2ea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/vennand.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
\setlength{\parskip}{5mm}
1515

1616

17-
\begin{tabular}{p{2.25in} p{2.25in} p{2.25in}}
17+
\begin{tabular}{ccc}
1818

19-
\begin{tikzpicture}
19+
\begin{tikzpicture}[scale=0.95]
2020

2121
\begin{scope}
2222
\clip \firstcircle;
@@ -33,7 +33,7 @@
3333
&
3434

3535
% Set A or B
36-
\begin{tikzpicture}
36+
\begin{tikzpicture}[scale=0.95]
3737

3838
\draw[filled] \firstcircle node {$A$}
3939
\secondcircle node {$B$};
@@ -46,7 +46,7 @@
4646

4747
% NOT A
4848

49-
\begin{tikzpicture}
49+
\begin{tikzpicture}[scale=0.95]
5050

5151
\filldraw[blue!20,even odd rule] \firstsquare \firstcircle;
5252
\draw[outline] \firstcircle node{$A$};

0 commit comments

Comments
 (0)