2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

adjusted drawing

This commit is contained in:
Martin Thoma 2013-12-15 19:47:35 +01:00
parent b0686c187e
commit 45bd4d008b
2 changed files with 11 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Before After
Before After

View file

@ -1,13 +1,21 @@
\documentclass[varwidth=true, border=2pt]{standalone}
\usepackage{amsmath,amssymb}% math symbols / fonts
\usepackage{tikz}
\usepackage{tqft}
\usetikzlibrary{patterns}
\begin{document}
\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)}
@ -33,8 +41,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);