mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
removed glossary
This commit is contained in:
parent
aa6af3fafa
commit
5225c47e5f
5 changed files with 15 additions and 14 deletions
|
@ -19,12 +19,12 @@
|
|||
%minor tick num=-3,
|
||||
enlargelimits=true]
|
||||
\addplot[domain=0:12, red, thick,samples=500] {1/3*x^1.5};
|
||||
\addplot[domain=0:12, orange, thick,samples=500] {1*x^1.5};
|
||||
\addplot[domain=0:12, blue, thick,samples=500] {2*x^1.5};
|
||||
\addplot[domain=0:12, dotted, orange, thick,samples=500] {1*x^1.5};
|
||||
\addplot[domain=0:12, dashed, blue, thick,samples=500] {2*x^1.5};
|
||||
|
||||
\addplot[domain=0:12, red, thick,samples=500] {-1/3*x^1.5};
|
||||
\addplot[domain=0:12, orange, thick,samples=500] {-1*x^1.5};
|
||||
\addplot[domain=0:12, blue, thick,samples=500] {-2*x^1.5};
|
||||
\addplot[domain=0:12, dotted, orange, thick,samples=500] {-1*x^1.5};
|
||||
\addplot[domain=0:12, dashed, blue, thick,samples=500] {-2*x^1.5};
|
||||
\addlegendentry{$a=\frac{1}{3}$}
|
||||
\addlegendentry{$a=1$}
|
||||
\addlegendentry{$a=2$}
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
\begin{tikzpicture}[tqft/flow=east]
|
||||
\begin{tikzpicture}
|
||||
\draw (0,0) ellipse (2cm and 1cm);
|
||||
\draw (0,-2) ellipse (3cm and 0.8cm);
|
||||
\begin{scope}[xshift=-2.2cm,yshift=-2.8cm]
|
||||
\draw[->] (0,0) -- (0,1.5);
|
||||
\draw[->] (0,0) -- (1.5,0);
|
||||
\node at (0.3,0.16) {$\mathbb{R}^n$};
|
||||
\end{scope}
|
||||
\begin{scope}[xshift=0.4cm,yshift=-2.8cm]
|
||||
\draw[->] (0,0) -- (0,1.5);
|
||||
\draw[->] (0,0) -- (1.5,0);
|
||||
\node at (0.3,0.16) {$\mathbb{R}^n$};
|
||||
\end{scope}
|
||||
\def\ringa{(-0.3,0) circle (0.5cm)}
|
||||
\def\ringb{(+0.3,0) circle (0.5cm)}
|
||||
|
||||
|
@ -26,8 +35,6 @@
|
|||
\node at (-1.9,-2) {$V_i$};
|
||||
\node at (+1.9,-2) {$V_j$};
|
||||
\node at (+2.0,0.7) {$X$};
|
||||
\node at (+2.4,-1.3) {$\mathbb{R}^n$};
|
||||
|
||||
|
||||
\path[->] (-0.35,0) edge [bend angle=10,bend right] node[label={[label distance=0.1cm]210:$\varphi_i$}] {} (-1,-1.5);
|
||||
\path[->] (+0.35,0) edge [bend angle=10,bend left] node[label={[label distance=0.1cm]-30:$\varphi_j$}] {} (+1,-1.5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue