From 9c24f48c378d578a87f6647d62877a19febba89d Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Sat, 3 Oct 2020 00:51:21 -0400 Subject: As presented at the AMS Fall Sectional Meeting on 2020-10-03 --- figs/smallest.fig/smallest.tikz.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 figs/smallest.fig/smallest.tikz.tex (limited to 'figs/smallest.fig/smallest.tikz.tex') diff --git a/figs/smallest.fig/smallest.tikz.tex b/figs/smallest.fig/smallest.tikz.tex new file mode 100644 index 0000000..9fb62fc --- /dev/null +++ b/figs/smallest.fig/smallest.tikz.tex @@ -0,0 +1,16 @@ +\documentclass{standalone} + +\usepackage{tikz} +\usepackage{dimer} + +\begin{document} +\begin{tikzpicture} + +\fill[color=gray](1,0.5)--++(1,0)--++(0.5,0.5)--++(-0.5,0.5)--++(-1,0)--++(-0.5,-0.5)--cycle; +\draw[line width=15pt,color=gray](1,-2.5)--(1,1); +\grid{3}{5}{[color=lightgray](0,-3)} +\draw[color=black, line width=5pt](1,0.5)--++(1,0)--++(0.5,0.5)--++(-0.5,0.5)--++(-1,0)--++(-0.5,-0.5)--cycle; + +\end{tikzpicture} +\end{document} + -- cgit v1.2.3-70-g09d2