A modern and colorful LaTeX template for CV.
- Modern and colorful design
- Optional contact information
- Easy to customize (colors, fonts, etc.)
- Ready-to-use example CV
- Fully open-source (LPPL license)
Different header styles are available based on whether a photo is included.
With Photo | Without Photo |
---|---|
View PDF on wqzhao.org.
The LaTeX engine for color-cv
is LuaLaTeX.
It can also work with XeLaTeX if you only use the font libertine
(default) or lmodern
.
color-cv.tex
is an example CV of Wuqiong Zhao,
which can be used as a template for your own CV.
The contact information can be optionally included in the CV, including:
- Phone (
\phone
) - Email (
\email
) - Website (
\website
) - LinkedIn (
\linkedin
) - Photo (
\photo
)
You can also set a brief introduction about yourself using \brief
.
By default, the paper size is set to US Letter.
Use option paper = a4
in the document class to change it to A4 size.
For example:
\documentclass[paper = a4]{color-cv}
The theme color can be easily customized by changing the color definition in the preamble. For example:
\renewcommand \ThemeColor {brown}
\renewcommand \ThemeColorDark {brown!50!black}
\renewcommand \CiteColor {blue}
By default, the font is set to use the libertine
font option.
Alternatively, lmodern
, times
, palatino
are available.
To use the times
font option, which is configured to use TeX Gyre Termes (a Times New Roman fork) as the serif font and TeX Gyre Heros (a Helvetica fork) as the sans-serif font:
\documentclass[font = times]{color-cv}
The mono font is set to use Inconsolata.
Some predefined macros are available for you to use:
\Textbf{<text>}
: Bold text and apply the dark theme color.\Pub{<text>}
: Italic text and apply the citation color.
This project is open-source under the LPPL license.