I need a way to mark parts in my thesis as preliminary. I want to be flexible in the way to set the unfinished text apart from the finished text.
When I have
\newcommand{\fixit}{\Large}
. I then use it as follows.
Code: Select all
{\fixit here are rough ideas that need pondering}
Code: Select all
\newcommand{\fixit}{\emph} %consider \marginpar instead of \emph
Code: Select all
\fixit{here are rough ideas that need pondering}

I'm not clinging to
\newcommand
if a better idea suits the purpose.I believe LaTeX offers a solution. Only I don't find it, please help.