From 93db722d68cbb79b7e6da359ab48d4a14881e025 Mon Sep 17 00:00:00 2001 From: Ian Jauslin Date: Thu, 9 Jan 2020 22:42:09 -0800 Subject: As presented at UBC on 2020-01-10 --- figs/smallest.fig/Makefile | 1 + figs/smallest.fig/libs/dimer.sty | 1 + figs/smallest.fig/smallest.tikz.tex | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) create mode 120000 figs/smallest.fig/Makefile create mode 120000 figs/smallest.fig/libs/dimer.sty create mode 100644 figs/smallest.fig/smallest.tikz.tex (limited to 'figs/smallest.fig') diff --git a/figs/smallest.fig/Makefile b/figs/smallest.fig/Makefile new file mode 120000 index 0000000..704310e --- /dev/null +++ b/figs/smallest.fig/Makefile @@ -0,0 +1 @@ +../libs/Makefile \ No newline at end of file diff --git a/figs/smallest.fig/libs/dimer.sty b/figs/smallest.fig/libs/dimer.sty new file mode 120000 index 0000000..2d83c8a --- /dev/null +++ b/figs/smallest.fig/libs/dimer.sty @@ -0,0 +1 @@ +../../libs/dimer.sty \ No newline at end of file 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