mitchelloharawild / vitae

R Markdown Résumés and CVs
https://pkg.mitchelloharawild.com/vitae/
1.19k stars 229 forks source link

Personal pronouns #204

Open mhesselbarth opened 2 years ago

mhesselbarth commented 2 years ago

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

isabelle-greco commented 1 year ago

@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?

mitchelloharawild commented 1 year ago

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

mhesselbarth commented 1 year ago

Amazing! Thanks a lot

alanponce commented 5 months ago

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

gwd666 commented 1 month ago

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