From 5843b91020a755549f3b521d76b64b22d90a4d01 Mon Sep 17 00:00:00 2001 From: Kevin Harrington Date: Sat, 1 Nov 2025 18:59:12 -0400 Subject: [PATCH] updating the lines to address https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks/issues/13 --- MakerCheck.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MakerCheck.tex b/MakerCheck.tex index 261a1f8..b66ce5f 100644 --- a/MakerCheck.tex +++ b/MakerCheck.tex @@ -6,21 +6,19 @@ } } - \newcommand{\verticallines}{% \noindent% \begin{tikzpicture}[remember picture, overlay] \coordinate (TL) at (current page.north west); \coordinate (BR) at (current page.south east); \pgfmathsetmacro{\spacing}{0.8} % 8mm spacing in cm - \pgfmathsetmacro{\pagewidth}{\paperwidth/1cm} + \pgfmathsetmacro{\pagewidth}{8.5*2.54} % 8.5 inches converted to cm \pgfmathsetmacro{\nlines}{int(\pagewidth/\spacing)} \foreach \i in {0,1,...,\nlines}{ \draw[gray] ([xshift=\i*\spacing cm]TL) -- ([xshift=\i*\spacing cm]current page.south west); } \end{tikzpicture}% } - \newcommand{\makercheck}{ \begin{turn}{90}