diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-24 20:30:36 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-06-24 20:30:36 +0200 |
commit | b2d8e88a2517a5d15b01f4e34ac12dfc8723c265 (patch) | |
tree | c5d3fbbd270f8c836b5838ea6001a32c2c85e9d6 /buch | |
parent | add grid to images (diff) | |
download | SeminarSpezielleFunktionen-b2d8e88a2517a5d15b01f4e34ac12dfc8723c265.tar.gz SeminarSpezielleFunktionen-b2d8e88a2517a5d15b01f4e34ac12dfc8723c265.zip |
improve elliptic domain images
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/110-elliptisch/images/ellpolnul.pdf | bin | 86072 -> 130369 bytes | |||
-rw-r--r-- | buch/chapters/110-elliptisch/images/ellpolnul.tex | 9 | ||||
-rw-r--r-- | buch/chapters/110-elliptisch/images/jacobiplots.pdf | bin | 56975 -> 56975 bytes | |||
-rw-r--r-- | buch/chapters/110-elliptisch/images/kegelpara.pdf | bin | 202828 -> 202828 bytes | |||
-rw-r--r-- | buch/chapters/110-elliptisch/images/torusschnitt.pdf | bin | 312677 -> 312677 bytes |
5 files changed, 6 insertions, 3 deletions
diff --git a/buch/chapters/110-elliptisch/images/ellpolnul.pdf b/buch/chapters/110-elliptisch/images/ellpolnul.pdf Binary files differindex a60a51b..4453703 100644 --- a/buch/chapters/110-elliptisch/images/ellpolnul.pdf +++ b/buch/chapters/110-elliptisch/images/ellpolnul.pdf diff --git a/buch/chapters/110-elliptisch/images/ellpolnul.tex b/buch/chapters/110-elliptisch/images/ellpolnul.tex index fe1d235..b3183fc 100644 --- a/buch/chapters/110-elliptisch/images/ellpolnul.tex +++ b/buch/chapters/110-elliptisch/images/ellpolnul.tex @@ -17,12 +17,15 @@ \input rechteckpfade3.tex -\pgfmathparse{1/\xmax} +\pgfmathparse{2/\xmax} \xdef\dx{\pgfmathresult} \xdef\dy{\dx} -\netz{0.1pt} -\draw[line width=0.1pt] (-1,0) -- (1,0); +\begin{scope}[xshift=-1cm,yshift=-1cm] +\clip (0,0) rectangle (2,2); +\netz{0.4pt} +\draw[line width=0.4pt] (-1,0) -- (1,0); +\end{scope} \fill[color=white,opacity=0.5] (-1,-1) rectangle (1,1); \draw (-1,-1) rectangle (1,1); \node at (-1,-1) [below left] {$0$}; diff --git a/buch/chapters/110-elliptisch/images/jacobiplots.pdf b/buch/chapters/110-elliptisch/images/jacobiplots.pdf Binary files differindex 3ac9fe5..eb9d7f1 100644 --- a/buch/chapters/110-elliptisch/images/jacobiplots.pdf +++ b/buch/chapters/110-elliptisch/images/jacobiplots.pdf diff --git a/buch/chapters/110-elliptisch/images/kegelpara.pdf b/buch/chapters/110-elliptisch/images/kegelpara.pdf Binary files differindex 0d6f63d..2bbd428 100644 --- a/buch/chapters/110-elliptisch/images/kegelpara.pdf +++ b/buch/chapters/110-elliptisch/images/kegelpara.pdf diff --git a/buch/chapters/110-elliptisch/images/torusschnitt.pdf b/buch/chapters/110-elliptisch/images/torusschnitt.pdf Binary files differindex 2948e76..9b64ab2 100644 --- a/buch/chapters/110-elliptisch/images/torusschnitt.pdf +++ b/buch/chapters/110-elliptisch/images/torusschnitt.pdf |