Myriam Abramson <[EMAIL PROTECTED]> writes:
| Hi!
|
| I desperately need to print those nice comments I put in my papers.
| Any ideas how? I really do not want to write them back by hand.
Are the commens put in a "Comments" layout or in a note inset?
For the Comment environment a snippet in the preamble should do the
trick, but I am not enough of a LaTeX master to provide that.
for reference, this is the definition of comment in verbatim.sty:
\def\comment{\@bsphack
\let\do\@makeother\dospecials\catcode`\^^M\active
\let\verbatim@startline\relax
\let\verbatim@addtoline\@gobble
\let\verbatim@processline\relax
\let\verbatim@finish\relax
\verbatim@}
\let\endcomment=\@esphack
It is is Note insets you have to play tricks on the .lyx file with
sed/awk or similar.
Lgb