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}
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}
change the color of the description of a url latex
documentclass{article}
usepackage{xcolor}
usepackage[colorlinks = true,
linkcolor = blue,
urlcolor = blue,
citecolor = blue,
anchorcolor = blue]{hyperref}
newcommand{MYhref}[3][blue]{href{#2}{color{#1}{#3}}}%
begin{document}
Here is MYhref{http://www.google.com}{Google} and MYhref{http://www.yahoo.com}{Yahoo!}.
Here is MYhref[brown]{http://www.google.com}{Google} and MYhref[red]{http://www.yahoo.com}{Yahoo!}.
end{document}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us