liantze / AltaCV

Yet another alternative curriculum vitae/résumé class with LaTeX
Other
1.27k stars 331 forks source link

Special characters won't display properly #48

Closed gcakir closed 4 years ago

gcakir commented 4 years ago
problem

For example, as in the image, the German letter "ö" in "Göttingen" will be displayed as "Ãű", resulting in "GÃűttingen". How could I resolve this issue?

liantze commented 4 years ago

This is a new bug with the new code attempting to automatically handle special characters like _ with \detokenize. I'll look into this; in the meantime can you please convert with XeLaTeX first? You may need to add \usepackge{fontspec}:

Screenshot 2020-05-15 at 11 11 55 AM
liantze commented 4 years ago

I've just pushed an update; could you try compiling with pdflatex using altacv.cls v1.3.1?

gcakir commented 4 years ago

@liantze It works now, with pdflatex as well. Thank you very much.

liantze commented 4 years ago

Great, thanks for the report!