Resume & CV expansion

Academic CV (long form)

A multi-page academic CV with publications, teaching, service, and grants sections.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Academic CV (long form) template
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\setlist[itemize]{leftmargin=1.2em, itemsep=2pt}
\newcommand{\sect}[1]{\vspace{12pt}{\large\bfseries #1}\\[-7pt]\rule{\linewidth}{0.4pt}\\[4pt]}
\pagestyle{plain}

\begin{document}

\begin{center}
{\LARGE\bfseries Your Name}\\[3pt]
Department of Examples, Example University\\
[email protected] \, | \, orcid.org/0000-0000-0000-0000
\end{center}

\sect{Appointments}
\textbf{Assistant Professor}, Example University \hfill 2024 -- present\\
\textbf{Postdoctoral Fellow}, Example Institute \hfill 2022 -- 2024

\sect{Education}
\textbf{Ph.D., Field}, Example University \hfill 2022\\
\textbf{B.S., Field}, Another University \hfill 2016

\sect{Publications}
\begin{enumerate}[leftmargin=1.6em]
  \item Your Name and Coauthor. Paper title one. \textit{Venue}, 2025.
  \item Coauthor and Your Name. Paper title two. \textit{Venue}, 2024.
\end{enumerate}

\sect{Grants and Awards}
\begin{itemize}
  \item Example Foundation Early Career Grant, 2025.
  \item Best Paper Award, Venue, 2024.
\end{itemize}

\sect{Teaching}
\begin{itemize}
  \item Course 101: Introduction to Examples (Fall 2024, Spring 2025).
\end{itemize}

\sect{Service}
\begin{itemize}
  \item Reviewer: Venue A, Venue B. Program committee: Venue C.
\end{itemize}

\end{document}

In the app: open the New Project gallery, install the Resume & CV expansion pack under "Get more templates", and this template appears with a live preview and one-click project creation. Compilation runs locally on the bundled engine.