Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A collection of self-designed LaTeX templates for CVs and resumes, with CJK support and Overleaf integration.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
LaTeX CV and Resume Collection (latexcv) is an open-source set of nine self-designed LaTeX templates for building CVs and resumes, created by Jan Küster and hosted on GitHub, where the repository has accumulated over 3,300 stars. The templates are written from scratch, not copied from other collections, and they compile with a minimal TeX Live distribution using plain pdflatex.
latexcv is a GitHub repository containing nine self-designed LaTeX templates for CVs and resumes, maintained by Jan Küster under the MIT License. It takes your information written in a main.tex file and compiles it into a PDF using pdflatex, with no requirement for XeTeX, Koma-script, or LuaTeX. The project is open source, and a GitHub Actions workflow builds all templates on every change.
Clone or download the repository, switch into the folder of the template you want (for example, "classic"), edit main.tex with your personal data, and run pdflatex. The output is a PDF named main.pdf. For a local install, use the provided texlive.profile to install only the necessary TeX Live packages, or use Overleaf by opening the linked template from the README.
Yes, the entire repository is released under the MIT License, which permits free use, modification, and distribution, including for commercial purposes, as long as the copyright notice is retained.
No. The templates require only a minimal TeX Live distribution; the repository includes a texlive.profile to install just the needed packages. You also can compile entirely online via Overleaf without any local installation.
Yes. The project added support for CJK characters, and the setup is described as only two lines of code, documented in docs/cjk/README.md.
Seven of the nine templates have direct Overleaf links in the README: Classic, Modern, Two Column, Sidebar, Left Sidebar, Row Layout, and Infographics. Minimalistic and Infographics 2 are available only in the repository.
Compiling a template's main.tex with pdflatex produces a PDF file. The templates are designed to compile without XeTeX, Koma-script, or LuaTeX.
