Skip to main content
All modules

TemplateCVscvresume

ModernCV

A classic-style CV with a matching cover letter page in one document, on the moderncv class from TeX Live.

LPPL 1.3c (moderncv, TeX Live)

Loading PDF preview…

This workspace is set up as a moderncv resume, classic style, with a matching cover letter on the second page. Paste your background or a job posting and I will draft the CV and tailor the letter for you.

What’s inside

  • Starter files
  • main.tex1.8 KB
    \documentclass[11pt,a4paper,sans]{moderncv}
    
    \moderncvstyle{classic}
    \moderncvcolor{blue}
    \usepackage[scale=0.75]{geometry}
    
    % Personal data
    \name{Your}{Name}
    \title{Position or one-line tagline}
    \address{Street Address}{City, Postcode}{Country}
    \phone[mobile]{+1~(000)~000~0000}
    \email{you@example.com}
    \homepage{www.example.com}
    \social[linkedin]{your-id}
    \social[github]{your-id}
    
    % Cover letter recipient
    \recipient{Hiring Team}{Company Name\\City, Country}
    \date{\today}
    \opening{Dear Hiring Team,}
    \closing{Sincerely,}
    
    \begin{document}
    
    %----- CV -----
    \makecvtitle
    
    \section{Education}
    \cventry{2020--2024}{PhD in Your Field}{Your University}{City}{}{Thesis title and one line on the topic. Advisor: Prof. Name.}
    \cventry{2016--2020}{BSc in Your Field}{Your University}{City}{\textit{summa cum laude}}{}
    
    \section{Experience}
    \cventry{2024--present}{Job Title}{Company or Lab}{City}{}{What you own and what changed because of it, in one or two lines.
    \begin{itemize}
    \item A concrete, quantified achievement.
    \item Another achievement with the tool or method named.
    \end{itemize}}
    \cventry{2022--2024}{Earlier Role}{Company or Lab}{City}{}{One line on scope and impact.}
    
    \section{Skills}
    \cvitem{Languages}{Python, C++, \LaTeX}
    \cvitemwithcomment{Tools}{PyTorch, PostgreSQL, Docker}{daily drivers}
    \cvdoubleitem{English}{fluent}{French}{intermediate}
    
    \section{Publications}
    \cvitem{2025}{A. Author and Y. Name. A representative paper title. \textit{Journal of Examples}.}
    
    \clearpage
    
    %----- Cover letter -----
    \makelettertitle
    
    Replace this paragraph with why you are writing: the role, where you saw it,
    and the one-line version of why you fit.
    
    Second paragraph: your strongest, most relevant achievement, told concretely.
    Ask the agent in the chat to tailor this letter and the CV to a job posting.
    
    \makeletterclosing
    
    \end{document}
    
  • Libraries and docs
  • main.pdfprebuilt · 135 KBReplaced by the first recompile.

    Binary file, seeded as-is.

  • main.synctex.gzprebuilt · 9.3 KBReplaced by the first recompile.

    Binary file, seeded as-is.