Answers for "make text blue in latex"

2

latex coloured text

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

latex colored text

\usepackage{xcolor}

\texcolor{<red|blue|green>}{<text goes here>}
Posted by: Guest on December-01-2021
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