This repo hosts Matthew Denman's Current CV
Render the CV from Denman.Rmd:
Rscript -e "rmarkdown::render('Denman.Rmd')"The build expects Pandoc plus the R packages rmarkdown, vitae, tidyverse,
and knitr.
Render the Quarto version from Denman.qmd:
quarto render Denman.qmdThe Quarto template is configured for:
- PDF as the primary CV artifact, using letter paper, compact margins, unnumbered sections, and colored links.
- Standalone HTML for sharing or previewing, using
embed-resources: true. - Knitr execution with code, warnings, and messages hidden.
- Compact
knitr::kable()tables for education, work history, service roles, and programming experience. - Embedded HTML table styling from
cv.css. keep-tex: truefor debugging PDF layout when LaTeX needs tuning.