mitchelloharawild / vitae

R Markdown Résumés and CVs

Home Page:https://pkg.mitchelloharawild.com/vitae/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal pronouns

mhesselbarth opened this issue · comments

First, thank you so much for this awesome package. The CVs look really nice and clean!

However, it would be cool if the templates have a field for personal pronouns in the YAML header.

Thanks

@mhesselbarth I've forked the repo and added pronouns to the awesomecv template. You can check it out and are more than welcome to use it - here's an example.

@mitchelloharawild If you're interested adding this feature to the package, I'd be happy to go through the other templates and make a PR?

Great! :)
A PR would be very welcome, if you have the time to modify the other templates please add yourself as a contributor (ctb).

Amazing! Thanks a lot

I am also getting this error

! Undefined control sequence.
l.60 \cvpronouns
{} % Pronouns

This is my session info

R version 4.3.0 (2023-04-21)
Platform: x86_64-apple-darwin20 (64-bit)
Running under: macOS 14.2.1

Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/lib/libRlapack.dylib; LAPACK version 3.11.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

time zone: America/Ciudad_Juarez
tzcode source: internal

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] digest_0.6.34 utf8_1.2.4 R6_2.5.1 fastmap_1.1.1 tidyselect_1.2.0 xfun_0.41
[7] magrittr_2.0.3 glue_1.7.0 tibble_3.2.1 knitr_1.45 pkgconfig_2.0.3 htmltools_0.5.7
[13] generics_0.1.3 rmarkdown_2.25 dplyr_1.1.4 lifecycle_1.0.4 cli_3.6.2 fansi_1.0.6
[19] vctrs_0.6.5 vitae_0.5.4 compiler_4.3.0 rstudioapi_0.14 tools_4.3.0 pillar_1.9.0
[25] evaluate_0.23 yaml_2.3.8 rlang_1.1.3

@alanponce - I had a user/document or project specific twentyseccondcv.cls in place, which was being used (referenced_ during knitting, that I had not brought up to date to include the cvpronoun "newcommands". After updating that .cls to align with the new twentysecondcv template .cls all is green again, maybe your situation is similar?
-> @mitchelloharawild: sorry for bothering - thanks for a great package ...