Color Customization
The template uses three main colors that control the overall appearance. These are defined in the preamble using\definecolor.
Color Definitions
Fromcv_en.tex (lines 28-32):
Color Usage
- textcolor
- headercolor
- linkcolor
Used for: Main body text, your name, and primary contentDefault:
#333333 (dark gray)Example changes:Color Scheme Examples
Font Customization
The template defaults to the Inter font if available, otherwise falls back to Helvetica.Default Font Configuration
Fromcv_en.tex (lines 20-26):
Changing Fonts
- Use Helvetica
- Use Inter
- Use Arial
- Use Calibri
- Use Latin Modern
Remove the conditional and use Helvetica directly:
Font Size Adjustments
The base document font size is set in the document class:10pt to:
9pt- smaller, fits more content10pt- default, balanced11pt- larger, more readable12pt- largest standard size
PDF Metadata
Configure PDF metadata for better document properties when viewed in PDF readers.Metadata Configuration
Fromcv_en.tex (lines 36-44):
Metadata Fields
Your name (appears in PDF document properties)
PDF document title (appears in browser tabs and PDF readers)
Optional subject field
Optional keywords for searchability
Complete Metadata Example
Page Layout Customization
Margins
Adjust page margins (default: 1.8cm):Column Ratio
Adjust the two-column layout ratio (default: 65% left, 35% right):Column Spacing
Adjust space between columns:Section Heading Style
The section headings are styled usingtitlesec package (lines 47-50):
Customizing Section Headings
- Larger Headings
- No Uppercase
- Different Color