blodgett’s first latex command

want to write notes in light grey. also lazy. made shortcut (requires color package):

\usepackage[usenames,dvipsnames]{color}

\newcommand{\grey}[1]{\textcolor{Gray}{#1}}

voila! grey text with \grey{texttexttext}

4 Responses to “blodgett’s first latex command”

  1. doik says:

    i find this useful

    \newcommand{\TODO}[1]{\marginpar{TODO}\textcolor{Red}{\textbf{#1}}}

  2. blodgett says:

    yah but blodgett requires a means to distinguish between todo and other todo

  3. blodgett says:

    blodgett means that most of its work is todo, thus a specific todo indication is insufficient for this particular task…