I'm writing a document, and each chapter (and some sections, etc) begins with an outline of the chapter and some notes about e,g, what I need to add. I'd like to keep this for reference, and have it appear in drafts, but not in the final document.
So what I would have would look something like this:
Code: Select all
\begin {ChaptOutline}
\begin {framed}
\begin {outline}
... the outline text...
\end {outline}
... and maybe some comments...
\end {framed}
\end {ChapOutline}
\chapter {the title}
Thanks,
James