adding missing pieces

This commit is contained in:
2019-11-12 16:11:31 -06:00
parent 2e3caf4d63
commit 238119d740
29 changed files with 2559 additions and 0 deletions

8
tikz-feynman/b.tex Normal file
View File

@@ -0,0 +1,8 @@
\documentclass{standalone}
\usepackage{tikz}
\usepackage{tikz-feynman}
\begin{document}
\begin{tikzpicture}
\draw (0,0) rectangle (2,1) node [midway] {Example};
\end{tikzpicture}
\end{document}