Modified some figures
Signed-off-by: Riccardo Finotello <riccardo.finotello@gmail.com>
This commit is contained in:
35
tikz/branesangles.pgf
Normal file
35
tikz/branesangles.pgf
Normal file
@@ -0,0 +1,35 @@
|
||||
\begin{tikzpicture}
|
||||
|
||||
% draw axis
|
||||
\draw[thick, ->] (-3cm, 0cm) -- (3cm, 0cm) node[anchor=south] {$X^1$};
|
||||
\draw[thick, ->] (0cm, -3cm) -- (0cm, 3cm) node[anchor=east] {$X^2$};
|
||||
|
||||
% draw the D-branes
|
||||
\draw[dash pattern=on 5pt off 2pt on 5pt off 2pt on 4cm off 2pt] (-2.5cm, -1cm) -- (2.75cm, -2.15cm);
|
||||
\draw[dash pattern=on 5pt off 2pt on 5pt off 2pt on 5pt off 2pt on 5pt off 2pt on 4.5cm off 2pt] (-2.5cm, -2cm) -- (1cm, 2.75cm);
|
||||
\draw[dash pattern=on 5pt off 2pt on 5pt off 2pt on 4.5cm off 2pt] (0.6cm, 2.9cm) -- (2cm, -2.75cm);
|
||||
|
||||
% give the D-branes names
|
||||
\node[anchor=base] (D1) at (-0.75cm, -2.25cm) {$D_{(1)}$};
|
||||
\node[anchor=base] (D2) at (-1.25cm, 1cm) {$D_{(2)}$};
|
||||
\node[anchor=base] (D3) at (1.7cm, 0.8cm) {$D_{(3)}$};
|
||||
|
||||
% draw the distance of each side from the center
|
||||
\draw[thin] (0cm, 0cm) -- (-0.3cm, -1.47cm) node[anchor=north] {$g_{(1)}$};
|
||||
\draw[thin] (0cm, 0cm) -- (-0.7cm, 0.45cm) node[anchor=east] {$g_{(2)}$};
|
||||
\draw[thin] (0cm, 0cm) -- (1.27cm, 0.22cm) node[anchor=west] {$g_{(3)}$};
|
||||
|
||||
% prolong the end points
|
||||
\draw[dotted] (1.3cm, -1.925cm) node[anchor=north] {$f_{(1)}$} -- (3cm, -1.925cm);
|
||||
\draw[dotted] (0.3cm, 2.4cm) -- (2cm, 2.4cm) node[anchor=north east] {$f_{(2)}$};
|
||||
\draw[dotted] (-2.3cm, -1.14cm) node[anchor=north east] {$f_{(3)}$} -- (-0.6cm, -1.14cm);
|
||||
|
||||
% draw the arcs for the angles
|
||||
|
||||
\draw[thin, <-] (2.6cm, -2.12cm) arc (0:30:0.4cm) node[anchor=south] {$\pi \alpha_{(1)}$};
|
||||
\draw[thin, <-] (-2.1cm, -1.5cm) arc (250:360:0.4cm) node[anchor=south west] {$\pi \alpha_{(2)}$};
|
||||
\draw[thin, <-] (1.1cm, 2.4cm) arc (0:100:0.4cm) node[anchor=south] {$\pi \alpha_{(3)}$};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
% vim: ft=tex
|
||||
27
tikz/chanpaton.pgf
Normal file
27
tikz/chanpaton.pgf
Normal file
@@ -0,0 +1,27 @@
|
||||
\usetikzlibrary{decorations.markings}
|
||||
\usetikzlibrary{decorations.pathmorphing}
|
||||
\usetikzlibrary{arrows}
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
% draw the D-branes
|
||||
\draw[thick] (0cm, 0cm) -- (1cm, 0.5cm) -- (1cm, 4cm) -- (0cm, 3.5cm) -- cycle;
|
||||
\draw[thick] (2.5cm, 0cm) -- (3.5cm, 0.5cm) -- (3.5cm, 4cm) -- (2.5cm, 3.5cm) -- cycle;
|
||||
\draw[thick] (5cm, 0cm) -- (6cm, 0.5cm) -- (6cm, 4cm) -- (5cm, 3.5cm) -- cycle;
|
||||
|
||||
% draw strings
|
||||
\draw[decorate, decoration={snake, segment length=1cm}, dash pattern=on 2.45cm off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (0.5cm, 3cm) -- (3cm, 1.5cm);
|
||||
\node[anchor=base] (l1) at (1.75cm, 2.75cm) {$\tensor{\lambda}{^1_1_2}$};
|
||||
|
||||
\draw[decorate, decoration={snake, segment length=1cm}, dash pattern=on 2.45cm off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (3cm, 3cm) -- (5.5cm, 1.5cm);
|
||||
\node[anchor=base] (l2) at (4.25cm, 2.75cm) {$\tensor{\lambda}{^2_2_3}$};
|
||||
|
||||
\draw[decorate, decoration={snake, segment length=1cm}, postaction={decoration={markings, mark=at position 0.765 with {\arrow{>}}}, decorate}] (3cm, 2.5cm) .. controls (3.5cm, 2cm) and (3.5cm, 1cm) .. (3cm, 0.5cm);
|
||||
\node[anchor=base] (l3) at (4cm, 1.5cm) {$\tensor{\lambda}{^3_2_2}$};
|
||||
|
||||
\draw[decorate, decoration={snake, segment length=1cm}, dash pattern=on 5.15cm off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (0.5cm, 1cm) .. controls (1.5cm, 0cm) and (4cm, 0cm) .. (5.5cm, 1cm);
|
||||
\node[anchor=base] (l4) at (3cm, -0.5cm) {$\tensor{\lambda}{^4_3_1}$};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
% vim: ft=tex
|
||||
28
tikz/complex_plane.pgf
Normal file
28
tikz/complex_plane.pgf
Normal file
@@ -0,0 +1,28 @@
|
||||
\usetikzlibrary{decorations.markings}
|
||||
\usetikzlibrary{arrows}
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
% draw axis
|
||||
\draw[thick, ->] (-3cm, 0cm) -- (3cm, 0cm) node[anchor=south] {$\Re z$};
|
||||
\draw[thick, ->] (0cm, -3cm) -- (0cm, 3cm) node[anchor=east] {$\Im z$};
|
||||
|
||||
% draw closed loops
|
||||
\draw[dotted, decorate, decoration={markings, mark=at position 0.0 with {\arrow{latex}}}] (0cm, 0cm) circle [radius=1.0cm];
|
||||
\draw[dotted, decorate, decoration={markings, mark=at position 0.0 with {\arrow{latex}}}] (0cm, 0cm) circle [radius=2.5cm];
|
||||
|
||||
% draw arrows
|
||||
\draw[-latex] (0,0) -- (1.75cm, 1.75cm) node[anchor=south west] (z1) {$\abs{z_{(1)}} = e^{\tau_{E\, (1)}}$};
|
||||
\draw[-latex] (0,0) -- (0.45cm, -0.9cm) node[anchor=north west] (z0) {$\abs{z_{(0)}} = e^{\tau_{E\, (0)}}$};
|
||||
|
||||
% draw isolated point
|
||||
\draw[fill] (-1.5cm, 1.1cm) circle [radius=2pt] node[anchor=south west] (w) {$w$};
|
||||
|
||||
% draw the names of the paths (use $\mathcal{C}$ instead of $\ccC$ if it does not compile)
|
||||
\node (c0) at (-0.7cm, -1.2cm) {$\ccC_{(0)}$};
|
||||
\node (c0) at (-1.5cm, -2.6cm) {$\ccC_{(1)}$};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
% vim: ft=tex
|
||||
21
tikz/quark.pgf
Normal file
21
tikz/quark.pgf
Normal file
@@ -0,0 +1,21 @@
|
||||
\usetikzlibrary{decorations.markings}
|
||||
\usetikzlibrary{decorations.pathmorphing}
|
||||
\usetikzlibrary{arrows}
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
% draw the D-branes
|
||||
\draw[thick] (0cm, 0cm) node[anchor=north] (r) {$r$} -- (1cm, 0.5cm) -- (1cm, 4cm) -- (0cm, 3.5cm) -- cycle;
|
||||
\draw[thick] (0.3cm, 0cm) node[anchor=north] (g) {$g$} -- (1.3cm, 0.5cm) -- (1.3cm, 4cm) -- (0.3cm, 3.5cm) -- cycle;
|
||||
\draw[thick] (0.6cm, 0cm) node[anchor=north] (b) {$b$} -- (1.6cm, 0.5cm) -- (1.6cm, 4cm) -- (0.6cm, 3.5cm) -- cycle;
|
||||
|
||||
\draw[thick] (4cm, 0cm) node[anchor=north] (u) {$u$} -- (5cm, 0.5cm) -- (5cm, 4cm) -- (4cm, 3.5cm) -- cycle;
|
||||
\draw[thick] (4.3cm, 0cm) node[anchor=north] (d) {$d$} -- (5.3cm, 0.5cm) -- (5.3cm, 4cm) -- (4.3cm, 3.5cm) -- cycle;
|
||||
|
||||
% draw the strings
|
||||
\draw[decorate, decoration={snake, segment length=1cm}, dash pattern=on 3.35cm off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (0.85cm, 2.5cm) -- (4.25cm, 2.5cm);
|
||||
\draw[decorate, decoration={snake, segment length=1cm}, dash pattern=on 3.35cm off 1pt on 1pt off 1pt on 1pt off 1pt on 1pt off 1pt, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (0.85cm, 1.5cm) -- (4.25cm, 1.5cm);
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
% vim: ft=tex
|
||||
22
tikz/radial_ordering.pgf
Normal file
22
tikz/radial_ordering.pgf
Normal file
@@ -0,0 +1,22 @@
|
||||
\usetikzlibrary{decorations.markings}
|
||||
\usetikzlibrary{arrows}
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
% draw axis
|
||||
\draw[thick, ->] (-3cm, 0cm) -- (3cm, 0cm) node[anchor=south] (ascissa) {$\Re z$};
|
||||
\draw[thick, ->] (0cm, -3cm) -- (0cm, 3cm) node[anchor=east] (ordinata) {$\Im z$};
|
||||
|
||||
% draw isolated point
|
||||
\draw[fill] (-1.5cm, 1.1cm) circle [radius=2pt] node[anchor=south west] (w) {$w$};
|
||||
|
||||
% draw closed loops
|
||||
\draw[dotted, decorate, decoration={markings, mark=at position 0.0 with {\arrow{latex}}}] (-1.5cm, 1.1cm) circle [radius=0.6cm];
|
||||
|
||||
% draw the names of the paths (use $\mathcal{C}$ instead of $\ccC$ if it does not compile)
|
||||
\node (c0) at (-2.1cm, 0.3cm) {$\ccC_{(w)}$};
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
|
||||
% vim: ft=tex
|
||||
35
tikz/smbranes.pgf
Normal file
35
tikz/smbranes.pgf
Normal file
@@ -0,0 +1,35 @@
|
||||
\usetikzlibrary{decorations.markings}
|
||||
\usetikzlibrary{decorations.pathmorphing}
|
||||
\usetikzlibrary{arrows}
|
||||
|
||||
\begin{tikzpicture}
|
||||
|
||||
% draw the baryonic stack
|
||||
\draw[thick] (-2.5cm, 5cm) -- (2.5cm, 5cm);
|
||||
\draw[thick] (-2.5cm, 4.9cm) -- (2.5cm, 4.9cm) node[anchor=west] (baryonic) {baryonic $\qty(Y = \frac{1}{3} )$};
|
||||
\draw[thick] (-2.5cm, 4.8cm) -- (2.5cm, 4.8cm);
|
||||
|
||||
% draw the left stack
|
||||
\draw[thick] (-2.25cm, 5.25cm) -- (-2.25cm, 0cm);
|
||||
\draw[thick] (-2.15cm, 5.25cm) -- (-2.15cm, 0cm) node[anchor=north east] (left) {left $\qty( Y = - \frac{1}{2} )$};
|
||||
|
||||
% draw leptonic and right stacks
|
||||
\draw[thick] (-2.5cm, 2.5cm) -- (2.5cm, 2.5cm) node[anchor=west] (l1) {leptonic $\qty( Y = 0 )$};
|
||||
\draw[thick] (-2.5cm, 0.5cm) -- (2.5cm, 0.5cm) node[anchor=west] (l2) {leptonic $\qty( Y = -1 )$};
|
||||
\draw[thick] (0cm, 5.25cm) -- (0cm, 0cm) node[anchor=north] (r1) {right $\qty( Y = -1 )$};
|
||||
\draw[thick] (2.25cm, 5.25cm) -- (2.25cm, 0cm) node[anchor=north west] (r2) {right $\qty( Y = 0 )$};
|
||||
|
||||
% draw left quarks
|
||||
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (-2.15cm, 3.5cm) node[anchor=south east] {$\mqty( u_L \\ d_L )$} -- (-1cm, 4.8cm);
|
||||
% draw up right quark
|
||||
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (0cm, 3.5cm) node[anchor=east] {$\baru_R$} -- (1cm, 4.8cm);
|
||||
% draw down right quark
|
||||
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (2.25cm, 3.5cm) node[anchor=west] {$\bard_R$} -- (1.15cm, 4.8cm);
|
||||
% draw left leptons
|
||||
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{>}}}, decorate}] (-2.15cm, 0.9cm) node[anchor=south east] {$\mqty( \nu^e_L \\ e^-_L )$} -- (-1cm, 2.5cm);
|
||||
% draw right leptons
|
||||
\draw[decorate, decoration={snake, segment length=0.5cm}, postaction={decoration={markings, mark=at position 0.5 with {\arrow{<}}}, decorate}] (0cm, 0.9cm) node[anchor=east] {$\bare^+_R$} -- (1cm, 2.5cm);
|
||||
|
||||
\end{tikzpicture}
|
||||
|
||||
% vim: ft=tex
|
||||
13
tikz/welladapted.pgf
Normal file
13
tikz/welladapted.pgf
Normal 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
|
||||
Reference in New Issue
Block a user