Modified some figures

Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
2020-10-14 21:30:12 +02:00
parent 768c3c201b
commit 366d00ec60
18 changed files with 191 additions and 265 deletions

13
tikz/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_{(t)}$};
\end{tikzpicture}
% vim: ft=tex