diff options
author | JODBaer <JODBaer@github.com> | 2021-07-29 16:54:19 +0200 |
---|---|---|
committer | JODBaer <JODBaer@github.com> | 2021-07-29 16:54:19 +0200 |
commit | 8cc6ee76118ec1b446a732b9b7e06147737957d1 (patch) | |
tree | f253324587eb3fd31759a11b0d02e5558aec9c00 /buch/papers/reedsolomon/tikz | |
parent | Merge remote-tracking branch 'upstream/master' into Baer (diff) | |
download | SeminarMatrizen-8cc6ee76118ec1b446a732b9b7e06147737957d1.tar.gz SeminarMatrizen-8cc6ee76118ec1b446a732b9b7e06147737957d1.zip |
save typos
Diffstat (limited to '')
-rw-r--r-- | buch/papers/reedsolomon/tikz/polynom2.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/reedsolomon/tikz/polynom2.tex b/buch/papers/reedsolomon/tikz/polynom2.tex index 47dc679..80557fb 100644 --- a/buch/papers/reedsolomon/tikz/polynom2.tex +++ b/buch/papers/reedsolomon/tikz/polynom2.tex @@ -14,7 +14,7 @@ %////////////////////////////////////// -\begin{tikzpicture}[>=latex,thick] +\begin{tikzpicture}[>=latex,thick,] \draw[color=blue, line width=1.4pt] plot[domain=0:8, samples=100] ({\x},{(2*\x^2+1*\x+5)/\teiler}); |