mitchelloharawild / vitae

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

do not support unicode #201

Open with-fan opened 2 years ago

with-fan commented 2 years ago

Thank you for your excellent package to make a cv.

When I want to write my cv in Chinese, the pdf cannot show right words. Could you please give me a solution ?

mitchelloharawild commented 2 years ago

Could you provide a minimal reproducible example? It should be possible to write a CV which Chinese unicode characters. You might need to use xelatex, which can be done with:

output: 
  vitae::awesomecv:
    latex_engine: xelatex