Ian Jauslin
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jauslin <jauslin@ias.edu>2017-09-08 05:59:24 +0000
committerIan Jauslin <jauslin@ias.edu>2017-09-09 21:06:49 +0000
commitc6fe9f4dfa4d790031393370d4e9cf0c9226e03f (patch)
tree7fa880472e04d1edfb23d4897ed061120e040f19 /figs/assymmetry.fig/assymmetry2.tikz.tex
parent1b13e14750d355b301dc3904702268687216608c (diff)
Update to v0.1:HEADv0.1master
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.
Diffstat (limited to 'figs/assymmetry.fig/assymmetry2.tikz.tex')
-rw-r--r--figs/assymmetry.fig/assymmetry2.tikz.tex23
1 files changed, 23 insertions, 0 deletions
diff --git a/figs/assymmetry.fig/assymmetry2.tikz.tex b/figs/assymmetry.fig/assymmetry2.tikz.tex
new file mode 100644
index 0000000..5877a47
--- /dev/null
+++ b/figs/assymmetry.fig/assymmetry2.tikz.tex
@@ -0,0 +1,23 @@
+\documentclass{standalone}
+
+\usepackage{tikz}
+\usepackage{shapes}
+
+\begin{document}
+\begin{tikzpicture}
+ \fill[color=lightgray](4.5,0.5)--++(1.0,0.0)--++(0.0,1.0)--++(2.0,0.0)--++(0.0,1.0)--++(2.0,0.0)--++(0.0,1.0)--++(2.0,0.0)--++(0.0,1.0)--++(1.0,0.0)--++(0.0,1.0)--++(-1.0,0.0)--++(0.0,2.0)--++(-1.0,0.0)--++(0.0,2.0)--++(-1.0,0.0)--++(0.0,2.0)--++(-1.0,0.0)--++(0.0,1.0)--++(-1.0,0.0)--++(0.0,-1.0)--++(-2.0,0.0)--++(0.0,-1.0)--++(-2.0,0.0)--++(0.0,-1.0)--++(-2.0,0.0)--++(0.0,-1.0)--++(-1.0,0.0)--++(0.0,-1.0)--++(1.0,0.0)--++(0.0,-2.0)--++(1.0,0.0)--++(0.0,-2.0)--++(1.0,0.0)--++(0.0,-2.0)--++(1.0,0.0)--cycle;
+
+ \cross{green}{(10, 9)}
+ \cross{green}{( 8,10)}
+ \cross{green}{( 6,11)}
+ \cross{green}{( 5, 9)}
+ \cross{green}{( 2, 8)}
+ \cross{green}{( 3, 5)}
+ \cross{green}{( 4, 2)}
+ \cross{green}{( 7, 3)}
+ \cross{green}{(10, 4)}
+ \cross{green}{(11, 6)}
+
+ \draw[color=black,line width=6.0](4.5,0.5)--++(1.0,0.0)--++(0.0,1.0)--++(2.0,0.0)--++(0.0,1.0)--++(2.0,0.0)--++(0.0,1.0)--++(2.0,0.0)--++(0.0,1.0)--++(1.0,0.0)--++(0.0,1.0)--++(-1.0,0.0)--++(0.0,2.0)--++(-1.0,0.0)--++(0.0,2.0)--++(-1.0,0.0)--++(0.0,2.0)--++(-1.0,0.0)--++(0.0,1.0)--++(-1.0,0.0)--++(0.0,-1.0)--++(-2.0,0.0)--++(0.0,-1.0)--++(-2.0,0.0)--++(0.0,-1.0)--++(-2.0,0.0)--++(0.0,-1.0)--++(-1.0,0.0)--++(0.0,-1.0)--++(1.0,0.0)--++(0.0,-2.0)--++(1.0,0.0)--++(0.0,-2.0)--++(1.0,0.0)--++(0.0,-2.0)--++(1.0,0.0)--++(0.0,-1.1);
+\end{tikzpicture}
+\end{document}