Hi Alexis,

Considering the first part of your questions:
If you use the 'Comment' style, you can let them show up
in the output by adding the following fragment to
your preamble.
It looks only a bit messy sometimes ... but it's for comments anyways...

Jonne.

% show my Comments?
\RequirePackage{colortbl, tabularx}
\renewenvironment{comment}
{% replaces \begin{comment}
\noindent
\tabularx{\textwidth}{|>{\columncolor[gray]{0.9}}X|}
\hline
\emph{\textbf{Comment:}}
}
{% replaces \end{comment}
\endtabularx\hrule
}

-----Original Message-----

Hi, first, I'm using the 'book' class. This offers me a formatting style
called 'Comment'. But I also have, from the 'Edit' menu, something
called 'Note'. Neither of them produce any output in the printout.
Clearly something like this is very useful for text like "I must
remember to fix this bit!" and "Next time I revise this section try to
blah blah", but what is the difference between a Comment and a Note,
other than the colour? ;-)

Reply via email to