Skip to content

KevCaz/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV

This is the repository where I share the source code I've been using to create my CV.

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