Skip to main content

Get started with Overleaf

The fastest way to use this CV template is with Overleaf, a free online LaTeX editor. You’ll have a compiled PDF in less than 5 minutes.
1

Download the template

Download the CV_Template_Overleaf.zip file from the repository.This ZIP file contains everything you need:
  • cv_en.tex - English CV template
  • cv_id.tex - Indonesian CV template
  • All necessary package dependencies
2

Upload to Overleaf

  1. Go to Overleaf.com and sign in (or create a free account)
  2. Click New Project in the top left
  3. Select Upload Project from the dropdown
  4. Choose the CV_Template_Overleaf.zip file you downloaded
Overleaf will automatically extract the files and set up your project.
3

Configure the compiler

  1. Click the Menu button in the top left corner
  2. Under Settings, find the Compiler dropdown
  3. Select pdfLaTeX from the list
  4. Close the menu
You must use pdfLaTeX as the compiler. Other compilers like XeLaTeX or LuaLaTeX may not work correctly with this template.
4

Compile and preview

Click the Recompile button at the top of the preview pane. After a few seconds, you’ll see your compiled CV.The template opens with cv_en.tex by default. To switch to the Indonesian version, click on cv_id.tex in the file list on the left.
5

Start editing

Now you can customize the template with your own information. The file is organized into clearly marked sections:
  • Header - Your name, title, and professional summary
  • Experience - Work experience and internships
  • Education - Degrees and certifications
  • Projects - Personal or academic projects
  • Organization - Volunteer work and extracurricular activities
  • Awards - Recognition and achievements
  • Software - Technical skills and tools
Look for comment banners like this to find each section:
% -----------------------------------------------------------------------------
%  EXPERIENCE (left) | EDUCATION (right)
% -----------------------------------------------------------------------------

Editing your information

The template provides simple commands for each type of content:

Name and title

\cvname{Your Name}
\cvtitle{Your Title \cvsep Your Headline}

Contact information

\begin{flushright}
  \contactline{City, Country}
  \contactline{+1 234 567 8900}
  \contactline{\href{mailto:[email protected]}{[email protected]}}
  \contactline{\href{https://yoursite.com}{yoursite.com}}
  \contactline{\href{https://github.com/yourusername}{github.com/yourusername}}
\end{flushright}

Professional summary

Just write a paragraph of plain text:
{\raggedright\noindent Your professional summary goes here. 
Describe your background, skills, and career goals in 2-3 sentences.\par}

Experience entries

\experienceitem
{Company Name}
{Job Title}
{Location}
{Start Date - End Date}

\begin{cvitems}
  \item Achievement or responsibility with measurable impact
  \item Another key accomplishment or project
\end{cvitems}

Education entries

\educationitem
{University Name}
{Degree Program}
{Year or Date Range}

Project entries

\projectitem
{Project Name}
{Project Type or Subtitle}
{\href{https://project-url.com}{project-url.com}}
{Year}

\begin{cvitems}
  \item Key feature or technical achievement
  \item Another significant contribution
\end{cvitems}

Skills

\softitem{Category}{Tool 1, Tool 2, Tool 3, Tool 4}

Awards

\awarditem
{Award Title}
{Issuing Organization}
{Year}

Customizing colors

The template uses three main colors that you can customize near the top of the .tex file:
% --- Colors ------------------------------------------------------------------
% Change these to adjust the overall color scheme.
\definecolor{textcolor}{HTML}{333333}   % body text
\definecolor{headercolor}{HTML}{999999} % section headers, metadata
\definecolor{linkcolor}{HTML}{0066CC}   % hyperlinks
Change the hex color codes to match your personal brand or preference.
After making any changes, click Recompile to see your updates in the preview pane.

Download your PDF

Once you’re happy with your CV:
  1. Click the Download PDF button in the preview pane toolbar
  2. The compiled PDF will download to your computer
Your CV is now ready to send to employers or upload to job applications.

Next steps

Local installation

Set up a local TeX environment for offline editing

Customization guide

Learn advanced customization techniques

Build docs developers (and LLMs) love