🗓️
Daily Plan LaTeX Template
One-page daily planner: top-3 priorities, hourly schedule, task checklist, and a reflection line. Print or fill digitally.
What’s included
This template builds on the article document class and the following packages, already wired up in the preamble:
inputencfontenclmoderngeometryxcolorbooktabstabularxenumitemmicrotype
Full source
Copy it, or hit Open in editor to load it into the live preview and start editing immediately.
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[margin=2cm]{geometry}
\usepackage{xcolor}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{enumitem}
\usepackage{microtype}
\definecolor{accent}{RGB}{37,99,235}
\renewcommand{\arraystretch}{1.6}
\setlength{\parindent}{0pt}
\pagestyle{empty}
% Section heading with an accent rule
\newcommand{\heading}[1]{%
\vspace{0.6em}%
{\large\bfseries\color{accent}#1}\\[-0.5em]%
{\color{accent!35}\rule{\linewidth}{1pt}}\\[0.4em]}
\begin{document}
{\Huge\bfseries Daily Plan}\hfill{\large \today}\\[0.2em]
{\color{accent}\rule{\linewidth}{2pt}}
\heading{Top 3 Priorities}
\begin{enumerate}[leftmargin=2.2em, itemsep=0.7em]
\item \dotfill
\item \dotfill
\item \dotfill
\end{enumerate}
\begin{minipage}[t]{0.48\linewidth}
\heading{Schedule}
\begin{tabularx}{\linewidth}{@{}p{1.8cm} X@{}}
\toprule
Time & Focus \\
\midrule
08:00 & \\
10:00 & \\
12:00 & \\
14:00 & \\
16:00 & \\
18:00 & \\
\bottomrule
\end{tabularx}
\end{minipage}\hfill
\begin{minipage}[t]{0.48\linewidth}
\heading{Tasks}
\begin{itemize}[leftmargin=1.6em, label=$\square$, itemsep=0.7em]
\item \dotfill
\item \dotfill
\item \dotfill
\item \dotfill
\item \dotfill
\end{itemize}
\end{minipage}
\heading{Notes \& Reflection}
\dotfill\\[1.1em]
\dotfill\\[1.1em]
\dotfill
\vfill
{\small\color{accent!70}One thing I'm grateful for today:}\\[0.3em]
\dotfill
\end{document}
Related templates
Browse all free LaTeX templates →
FAQ
Is the Daily Plan template free?
Yes — every latexci template is free, open-source, and needs no signup. Open it in the browser editor or copy the full source.
How do I use this template?
Click “Open in editor” to load it straight into the live LaTeX preview, or copy the source into Overleaf or your local TeX editor (TeX Live, MiKTeX).