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.fig/Makefile | 1 + figs/shapes.fig/cross.tikz.tex | 11 +++++++++++ figs/shapes.fig/diamond.tikz.tex | 11 +++++++++++ figs/shapes.fig/libs/shapes.sty | 1 + 4 files changed, 24 insertions(+) create mode 120000 figs/shapes.fig/Makefile create mode 100644 figs/shapes.fig/cross.tikz.tex create mode 100644 figs/shapes.fig/diamond.tikz.tex create mode 120000 figs/shapes.fig/libs/shapes.sty (limited to 'figs/shapes.fig') diff --git a/figs/shapes.fig/Makefile b/figs/shapes.fig/Makefile new file mode 120000 index 0000000..704310e --- /dev/null +++ b/figs/shapes.fig/Makefile @@ -0,0 +1 @@ +../libs/Makefile \ No newline at end of file diff --git a/figs/shapes.fig/cross.tikz.tex b/figs/shapes.fig/cross.tikz.tex new file mode 100644 index 0000000..bede7cd --- /dev/null +++ b/figs/shapes.fig/cross.tikz.tex @@ -0,0 +1,11 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{shapes} + +\begin{document} +\begin{tikzpicture} +\grid44{(-2,-2)} +\cross{cyan}{(0,0)} +\end{tikzpicture} +\end{document} diff --git a/figs/shapes.fig/diamond.tikz.tex b/figs/shapes.fig/diamond.tikz.tex new file mode 100644 index 0000000..1deae69 --- /dev/null +++ b/figs/shapes.fig/diamond.tikz.tex @@ -0,0 +1,11 @@ +\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.fig/libs/shapes.sty b/figs/shapes.fig/libs/shapes.sty new file mode 120000 index 0000000..eaa25c7 --- /dev/null +++ b/figs/shapes.fig/libs/shapes.sty @@ -0,0 +1 @@ +../../libs/shapes.sty \ No newline at end of file -- cgit v1.2.3-70-g09d2