mitchelloharawild / vitae

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

Feature request: Show total page number #172

Closed jmbarbone closed 2 years ago

jmbarbone commented 3 years ago

It would be nice to add in as an optional feature for the output to provide the total number of pages at the bottom rather than just the current page number. I've implemented a quick fix myself but didn't include anything to toggle this. The necessary changes can be seen in a forked repo and the result can be seen in another repo.

mitchelloharawild commented 2 years ago

Thanks for the suggestion. You can now specify

output: 
  vitae::awesomecv:
    page_total: true

To get page totals in the awesomecv() template.