aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/reedsolomon/tikz/polynom2.tex
diff options
context:
space:
mode:
authorJODBaer <JODBaer@github.com>2021-07-26 14:17:05 +0200
committerJODBaer <JODBaer@github.com>2021-07-26 14:17:05 +0200
commitf12bfc8392b2f09416fb2171a4dd0107ebe16722 (patch)
tree16f6f73ee47eadeb200efccb4138c57d0d6ddba6 /buch/papers/reedsolomon/tikz/polynom2.tex
parentMerge commit '56443dfc2486e08b0ed3bf8ecc61c9ad8a83e213' into Baer (diff)
downloadSeminarMatrizen-f12bfc8392b2f09416fb2171a4dd0107ebe16722.tar.gz
SeminarMatrizen-f12bfc8392b2f09416fb2171a4dd0107ebe16722.zip
update some files too
Diffstat (limited to '')
-rw-r--r--buch/papers/reedsolomon/tikz/polynom2.tex (renamed from buch/papers/reedsolomon/images/polynom2.tex)10
1 files changed, 9 insertions, 1 deletions
diff --git a/buch/papers/reedsolomon/images/polynom2.tex b/buch/papers/reedsolomon/tikz/polynom2.tex
index 288b51c..456e067 100644
--- a/buch/papers/reedsolomon/images/polynom2.tex
+++ b/buch/papers/reedsolomon/tikz/polynom2.tex
@@ -1,5 +1,13 @@
% polynome
%-------------------
+
+\documentclass[tikz]{standalone}
+\usepackage{amsmath}
+\usepackage{times}
+\usepackage{pgfplots}
+
+
+\begin{document}
% Teiler für das Skalieren der Grafik /40
\newcommand{\teiler}{40}
@@ -46,4 +54,4 @@
\draw(0,100/\teiler) -- (-0.1,100/\teiler) coordinate[label={left:$100$}];
\draw(1,0) -- (1,-0.1) coordinate[label={below:$1$}];
\end{tikzpicture}
-%\end{document}
+\end{document}