Skip to content

Files

Latest commit

78b7853 · Nov 7, 2024

History

History
52 lines (34 loc) · 1.17 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.17 KB

CV

Source code for my CV (html and pdf).

pagedown

Installation

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.

Building CV

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'

XeTeX

⚠️ This will no longer be updated.

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 📦.