This repository contains English and Russian versions of the same CV, written in LaTeX and built with XeLaTeX.
The CV uses Noto Sans and Noto Sans Mono. The fonts are licensed under the SIL Open Font License 1.1 and are not bundled in this repository.
Required tools and fonts:
- XeLaTeX
- latexmk
- Noto Sans
- Noto Sans Mono
cv_en.texandcv_ru.texare the public build entrypoints.cv_content_en.texandcv_content_ru.texcontain language-specific CV content.cv_style.texcontains the shared preamble, fonts, colors, layout, and macros.cv_template.texcontains the shared document wrapper.cv_en.pdfandcv_ru.pdfare generated PDF versions committed intentionally for direct access.
Build with latexmk:
latexmk -xelatex -interaction=nonstopmode -halt-on-error cv_en.tex cv_ru.texClean auxiliary files:
latexmk -cThis repository is licensed under the 0BSD License.
You may use, copy, modify, and distribute the LaTeX template for personal or commercial purposes without attribution.
The included CV content is real personal example data. If you use this repository as a template, replace all personal information and generated PDF files with your own.