This repository contains a LaTeX template to create an academic CV. The template carefully follows typographical best practices and has a minimalist design. It is particularly well suited for researchers, professors, and other academics. The design emphasizes clarity, structure, and visual simplicity. The repository also contains a variant of the template to create a compact, one-page CV.
The template and its variant are documented at https://pascalmichaillat.org/f/.
The CV produced by the template can be viewed at https://pascalmichaillat.org/f.pdf. The one-page CV can be viewed at https://pascalmichaillat.org/fo.pdf.
- Clone the repository to your local machine.
- Start editing the LaTeX file
cv.texto replace the boilerplate content with the content of your CV. - Compile
cv.texwith pdfTeX. This will generate a PDF file of your CV namedcv.pdf. - The LaTeX style file
cv.stycollects all the commands to format the CV. The file must be included in the same folder ascv.tex. It can be modified to alter the CV's format. - The
cv.pdffile is not required: it only illustrates the output of the template. It will be overridden oncecv.texis compiled.
To produce a one-page CV, edit the LaTeX file onepage.tex instead of cv.tex, and follow the same steps. The commands specific to the one-page CV are in the LaTeX style file onepage.sty (which must be used in conjunction with cv.sty).
- The template is currently operational with TeX Live 2025 on macOS.
- Other LaTeX distributions and operating systems may require minor adjustments. Please report any issues to help improve compatibility.
This repository is licensed under the MIT License.
- hugo-website - This Hugo template produces a minimalist academic website that can host your academic CV.