Sebastian Vattamattam wrote:
> Friends, how to color the chosen words in a LaTex document, please?
>
Try the following code. Kannan
============
\documentclass[12pt]{article}
\usepackage{color}
\begin{document}
Hello {\color{blue}world}!
\end{document}