Add new figures in Tikz
Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
15
tikz/usual_abelian_angles_a.pgf
Normal file
15
tikz/usual_abelian_angles_a.pgf
Normal file
@@ -0,0 +1,15 @@
|
||||
\begin{tikzpicture}
|
||||
|
||||
% draw D-branes
|
||||
\draw[thick] (-0.5cm, -0.5cm) -- (4cm, 2cm) node[anchor=west] {$D_{(t)}$};
|
||||
\draw[thick] (0cm, -1cm) -- (1.7cm, 4cm) node[anchor=west] {$D_{(t+1)}$};
|
||||
|
||||
% draw baseline and angles
|
||||
\draw[dotted] (-1cm, -0.05cm) -- (5cm, -0.05cm);
|
||||
\draw[->] (1.5cm, -0.05cm) node[anchor=north] {$\alpha_{(t)}$} arc (0:22:1.6cm);
|
||||
\draw[->] (2.5cm, -0.05cm) node[anchor=north] {$\alpha_{(t+1)}$} arc (0:62:2.6cm);
|
||||
\draw[->] (3.5cm, 1.7cm) arc (22:76:2.9cm) node[anchor=east] {$\varepsilon_{(t)}$};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
% vim: ft=tex
|
||||
Reference in New Issue
Block a user