From b061e8140748608327055591a6c9e8a9722274a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 27 Dec 2021 20:34:52 +0100 Subject: new stuff about logarithms --- .../020-exponential/images/Log_Calc-Figure7.jpeg | Bin 0 -> 194327 bytes buch/chapters/020-exponential/images/Makefile | 5 ++-- buch/chapters/020-exponential/images/buergi1.pdf | Bin 0 -> 95838 bytes .../020-exponential/images/buergiausschnitt.pdf | Bin 0 -> 95786 bytes .../020-exponential/images/buergiausschnitt.tex | 27 +++++++++++++++++++++ 5 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 buch/chapters/020-exponential/images/Log_Calc-Figure7.jpeg create mode 100644 buch/chapters/020-exponential/images/buergi1.pdf create mode 100644 buch/chapters/020-exponential/images/buergiausschnitt.pdf create mode 100644 buch/chapters/020-exponential/images/buergiausschnitt.tex (limited to 'buch/chapters/020-exponential/images') diff --git a/buch/chapters/020-exponential/images/Log_Calc-Figure7.jpeg b/buch/chapters/020-exponential/images/Log_Calc-Figure7.jpeg new file mode 100644 index 0000000..3e64452 Binary files /dev/null and b/buch/chapters/020-exponential/images/Log_Calc-Figure7.jpeg differ diff --git a/buch/chapters/020-exponential/images/Makefile b/buch/chapters/020-exponential/images/Makefile index 63ebc4f..0a57348 100644 --- a/buch/chapters/020-exponential/images/Makefile +++ b/buch/chapters/020-exponential/images/Makefile @@ -4,7 +4,7 @@ # (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule # -all: xexpx.pdf w.pdf +all: xexpx.pdf w.pdf buergiausschnitt.pdf xexpx.pdf: xexpx.tex pdflatex xexpx.tex @@ -12,4 +12,5 @@ xexpx.pdf: xexpx.tex w.pdf: w.tex pdflatex w.tex - +buergiausschnitt.pdf: buergiausschnitt.tex buergi1.pdf + pdflatex buergiausschnitt.tex diff --git a/buch/chapters/020-exponential/images/buergi1.pdf b/buch/chapters/020-exponential/images/buergi1.pdf new file mode 100644 index 0000000..d4a8977 Binary files /dev/null and b/buch/chapters/020-exponential/images/buergi1.pdf differ diff --git a/buch/chapters/020-exponential/images/buergiausschnitt.pdf b/buch/chapters/020-exponential/images/buergiausschnitt.pdf new file mode 100644 index 0000000..abc55ef Binary files /dev/null and b/buch/chapters/020-exponential/images/buergiausschnitt.pdf differ 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} + -- cgit v1.2.1