koka-lang / madoko

Madoko is a fast markdown processor for high quality academic and technical articles
Other
393 stars 42 forks source link

Chinese Font can't render #45

Open koerriva opened 6 years ago

koerriva commented 6 years ago

when i generate a PDF document,the Chinese Font can't show.

tom-newhall commented 5 years ago

This is probably a problem with the LaTeX backend, not with Madoko per se.

Try putting

Package :  [AutoFallBack=true]xeCJK

in the header of your file. xeCJK is the most commonly used package for typesetting Chinese characters in XeLaTaX, the version of LaTeX that Madoko uses by default.