aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/020-exponential/images/buergiausschnitt.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@othello.ch>2021-12-27 20:34:52 +0100
committerAndreas Müller <andreas.mueller@othello.ch>2021-12-27 20:34:52 +0100
commitb061e8140748608327055591a6c9e8a9722274a2 (patch)
tree6e47719c8a1481934480d1ca94526d826d3bf876 /buch/chapters/020-exponential/images/buergiausschnitt.tex
parentlineare differenzengleichungen, beta, integral-gamma (diff)
downloadSeminarSpezielleFunktionen-b061e8140748608327055591a6c9e8a9722274a2.tar.gz
SeminarSpezielleFunktionen-b061e8140748608327055591a6c9e8a9722274a2.zip
new stuff about logarithms
Diffstat (limited to 'buch/chapters/020-exponential/images/buergiausschnitt.tex')
-rw-r--r--buch/chapters/020-exponential/images/buergiausschnitt.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/buch/chapters/020-exponential/images/buergiausschnitt.tex b/buch/chapters/020-exponential/images/buergiausschnitt.tex
new file mode 100644
index 0000000..c6f9654
--- /dev/null
+++ b/buch/chapters/020-exponential/images/buergiausschnitt.tex
@@ -0,0 +1,27 @@
+%
+% buergiausschnitt.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]
+
+\def\w{7.5}
+\def\h{10}
+
+\begin{scope}
+\clip (-7.4,-10.4) rectangle (7.9,12.1);
+\node at (0,0) {\includegraphics{buergi1.pdf}};
+\end{scope}
+
+\end{tikzpicture}
+\end{document}
+