Advertisement
syvshc

Untitled

Aug 15th, 2022
776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.20 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{ninecolors}
  3. \def\a#1#{\textcolor{#1}}
  4. \def\b#1#{\textcolor{red#1}}
  5. \begin{document}
  6.   % \ared{hi}   % error
  7.   \b6{hi}\par
  8.  \textcolor{red6}{hi}
  9. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement