Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{xcolor}
  3. definecolor{lb}{RGB}{44, 139, 183}
  4. newcommandcolortext[2][black]{textcolor{#1}{textbf{#2}}}
  5. begin{document}
  6. colortext[lb]{Text goes here} colortext{This is black}
  7. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement