mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
Add lines to the blank pages
This commit is contained in:
parent
ec7f963745
commit
121e8977a0
1 changed files with 12 additions and 0 deletions
|
|
@ -18,7 +18,14 @@
|
||||||
\fancyfoot[LE,RO]{\thepage} % page number in "outer" position of footer line
|
\fancyfoot[LE,RO]{\thepage} % page number in "outer" position of footer line
|
||||||
\fancyfoot[RE,LO]{How To Build A Commons vVERSIONNUMBER} % other info in "inner" position of footer line
|
\fancyfoot[RE,LO]{How To Build A Commons vVERSIONNUMBER} % other info in "inner" position of footer line
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
\usepackage{tikz}
|
||||||
|
|
||||||
|
\newcommand{\linedpage}{%
|
||||||
|
\noindent
|
||||||
|
\foreach \n in {1,...,12}{%
|
||||||
|
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
\usepackage{multicol}
|
\usepackage{multicol}
|
||||||
|
|
||||||
|
|
@ -238,17 +245,22 @@ This is the workshop -- TODO
|
||||||
|
|
||||||
Workshop 2
|
Workshop 2
|
||||||
|
|
||||||
|
\linedpage
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
Workshop 3
|
Workshop 3
|
||||||
|
|
||||||
|
\linedpage
|
||||||
|
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
||||||
Workshop 4
|
Workshop 4
|
||||||
|
|
||||||
|
\linedpage
|
||||||
|
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
|
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue