matchy233 / typst-chi-cv-template

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

Typo in Example Usage #1

Closed hedonistrh closed 1 year ago

hedonistrh commented 1 year ago

Hey, thanks a lot for great template. I am using that and found a problem in the given example.

typst --font-path ./fonts resume.typ resume.pdf

That is giving error and it should be as following, because we need that compile command.

typst --font-path ./fonts compile resume.typ resume.pdf
matchy233 commented 1 year ago

Many thanks for the feedback! The typo was fixed in the latest commit https://github.com/matchy233/typst-chi-cv-template/commit/b8478ca3c036305fce1d260f44ce9d5f9d321404.