quarto_titlepages
quarto_titlepages copied to clipboard
figure out multilingual support for Hindi
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}
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.