aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/090-pde/bessel/pauke.tex
blob: bba092e931e2bfe7dcc2d2c2b0883b289fa8a10e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%
% pauke.tex -- template for standalon tikz images
%
% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
%
\documentclass[tikz]{standalone}
\usepackage{amsmath}
\usepackage{times}
\usepackage{txfonts}
\usepackage{pgfplots}
\usepackage{csvsimple}
\usetikzlibrary{arrows,intersections,math}
\begin{document}
\def\skala{1}
\begin{tikzpicture}[>=latex,thick,scale=\skala]

\input{besselnodes.tex}

\end{tikzpicture}
\end{document}