ShreeDevi Kumar
2018-03-26 10:23:47 UTC
I was recently asked
To make study materials for my students I want to change different colors
Here is an MWE,
-------
\documentclass[11pt]{article}
\usepackage{polyglossia}
\usepackage{color}
\newfontfamily\hindifont [Script=Devanagari]{Jaipur Unicode NFLC}
\begin{document}
\hindifont{
à€à¥ + à€ = à€{\color{blue}à€¿} = à€à€¿
}
\end{document}
-------
hope to get some suggestions on how to get the letter be one color and
Devanagari dependent vowel sign in another color and render correctly.
To make study materials for my students I want to change different colors
for svaramatra. I used this one - à€à¥ + à€ = à€{\color{blue}à€¿} but the letter
not combines together How it is possible in latex.
I haven't been able to figure out a way to do it in xelatex.not combines together How it is possible in latex.
Here is an MWE,
-------
\documentclass[11pt]{article}
\usepackage{polyglossia}
\usepackage{color}
\newfontfamily\hindifont [Script=Devanagari]{Jaipur Unicode NFLC}
\begin{document}
\hindifont{
à€à¥ + à€ = à€{\color{blue}à€¿} = à€à€¿
}
\end{document}
-------
hope to get some suggestions on how to get the letter be one color and
Devanagari dependent vowel sign in another color and render correctly.