🎯
Yearly Goals LaTeX Template
Annual planner: word of the year, goals across six life areas, quarterly milestones, and a year-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}{217,119,6}
\renewcommand{\arraystretch}{1.6}
\setlength{\parindent}{0pt}
\pagestyle{empty}
\newcommand{\heading}[1]{%
\vspace{0.7em}%
{\large\bfseries\color{accent}#1}\\[-0.5em]%
{\color{accent!40}\rule{\linewidth}{1pt}}\\[0.4em]}
\begin{document}
{\Huge\bfseries Yearly Goals}\hfill{\large Year \dotfill}\\[0.2em]
{\color{accent}\rule{\linewidth}{2pt}}
\heading{Word of the Year}
{\LARGE\bfseries\color{accent!85}\dotfill}
\heading{Goals by Area}
\begin{tabularx}{\linewidth}{@{}p{3.2cm} X X@{}}
\toprule
Area & Goal & Why it matters \\
\midrule
Career / Research & & \\
Learning & & \\
Health & & \\
Relationships & & \\
Finances & & \\
Personal & & \\
\bottomrule
\end{tabularx}
\heading{Quarterly Milestones}
\begin{tabularx}{\linewidth}{@{}p{2cm} X@{}}
\toprule
Quarter & Milestone \\
\midrule
Q1 & \\
Q2 & \\
Q3 & \\
Q4 & \\
\bottomrule
\end{tabularx}
\heading{Year-End Review}
{\bfseries Proudest achievement:}\\[0.3em]\dotfill\\[1em]
{\bfseries What I learned:}\\[0.3em]\dotfill\\[1em]
{\bfseries Theme for next year:}\\[0.3em]\dotfill
\end{document}
Related templates
Browse all free LaTeX templates →
FAQ
Is the Yearly Goals 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).