-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample.tex
59 lines (47 loc) · 1.71 KB
/
example.tex
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\documentclass[12pt,twoside]{article}
\usepackage[a5paper,margin=8mm,bindingoffset=4mm]{geometry}
\usepackage{tikz}
\usepackage{atbegshi}
\usetikzlibrary{notebook}
\begin{document}
This document contains example pages that are created with the TikZ notebook package. See CTAN for the code of this example document. The contents of this document are also used for the notebook documentation. Every example contains two pages (a left and a right page), so best look at this document in the dual-page view of your PDF viewer.
\clearpage
\notebookpage{fill elem=dotted,paginate}
\notebookpage{fill elem=squares,paginate}
\notebookpage{fill elem=lines,paginate}
\notebookpage{fill elem=crosses,paginate}
\notebookpage{
box={A full width box},
todo=2,
columns={Column 1/2,Column 2/3,Col 3/1},
fill elem=dotted, time codes,paginate
}
\notebookpage{
box={A full width box},
todo={[bottom,fill=gray!30]2},
columns={Column 1/2,Column 2/3,Col 3/1},
fill elem=crosses, time codes,paginate,
label={north east}{Journal},
}
\pgfcalendarcalc{\year-\month-\day}{\ThisDay}
\pgfcalendarcalc{\year-\month-last+1}{\NextMonth}
\pgfcalendarcalc{\Y-\M-last+1}{\NextMonth}
\notebookpage{
calendar=\ThisDay,
fill elem={},
every label/.append style={font=\Huge},
label={center}{\Y\\\pgfcalendarmonthname{\M}},
calendar/next week/.style={},
calendar/gone/.style={},
calendar/weekend/.style={green!50!black,font=\bfseries},
calendar={[bottom,fill=green!10]{\NextMonth}},
paginate,
}
\nbkeys{
every canvas/.style={/notebook/.cd, foldmark,punchmarks={65mm/2,110mm/2}}
}
\notebookpage{
month list={\ThisDay}{Column 1/2,Column 2/3},
paginate={\ThisDay{} -- \thepage}
}
\end{document}