1
0
Fork 0

Moved old dir to subdirectory 2018-19

This commit is contained in:
Eric-Teunis de Boone 2020-04-16 10:38:52 +02:00
parent 18ca312dcd
commit e7003ee061
22 changed files with 30 additions and 12 deletions

View file

@ -0,0 +1,26 @@
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}[decoration={
markings,
mark=at position 0.5 with {\arrow{>}}}
]
\draw[thick,postaction={decorate}] (-2,3) node[left] {$\nu_\mu$} -- (0,2) ; % incoming top
\draw[thick,postaction={decorate}] (0,2) -- (2,3) node[right] {$\mu^-$} ; % outgoing top
\draw[draw=white,double=black, very thick, decorate, decoration=snake] (0,2) -- (0,1) node[right,pos=0.5] {$W^{+}$};
\draw[thick,postaction={decorate}] (-2,0) node[left] {$e^{-}$} -- (0,1); % ingoing bottom
\draw[thick,postaction={decorate}] (0,1) -- (2,0) node[right] {$\nu_e$} ; % ingoing bottom
\end{tikzpicture}
\end{document}

View file

@ -0,0 +1,25 @@
\documentclass{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{decorations.markings}
\usetikzlibrary{patterns}
\begin{document}
\begin{tikzpicture}[decoration={
markings,
mark=at position 0.5 with {\arrow{>}}}
]
\draw[thick,postaction={decorate}] (-2,3) node[left] {$\nu_\mu$} -- (0,2) ; % incoming top
\draw[thick,postaction={decorate}] (0,2) -- (2,3) node[right] {$\nu_\mu$} ; % outgoing top
\draw[draw=white,double=black, very thick, decorate, decoration=snake] (0,2) -- (0,1) node[right,pos=0.5] {$Z$};
\draw[thick,postaction={decorate}] (-2,0) node[left] {$e^{-}$} -- (0,1); % ingoing bottom
\draw[thick,postaction={decorate}] (0,1) -- (2,0) node[right] {$e^{-}$} ; % ingoing bottom
\end{tikzpicture}
\end{document}