Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure out multilingual support for Hindi #3

Open
eeholmes opened this issue Aug 13, 2022 · 1 comment
Open

figure out multilingual support for Hindi #3

eeholmes opened this issue Aug 13, 2022 · 1 comment

Comments

@eeholmes
Copy link
Member

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 eeholmes changed the title figure out multilingual support figure out multilingual support for Hindi Aug 14, 2022
@eeholmes
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant