aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/110-elliptisch/images/ellcommon.tex
diff options
context:
space:
mode:
Diffstat (limited to 'buch/chapters/110-elliptisch/images/ellcommon.tex')
-rw-r--r--buch/chapters/110-elliptisch/images/ellcommon.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/buch/chapters/110-elliptisch/images/ellcommon.tex b/buch/chapters/110-elliptisch/images/ellcommon.tex
index 90bc486..cd3245d 100644
--- a/buch/chapters/110-elliptisch/images/ellcommon.tex
+++ b/buch/chapters/110-elliptisch/images/ellcommon.tex
@@ -10,15 +10,15 @@
\def\l{0.2}
\def\pol#1#2{
- \draw[color=#2!40,line width=2.4pt]
+ \draw[color=#2!50,line width=3.0pt]
($#1+(-\l,-\l)$) -- ($#1+(\l,\l)$);
- \draw[color=#2!40,line width=2.4pt]
+ \draw[color=#2!50,line width=3.0pt]
($#1+(-\l,\l)$) -- ($#1+(\l,-\l)$);
}
\def\nullstelle#1#2{
- \draw[color=#2!40,line width=2.4pt] #1 circle[radius=\l];
+ \draw[color=#2!50,line width=3.0pt] #1 circle[radius=\l];
}
\def\rechteck#1#2{
\fill[color=#1!20] (-1,-1) rectangle (1,1);
- \node[color=#1] at (0,0) {$#2$};
+ \node[color=#1] at (0,0) {$#2\mathstrut$};
}