aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/ifs/images/chaosspiel.tex
blob: 7c69ad3b280b42446a3f8d46467e81bd3cfd143a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%
% tikztemplate.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]

% add image content here

\begin{scope}[xshift=-3.6cm]
%\clip (-3.3,-3) rectangle (3.3,3);
\node at (0,0) {
\includegraphics[width=6.8cm]{farnnotweight-eps-converted-to.pdf}
};
\node at (0.2,-5.7) {(a)};
\end{scope}

\begin{scope}[xshift=3.6cm]
%\clip (-3.3,-3) rectangle (3.3,3);
\node at (0,0) {
\includegraphics[width=6.8cm]{farnrightwight-eps-converted-to.pdf}
};
\node at (0.2,-5.7) {(b)};
\end{scope}

\end{tikzpicture}
\end{document}