From e1ddd40e512f7cfad58eaf7e63ae36a27f9fb971 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Mon, 1 Oct 2018 22:59:41 +0000 Subject: As presented at Rutgers on 2018-09-27 --- figs/potential.fig/potential.tikz.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 figs/potential.fig/potential.tikz.tex (limited to 'figs/potential.fig/potential.tikz.tex') diff --git a/figs/potential.fig/potential.tikz.tex b/figs/potential.fig/potential.tikz.tex new file mode 100644 index 0000000..8254e5d --- /dev/null +++ b/figs/potential.fig/potential.tikz.tex @@ -0,0 +1,15 @@ +\documentclass{standalone} + +\usepackage{tikz} + +\begin{document} +\begin{tikzpicture} + +\draw(-3,0)--(3,0); +\draw(0,-1.5)--(0,3); + +\draw[line width=1.5pt](-2.5,0)--(0,0)--(0,2.5)--(1.975,-1.25); + +\end{tikzpicture} +\end{document} + -- cgit v1.2.3-54-g00ecf