-
Notifications
You must be signed in to change notification settings - Fork 6
/
dailyjournal.tex
67 lines (55 loc) · 912 Bytes
/
dailyjournal.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
60
61
62
63
64
65
66
67
\documentclass[large,fontsize=26pt,a4paper]{scrartcl}
\usepackage[margin=0.75in,includefoot,bottom=0.3in,footskip=2em]{geometry}
\usepackage[showmarks]{pocketmod}
\usepackage[T1]{fontenc}
\usepackage{amssymb}
\usepackage[lining,tabular]{fbb}
\usepackage[scaled=.95,type1]{cabin}
\title{Daily Tasks and Reflections}
\author{LianTze Lim}
\date{\today}
\setcounter{secnumdepth}{0}
\usepackage{enumitem}
\begin{document}
\maketitle
\thispagestyle{empty}
\setcounter{page}{0}
\clearpage
\section{Todos}
\begin{itemize}[label=$\square$,leftmargin=\parindent]
\item Submit proposal
\item Buy eggs
\item Fetch laundry
\item Pay bills
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\item
\end{itemize}
\clearpage
\section{Notes}
\clearpage
\mbox{}\clearpage
\section{Reflections}
\clearpage
\mbox{}\clearpage
\end{document}