diff options
author | Reto Fritsche <reto.fritsche@ost.ch> | 2021-08-09 23:18:14 +0200 |
---|---|---|
committer | Reto Fritsche <reto.fritsche@ost.ch> | 2021-08-09 23:18:14 +0200 |
commit | 5a229fced6ee10f25060e190c0b08bba048a7617 (patch) | |
tree | 592f07a72dc67d12135564d2497f1b3649fe78eb /buch/papers/reedsolomon/experiments/plot.tex | |
parent | scratch ready (diff) | |
parent | Merge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen (diff) | |
download | SeminarMatrizen-5a229fced6ee10f25060e190c0b08bba048a7617.tar.gz SeminarMatrizen-5a229fced6ee10f25060e190c0b08bba048a7617.zip |
Merge remote-tracking branch 'upstream/master' into mceliece
Diffstat (limited to '')
-rw-r--r-- | buch/papers/reedsolomon/experiments/plot.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/reedsolomon/experiments/plot.tex b/buch/papers/reedsolomon/experiments/plot.tex index 2196c82..4b156bb 100644 --- a/buch/papers/reedsolomon/experiments/plot.tex +++ b/buch/papers/reedsolomon/experiments/plot.tex @@ -90,7 +90,7 @@ \draw[ultra thick, ->] (zoom) to[out=180, in=90] (syndrom.north); %item - \node[circle, draw, fill =lightgray] at (signal.north west)+(1,0) {1}; + \node[circle, draw, fill =lightgray] at (signal.north west) {1}; \node[circle, draw, fill =lightgray] at (codiert.north west) {2}; \node[circle, draw, fill =lightgray] at (fehler.north west) {3}; \node[circle, draw, fill =lightgray] at (empfangen.north west) {4}; |