From 023ea227e93af47ae9a62f6d1813d59c1583ca0f Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Wed, 5 Aug 2020 00:58:37 -0400 Subject: As presented on 2020-08-05 at Harvard University --- figs/lee_yang.fig/Makefile | 1 + figs/lee_yang.fig/lee_yang.tikz.tex | 25 +++++++++++++++++++++++++ figs/lee_yang.fig/libs/shapes.sty | 1 + 3 files changed, 27 insertions(+) create mode 120000 figs/lee_yang.fig/Makefile create mode 100644 figs/lee_yang.fig/lee_yang.tikz.tex create mode 120000 figs/lee_yang.fig/libs/shapes.sty (limited to 'figs/lee_yang.fig') diff --git a/figs/lee_yang.fig/Makefile b/figs/lee_yang.fig/Makefile new file mode 120000 index 0000000..704310e --- /dev/null +++ b/figs/lee_yang.fig/Makefile @@ -0,0 +1 @@ +../libs/Makefile \ No newline at end of file diff --git a/figs/lee_yang.fig/lee_yang.tikz.tex b/figs/lee_yang.fig/lee_yang.tikz.tex new file mode 100644 index 0000000..f8ab7fd --- /dev/null +++ b/figs/lee_yang.fig/lee_yang.tikz.tex @@ -0,0 +1,25 @@ +\documentclass{standalone} + +\usepackage{tikz} + +\begin{document} +\begin{tikzpicture} + +\fill[color=cyan](-4,-4)--(-4,4)--(4,4)--(4,-4); +\fill[color=white](0,0)circle(3); +\fill[color=cyan](0,0)circle(1); +\draw(-4,0)--(4,0); +\draw(0,-4)--(0,4); + +\fill[color=red]( 5:1.3)circle(0.1); +\fill[color=red]( 75:1.7)circle(0.1); +\fill[color=red]( 91:2.3)circle(0.1); +\fill[color=red]( 121:1.0)circle(0.1); +\fill[color=red]( 134:2.9)circle(0.1); +\fill[color=red]( 178:2.7)circle(0.1); +\fill[color=red](-103:1.8)circle(0.1); +\fill[color=red](- 87:1.4)circle(0.1); +\fill[color=red](- 39:2.3)circle(0.1); +\fill[color=red](-164:3.0)circle(0.1); +\end{tikzpicture} +\end{document} diff --git a/figs/lee_yang.fig/libs/shapes.sty b/figs/lee_yang.fig/libs/shapes.sty new file mode 120000 index 0000000..eaa25c7 --- /dev/null +++ b/figs/lee_yang.fig/libs/shapes.sty @@ -0,0 +1 @@ +../../libs/shapes.sty \ No newline at end of file -- cgit v1.2.3-54-g00ecf