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}
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}
i find this useful
\newcommand{\TODO}[1]{\marginpar{TODO}\textcolor{Red}{\textbf{#1}}}
yah but blodgett requires a means to distinguish between todo and other todo
wut
blodgett means that most of its work is todo, thus a specific todo indication is insufficient for this particular task…