From c6fe9f4dfa4d790031393370d4e9cf0c9226e03f Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Fri, 8 Sep 2017 05:59:24 +0000 Subject: Update to v0.1: Fixed: removed discussion on k-nearest neighbor exclusion models which do not cover the lattice perfectly. Fixed: extra assumption: particle configurations are determined by their defects. Fixed: miscellaneous minor tweaks, formatting and typos. Added: discussion about Lee-Yang zeros and their relation to the high-fugacity expansion. Added: open problem: soft exclusion potentials. Added: extended bibliography. Changed: Particles in figures are now always centered on the lattice, not the dual lattice. Changed: improved Makefile. --- figs/shapes/Makefile | 1 - figs/shapes/cross.tikz.tex | 11 ----------- figs/shapes/diamond.tikz.tex | 11 ----------- figs/shapes/libs/shapes.sty | 1 - 4 files changed, 24 deletions(-) delete mode 120000 figs/shapes/Makefile delete mode 100644 figs/shapes/cross.tikz.tex delete mode 100644 figs/shapes/diamond.tikz.tex delete mode 120000 figs/shapes/libs/shapes.sty (limited to 'figs/shapes') diff --git a/figs/shapes/Makefile b/figs/shapes/Makefile deleted file mode 120000 index 704310e..0000000 --- a/figs/shapes/Makefile +++ /dev/null @@ -1 +0,0 @@ -../libs/Makefile \ No newline at end of file diff --git a/figs/shapes/cross.tikz.tex b/figs/shapes/cross.tikz.tex deleted file mode 100644 index f29bf57..0000000 --- a/figs/shapes/cross.tikz.tex +++ /dev/null @@ -1,11 +0,0 @@ -\documentclass{standalone} - -\usepackage{tikz} -\usepackage{shapes} - -\begin{document} -\begin{tikzpicture} -\grid55{(-2.5,-2.5)} -\cross{cyan}{(0,0)} -\end{tikzpicture} -\end{document} diff --git a/figs/shapes/diamond.tikz.tex b/figs/shapes/diamond.tikz.tex deleted file mode 100644 index 1deae69..0000000 --- a/figs/shapes/diamond.tikz.tex +++ /dev/null @@ -1,11 +0,0 @@ -\documentclass{standalone} - -\usepackage{tikz} -\usepackage{shapes} - -\begin{document} -\begin{tikzpicture} -\grid44{(-2,-2)} -\diamond{cyan}{(0,0)} -\end{tikzpicture} -\end{document} diff --git a/figs/shapes/libs/shapes.sty b/figs/shapes/libs/shapes.sty deleted file mode 120000 index eaa25c7..0000000 --- a/figs/shapes/libs/shapes.sty +++ /dev/null @@ -1 +0,0 @@ -../../libs/shapes.sty \ No newline at end of file -- cgit v1.2.3-70-g09d2