mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
Merge pull request #14 from How-To-Build-a-Commons/kh/resolve-13
Resolve #13
This commit is contained in:
commit
2da9176a44
2 changed files with 40 additions and 38 deletions
|
|
@ -7,18 +7,21 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\verticallines}{%
|
\newcommand{\verticallines}{%
|
||||||
|
\vspace*{-1in}% Move to top of physical page
|
||||||
|
\vspace*{-\topmargin}%
|
||||||
|
\vspace*{-\headheight}%
|
||||||
|
\vspace*{-\headsep}%
|
||||||
\noindent%
|
\noindent%
|
||||||
\begin{tikzpicture}[remember picture, overlay]
|
\begin{tikzpicture}[overlay]
|
||||||
\coordinate (TL) at (current page.north west);
|
\pgfmathsetmacro{\spacing}{0.8}
|
||||||
\coordinate (BR) at (current page.south east);
|
\pgfmathsetmacro{\nlines}{26}
|
||||||
\pgfmathsetmacro{\spacing}{0.8} % 8mm spacing in cm
|
|
||||||
\pgfmathsetmacro{\pagewidth}{8.5*2.54} % 8.5 inches converted to cm
|
|
||||||
\pgfmathsetmacro{\nlines}{int(\pagewidth/\spacing)}
|
|
||||||
\foreach \i in {0,1,...,\nlines}{
|
\foreach \i in {0,1,...,\nlines}{
|
||||||
\draw[gray] ([xshift=\i*\spacing cm]TL) -- ([xshift=\i*\spacing cm]current page.south west);
|
\draw[gray] (\i*\spacing cm, 0cm) -- (\i*\spacing cm, -27.94cm);
|
||||||
}
|
}
|
||||||
\end{tikzpicture}%
|
\end{tikzpicture}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
\newcommand{\makercheck}{
|
\newcommand{\makercheck}{
|
||||||
|
|
||||||
\begin{turn}{90}
|
\begin{turn}{90}
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,9 @@
|
||||||
paperwidth=8.5in,
|
paperwidth=8.5in,
|
||||||
paperheight=11in,
|
paperheight=11in,
|
||||||
top=0.25in,
|
top=0.25in,
|
||||||
bottom=0.5in,
|
bottom=0.25in,
|
||||||
left=0.25in,
|
left=0.25in,
|
||||||
right=0.2in,
|
right=0.25in
|
||||||
footskip=20pt % Reserve space for footer
|
|
||||||
}
|
}
|
||||||
\usepackage{qrcode}
|
\usepackage{qrcode}
|
||||||
\newlist{todolist}{itemize}{2}
|
\newlist{todolist}{itemize}{2}
|
||||||
|
|
@ -48,34 +47,34 @@
|
||||||
|
|
||||||
\input{MakerCheck.tex}%
|
\input{MakerCheck.tex}%
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
\begin{center}
|
||||||
\vspace{1cm}
|
|
||||||
|
\begin{turn}{-90}
|
||||||
\begin{turn}{-90}
|
\centering
|
||||||
\centering
|
\makercheck
|
||||||
\makercheck
|
\end{turn}
|
||||||
\end{turn}
|
|
||||||
|
\vfill
|
||||||
\vspace{1cm}
|
|
||||||
|
\begin{turn}{-90}
|
||||||
\begin{turn}{-90}
|
\centering
|
||||||
\centering
|
\makercheck
|
||||||
\makercheck
|
\end{turn}
|
||||||
\end{turn}
|
|
||||||
|
\vfill
|
||||||
\vspace{1cm}
|
|
||||||
|
\begin{turn}{-90}
|
||||||
\begin{turn}{-90}
|
\centering
|
||||||
\centering
|
\makercheck
|
||||||
\makercheck
|
\end{turn}
|
||||||
\end{turn}
|
|
||||||
|
\vfill
|
||||||
\vspace{1cm}
|
|
||||||
|
\begin{turn}{-90}
|
||||||
\begin{turn}{-90}
|
\centering
|
||||||
\centering
|
\makercheck
|
||||||
\makercheck
|
\end{turn}
|
||||||
\end{turn}
|
\end{center}
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
\verticallines
|
\verticallines
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue