Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
5.96k stars 954 forks source link

Document in English with cyrillic characters #386

Closed pcotret closed 2 months ago

pcotret commented 2 months ago

I have a document which main language is English, the default language. However, I have a few cyrillic characters to put in it. babel-otherlangs: "ru" in the Markdown header didn't work:

Error producing PDF.
! Package babel Error: There is no ini file for the requested language
(babel)                (: ru). Perhaps you misspelled it or your
(babel)                installation is not complete..

See the babel package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.127 \babelprovide[import]{ru}

I've checked that I have the correct package installed on my Linux distro: texlive-lang-cyrillic (this package include some babel cyrillic languages.

pcotret commented 2 months ago

Nevermind, solved my issue using a font with cyrillic characters.