adding missing pieces
This commit is contained in:
8
tikz-feynman/b.tex
Normal file
8
tikz-feynman/b.tex
Normal 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}
|
||||
Reference in New Issue
Block a user