Answers for "change the color of a word in latex"

10

tex color text

\usepackage{xcolor}
\begin{document}

This is a sample text in black.
\textcolor{blue}{This is a sample text in blue.}

\end{document}
Posted by: Guest on June-06-2020

Code answers related to "change the color of a word in latex"

Browse Popular Code Answers by Language