| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-20 | 1.1 kB | |
| vitae 0.7.0 source code.tar.gz | 2026-08-20 | 2.0 MB | |
| vitae 0.7.0 source code.zip | 2026-08-20 | 2.0 MB | |
| Totals: 3 Items | 4.0 MB | 0 | |
vitae is now superseded in favour of the Quarto vitae templates. The package will continue to be maintained to fix breaking changes from upstream dependencies, but new templates and features are being developed for Quarto instead. See the README for more details.
New features
awesomecv: added afont_scaleargument to globally scale template font sizes. Scaling is applied to a temporary copy ofawesome-cv.clsat render time; the default1preserves existing output. (@rempsyc, [#275])
Improvements
cv_document()based formats now passkeep_texthrough to pandoc, sokeep_tex: truein the YAML header is respected for LaTeX-based templates.
Bug fixes
markdowncv()'sthemeargument is no longer overridden by the default Bootstrap theme applied byrmarkdown::html_document(). (@monicathieu, [#279])- Fixed the multiple bibliographies lua filter discarding the document's bibliography metadata after resolving citations, which could drop bibliographies from rendered output.