quarto_titlepages icon indicating copy to clipboard operation
quarto_titlepages copied to clipboard

figure out multilingual support for Hindi

Open eeholmes opened this issue 3 years ago • 1 comments

This approach should work but says can't find font. https://tr.overleaf.com/learn/latex/Multilingual_typesetting_on_Overleaf_using_polyglossia_and_fontspec

\usepackage{polyglossia}
\setdefaultlanguage{english}
\setotherlanguages{hindi}
\usepackage{fontspec}
\newfontfamily\devanagarifont[Script=Devanagari]{Lohit Devanagari}

eeholmes avatar Aug 13 '22 16:08 eeholmes

Most diacritics just seem to work without doing anything extra but Czech did not. This worked well for Czech but Hindi seems more complicated

\usepackage{babel}
\babelprovide[import,main]{czech}

Note the babel solution might be specific to xelatex engine.

eeholmes avatar Aug 14 '22 17:08 eeholmes