-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample-empty.tex
More file actions
34 lines (32 loc) · 816 Bytes
/
example-empty.tex
File metadata and controls
34 lines (32 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\documentclass[12pt,twoside]{article}
\usepackage[a5paper,margin=8mm,bindingoffset=7mm]{geometry}
\usepackage{tikz}
\usetikzlibrary{notebook}
\begin{document}
\nbkeys{
every canvas/.style={/notebook/.cd,
foldmark,punchmarks={65mm/2,65mm/2+45mm}
},
my dotted/.style={
fill elem={dotted},
time codes,
label={north east}{Notes},
vline={[gray,dash pattern=on 2.5mm off 2.5mm, dash phase=-1.25mm, line width=0.5\pgflinewidth]20mm},
},
my squares/.style={
fill elem={squares},
label={north east}{Notes},
vline={[gray,ultra thick]15mm},
},
my lines/.style={
fill elem={lines},
label={north east}{Notes},
vline=15mm,
},
}
\notebookpage{my dotted}
\notebookpage{my squares}
\notebookpage{my squares}
\notebookpage{my lines}
\notebookpage{my lines}
\end{document}