deedy / Deedy-Resume

A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student
Apache License 2.0
4.74k stars 1.25k forks source link

Serbian accented c #49

Open utkuturk opened 5 years ago

utkuturk commented 5 years ago

Hello, thank you for your work. It is awesome! Is there a way to write č this character? I could not did it. When I try writing \v{c} it gives a question mark in the place of the character.

Thank you for your work.

spilehchiha commented 5 years ago

For an initial ad-hoc solution, you can try including this command to your preamble: \usepackage[T1]{fontenc} Unfortunately, it changes the default font, but it gets the job done and recognizes the upper v above the c character.