matchy233 / typst-chi-cv-template

😍 Rip-off of rip-off of skyzh's CV, using typst
MIT License
119 stars 10 forks source link

Some Letters Become Broken #2

Open hedonistrh opened 1 year ago

hedonistrh commented 1 year ago

Hey, thanks again for great template. 🙏🏼

I am using your template in the cli and in the app. However, I realized that, when I write software as a word, it become like

Soware

To reproduce that, you can use following in the .typ file

#import "chicv.typ": *

#show: chicv
Software

And I am also sharing pdf file which can be rendered from given example.

example.pdf

I am not sure about what is the exact cause of that but just would like to report it.

matchy233 commented 1 year ago

This is a feature called ligature that is implemented by many fonts. Some monospace fonts exploit this feature to render -> as a right arrow.

Font ligature is turned on by default in this template. But if you don't want it, you can always turn it off using

#set text(ligatures: false)