Source code for my CV (html and pdf).
The following R packages are required
install.package(
c("fs", "glue", "htmltools", "pagedown" "rcrossref", "rorcid", "whisker",
"yaml")
)
remotes::install_github("mitchelloharawild/icons")
CV will be added to the /docs/
folder.
On UNIX systems, using GNU make:
cd pagedown
# EN CV
make all
# FR CV
make all lang='fr'
# FR CV spec
make all lang='fr' type='spec'
This older version, available in folder xetex
was created with XeTeX. For this version, was strongly inspired by what
SteveViss did (see these
files
from the sources of his website).
Note that I use Font Awesome's icons in my CV (to improve the visual grepping!) via the fontawesome5 Latex 📦. For the records, I previously used the fontawesome-latex 📦.