Compare commits
No commits in common. "main" and "0.1.11" have entirely different histories.
3 changed files with 39 additions and 40 deletions
|
|
@ -6,22 +6,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\verticallines}{%
|
||||
\vspace*{-1in}% Move to top of physical page
|
||||
\vspace*{-\topmargin}%
|
||||
\vspace*{-\headheight}%
|
||||
\vspace*{-\headsep}%
|
||||
\noindent%
|
||||
\begin{tikzpicture}[overlay]
|
||||
\pgfmathsetmacro{\spacing}{0.8}
|
||||
\pgfmathsetmacro{\nlines}{26}
|
||||
\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{\nlines}{int(\pagewidth/\spacing)}
|
||||
\foreach \i in {0,1,...,\nlines}{
|
||||
\draw[gray] (\i*\spacing cm, 0cm) -- (\i*\spacing cm, -27.94cm);
|
||||
\draw[gray] ([xshift=\i*\spacing cm]TL) -- ([xshift=\i*\spacing cm]current page.south west);
|
||||
}
|
||||
\end{tikzpicture}%
|
||||
}
|
||||
|
||||
|
||||
\newcommand{\makercheck}{
|
||||
|
||||
\begin{turn}{90}
|
||||
|
|
|
|||
|
|
@ -8,9 +8,10 @@
|
|||
paperwidth=8.5in,
|
||||
paperheight=11in,
|
||||
top=0.25in,
|
||||
bottom=0.25in,
|
||||
bottom=0.5in,
|
||||
left=0.25in,
|
||||
right=0.25in
|
||||
right=0.2in,
|
||||
footskip=20pt % Reserve space for footer
|
||||
}
|
||||
\usepackage{qrcode}
|
||||
\newlist{todolist}{itemize}{2}
|
||||
|
|
@ -47,34 +48,34 @@
|
|||
|
||||
\input{MakerCheck.tex}%
|
||||
\begin{document}
|
||||
\begin{center}
|
||||
|
||||
\begin{turn}{-90}
|
||||
\centering
|
||||
\makercheck
|
||||
\end{turn}
|
||||
\vspace{1cm}
|
||||
|
||||
\vfill
|
||||
\begin{turn}{-90}
|
||||
\centering
|
||||
\makercheck
|
||||
\end{turn}
|
||||
|
||||
\begin{turn}{-90}
|
||||
\centering
|
||||
\makercheck
|
||||
\end{turn}
|
||||
\vspace{1cm}
|
||||
|
||||
\vfill
|
||||
\begin{turn}{-90}
|
||||
\centering
|
||||
\makercheck
|
||||
\end{turn}
|
||||
|
||||
\begin{turn}{-90}
|
||||
\centering
|
||||
\makercheck
|
||||
\end{turn}
|
||||
\vspace{1cm}
|
||||
|
||||
\vfill
|
||||
\begin{turn}{-90}
|
||||
\centering
|
||||
\makercheck
|
||||
\end{turn}
|
||||
|
||||
\begin{turn}{-90}
|
||||
\centering
|
||||
\makercheck
|
||||
\end{turn}
|
||||
\end{center}
|
||||
\vspace{1cm}
|
||||
|
||||
\begin{turn}{-90}
|
||||
\centering
|
||||
\makercheck
|
||||
\end{turn}
|
||||
\pagebreak
|
||||
|
||||
\verticallines
|
||||
|
|
|
|||
|
|
@ -275,7 +275,6 @@ From the Yana Ludwig reading:
|
|||
\subsection{Social Experimentation}
|
||||
\subsection{Service-based}
|
||||
\subsection{Economic Security}
|
||||
In high cost of living areas, communities formed around economic security can be particularly effective at allowing creative and other groups to remain in place as costs rise. Communities can use tools such as income pooling, cost splitting, or cooperatively run business ventures to support economic access.
|
||||
\subsection{Identity-based Safe Havens}
|
||||
\subsection{Lifestyle and Comfort Enhancement}
|
||||
\subsection{Ecological Sustainability}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue