mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +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[RE,LO]{How To Build A Commons vVERSIONNUMBER} % other info in "inner" position of footer line
|
||||
\usepackage{hyperref}
|
||||
\usepackage{tikz}
|
||||
|
||||
\newcommand{\linedpage}{%
|
||||
\noindent
|
||||
\foreach \n in {1,...,12}{%
|
||||
\rule{\textwidth}{0.4pt}\\[\baselineskip]
|
||||
}
|
||||
}
|
||||
|
||||
\usepackage{multicol}
|
||||
|
||||
|
|
@ -238,17 +245,22 @@ This is the workshop -- TODO
|
|||
|
||||
Workshop 2
|
||||
|
||||
\linedpage
|
||||
|
||||
\pagebreak
|
||||
|
||||
Workshop 3
|
||||
|
||||
\linedpage
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
\pagebreak
|
||||
|
||||
Workshop 4
|
||||
|
||||
\linedpage
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
\pagebreak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue