Answers for "change colour text 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
2

latex coloured text

\textcolor{red}{
}
Posted by: Guest on October-30-2020

Browse Popular Code Answers by Language