cv_en.tex), showing how the template structures content in a clean two-column layout.
Overview
The English CV example demonstrates a professional software engineering resume with:- Two-column header with name/summary on left, contact info on right
- Balanced sections across columns
- Modern, minimal design with customizable colors
- Complete content examples for all section types
View Compiled PDF
See the final result of this template
Document Structure
The template starts with package imports and configuration:Color Scheme
Three customizable colors define the entire look:Header Section
Name, Title, and Summary
Name, Title, and Summary
The header uses a two-column layout (65/35 split) with name, title, and professional summary on the left:The
\cvsep command creates the dot separator between elements.Contact Information
Contact Information
Contact details are right-aligned in the second column:Each
\contactline creates a new line with consistent spacing. Links are clickable using \href.Main Content Sections
Experience (Left Column)
Experience (Left Column)
The Experience section demonstrates the Format:
\experienceitem command:\experienceitem{Company}{Role}{Location}{Dates} followed by bullet points in cvitems environment.Education (Right Column)
Education (Right Column)
Education entries are simpler, using Format:
\educationitem:\educationitem{School}{Degree}{Year} - no bullet points needed.Projects (Left Column)
Projects (Left Column)
Projects use Format:
\projectitem with a link and bullet points:\projectitem{Name}{Type/Subtitle}{Link}{Year} followed by bullet points.Software/Skills (Right Column)
Software/Skills (Right Column)
The Software section uses Format:
\softitem to list skills by category:\softitem{Category}{Comma-separated skills} - clean and scannable.Organization (Left Column)
Organization (Left Column)
Organization experience uses Format:
\orgitem, similar to experience:\orgitem{Organization}{Role}{Location}{Dates} followed by bullet points.Awards (Right Column)
Awards (Right Column)
Awards are the simplest entries:Format:
\awarditem{Title}{Issuer}{Year} - no bullet points needed.Two-Column Layout Pattern
The template uses a consistent pattern throughout:Available Commands Quick Reference
The template provides these pre-built commands:| Command | Parameters | Usage |
|---|---|---|
\experienceitem | Company, Role, Location, Dates | Work experience entries |
\educationitem | School, Degree, Year | Education entries |
\projectitem | Name, Type, Link, Year | Project entries |
\orgitem | Organization, Role, Location, Dates | Organization/volunteer work |
\awarditem | Title, Issuer, Year | Awards and recognition |
\softitem | Category, Skills | Skills grouped by category |
\contactline | Text or link | Contact information lines |
Customization Tips
- Change colors: Edit the three color definitions at the top
- Adjust spacing: Modify
\vspacevalues throughout - Column ratio: Change
\columnratio{0.65}for different widths - Font: The template uses Inter (if available) or Helvetica as fallback
- Add sections: Copy the
\begin{paracol}pattern for new rows
Compiling the CV
Compile with:cv_en.pdf in the same directory.