diff options
author | Ian Jauslin <jauslin@ias.edu> | 2018-10-12 20:24:46 +0000 |
---|---|---|
committer | Ian Jauslin <jauslin@ias.edu> | 2018-10-16 02:48:17 +0000 |
commit | 0425ca56937e60d194c475c29b3f145c0bac30bc (patch) | |
tree | a4eb663632a766f1a43d99bc5c676caa83d6d47c /figs/potential.fig |
Initial commitv0.0
Diffstat (limited to 'figs/potential.fig')
l--------- | figs/potential.fig/Makefile | 1 | ||||
-rw-r--r-- | figs/potential.fig/potential.tikz.tex | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/figs/potential.fig/Makefile b/figs/potential.fig/Makefile new file mode 120000 index 0000000..704310e --- /dev/null +++ b/figs/potential.fig/Makefile @@ -0,0 +1 @@ +../libs/Makefile
\ No newline at end of file diff --git a/figs/potential.fig/potential.tikz.tex b/figs/potential.fig/potential.tikz.tex new file mode 100644 index 0000000..82c125d --- /dev/null +++ b/figs/potential.fig/potential.tikz.tex @@ -0,0 +1,22 @@ +\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); +\draw(1.5,1.5)node{\small$U-Ex$}; + +\draw[line width=1pt, densely dotted](-2.5,1)--(0,1); +\draw(-2.8,1)node{\small$E_F$}; + +\draw(0,3.3)node{\small$V$}; +\draw(3.3,0)node{\small$x$}; + +\end{tikzpicture} +\end{document} + |