📅
Monthly Plan LaTeX Template
Monthly goals, a four-week habit tracker grid, weekly focus table, and a month-end review.
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}{124,58,237}
\renewcommand{\arraystretch}{1.6}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\newcommand{\heading}[1]{%
\vspace{0.7em}%
{\large\bfseries\color{accent}#1}\\[-0.5em]%
{\color{accent!35}\rule{\linewidth}{1pt}}\\[0.4em]}
\newcolumntype{C}{>{\centering\arraybackslash}X}
\begin{document}
{\Huge\bfseries Monthly Plan}\hfill{\large Month / Year}\\[0.2em]
{\color{accent}\rule{\linewidth}{2pt}}
\heading{Monthly Goals}
\begin{enumerate}[leftmargin=2.2em, itemsep=0.6em]
\item \dotfill
\item \dotfill
\item \dotfill
\end{enumerate}
\heading{Habit Tracker}
\begin{tabularx}{\linewidth}{@{}X C C C C@{}}
\toprule
Habit & Wk 1 & Wk 2 & Wk 3 & Wk 4 \\
\midrule
\dotfill & & & & \\
\dotfill & & & & \\
\dotfill & & & & \\
\dotfill & & & & \\
\bottomrule
\end{tabularx}
\heading{Weekly Focus}
\begin{tabularx}{\linewidth}{@{}p{2.2cm} X@{}}
\toprule
Week & Main focus \\
\midrule
Week 1 & \\
Week 2 & \\
Week 3 & \\
Week 4 & \\
\bottomrule
\end{tabularx}
\heading{Month-End Review}
{\bfseries What went well?}\\[0.3em]\dotfill\\[1em]
{\bfseries What to improve?}\\[0.3em]\dotfill\\[1em]
{\bfseries Carry into next month:}\\[0.3em]\dotfill
\end{document}
Related templates
Browse all free LaTeX templates →
FAQ
Is the Monthly 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).