Answers for "latex text color"

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
0

LaTeX bold color text

\textcolor{blue}{\textbf{some bold and colored text}}
Posted by: Guest on June-25-2021
2

latex coloured text

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

text color in latex

\textcolor{<color name goes here}{<the text which you want to color goes here>}
Posted by: Guest on March-20-2021

Browse Popular Code Answers by Language