CV template in LaTeX
A CV set in LaTeX looks professional and always the same, wherever it is opened. This template has ready sections for experience, education and skills - just enter your details.
- Readable, classic layout recruiters appreciate
- Sections: contact details, experience, education, skills
- Pixel-perfect PDF on every device
- Easy to customize without knowing LaTeX
Template code
% --- CamteX: CV ---
\documentclass[a4paper,11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[margin=2cm]{geometry}
\usepackage{enumitem}
\pagestyle{empty}
\begin{document}
\begin{center}
{\LARGE \textbf{Full Name}}\\[2pt]
email: [email protected] \quad phone: +1 000 000 0000
\end{center}
\section*{Experience}
\textbf{Position} \hfill 2023--present\\
Company name --- short description of responsibilities.
\section*{Education}
\textbf{Degree programme} \hfill 2020--2024\\
University name.
\section*{Skills}
\begin{itemize}[noitemsep]
\item Skill 1
\item Skill 2
\end{itemize}
\end{document}How to use this template?
- Copy the code with the button above.
- Paste it into the CamteX editor or a new Overleaf project.
- Fill in your details and content - the structure and preamble are ready.
- Compile to PDF in one click.
Drawing formulas is faster than typing them.
Draw a formula, table or chart - CamteX AI turns it into ready LaTeX and inserts it into your document.