A professional CV built with LaTeX using the ModernCV template, featuring automated builds and releases via GitHub Actions.
Get the latest version of the CV in PDF format here: Trefois CV PDF
This repository uses GitHub Actions to automatically compile the LaTeX document into a PDF:
- Release builds: Triggered on version tags (e.g.,
v1.0), creating a GitHub release with the compiled PDF - Development builds: Can be configured for testing changes
To compile the CV locally, you need a LaTeX distribution with biblatex and biber support:
pdflatex Trefois_CV.tex
biber Trefois_CV
pdflatex Trefois_CV.tex
pdflatex Trefois_CV.texOr use latexmk for automated compilation:
latexmk -pdf Trefois_CV.tex- Modern styling using the ModernCV class with classic style and blue color scheme
- Timeline visualization with the
moderntimelinepackage for experience chronology - Bibliography management using BibLaTeX for publications
- Professional sections: Experience, Education, Skills, Languages, Publications, and more
- Custom formatting for dates, entries, and layout
.
├── .github/
│ └── workflows/ # GitHub Actions workflows
├── img/ # Images (CV photo, etc.)
├── LICENSE # MIT License
├── publications.bib # BibTeX bibliography file
├── README.md # This file
└── Trefois_CV.tex # Main LaTeX CV document
The CV uses the following LaTeX packages:
moderncv- CV templatemoderntimeline- Timeline visualizationbiblatex- Bibliography managementsourcesanspro- Fontgeometry- Page layouttikz/pgf- Graphics and timeline rendering
This project is licensed under the MIT License - see the LICENSE file for details.
- Personal website: www.trefois.com
- Publications: www.trefois.com/home/publications
- LinkedIn: trefoischristophe
- GitHub: Trefex