Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. documentclass{report}
  2. usepackage{xcolor}
  3.  
  4. %Define your new command
  5. newcommand{revise}[1]{textcolor{red}{#1}}
  6.  
  7. begin{document}
  8. This is an revise{example}.
  9. end{document}
  10.  
  11. newcommand{name}[num]{definition}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement