15 lines
		
	
	
		
			547 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			547 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \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 |