options(stringsAsFactors = FALSE)
knitr::opts_chunk$set(
  results = "asis", 
  eval = TRUE, 
  echo = FALSE, 
  message = FALSE, 
  error = FALSE, 
  warning = FALSE
)
source("utils/cv.R")

Aside

knitr::include_graphics(params[["picture"]])
cat(
  contact_section(xlsx = params[["xlsx"]], sheet = "contact"),
  skills_section(xlsx = params[["xlsx"]], sheet = "skills"),
  disclaimer_section(text = NULL),
  title_section(author = params[["author"]]),
  profil_section(xlsx = params[["xlsx"]], sheet = "profil"),
  education_section(xlsx = params[["xlsx"]], sheet = "education"),
  experience_section(xlsx = params[["xlsx"]], sheet = "experience", page_break_after = TRUE),
  teaching_section(xlsx = params[["xlsx"]], sheet = "teaching"),
  awards_section(xlsx = params[["xlsx"]], sheet = "awards"),
  oral_section(xlsx = params[["xlsx"]], sheet = "oral", page_break_after = TRUE),
  poster_section(xlsx = params[["xlsx"]], sheet = "poster"),
  packages_section(xlsx = params[["xlsx"]], sheet = "packages", author = params[["author"]]),
  articles_section(bib = params[["bib"]], author = params[["author"]]),
  sep = "\n"
)


mcanouil/mctemplates documentation built on Feb. 25, 2021, 5:17 p.m.