Add branch cuts

Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
2020-11-06 14:35:41 +01:00
parent 1c316a7ab1
commit b3c49df7cc
3 changed files with 127 additions and 1 deletions

13
img/welladapted.pgf Normal file
View File

@@ -0,0 +1,13 @@
\begin{tikzpicture}
% draw the D-brane
\draw (0cm, 0cm) -- (5cm, -1cm) -- (6cm, 3cm) -- (1.5cm, 4cm) node[anchor=south west] {$D_{(t)}$} -- cycle;
% draw a triad of axis
\draw[thick, ->] (3cm, 1cm) -- (2.7cm, 0.1cm) node[anchor=east] {$X^1_{(t)}$};
\draw[thick, ->] (3cm, 1cm) -- (5cm, 0.6cm) node[anchor=south] {$X^2_{(t)}$};
\draw[thick, ->] (3cm, 1cm) -- (3cm, 2.75cm) node[anchor=east] {$X^{3,\, 4}_{(t)}$};
\end{tikzpicture}
% vim: ft=tex