I have to make an global change in many enumerate lists, so in need define a command that I can apply without braces in a such way that only applies until the end of the paragraph (or line), for example
\item \changecolor text text text text text text text text text text
text text text text text text text text text.
%defautl color
othertextothertextothertextothertextothertextothertextothertextot
Is it possible to do that?
\item \textcolor{red}{text ...text}? – David Carlisle Nov 18 '16 at 16:20\changecolors at the beginning of paragraphs. Is there some command or environment that is already present that you can simply modify? The "right way to do it" would be to put some macro or environment around those exercises, even if it takes a few hours of work. That would save you hours of headaches later, when a fragile command starts breaking other stuff. – Teepeemm Nov 18 '16 at 16:48