On Sat, Oct 09, 1999 at 01:39:50PM -0400, Karl JH Millar wrote:

Oops. That was over a month ago. Considering that I haven't been getting any
work done, I can't imagine what I've been doing with my time.

> Given that, the following patch is against 1.0.4. It takes the notes in the
> text and inserts them as comments in the LaTeX output. I'd really like to
> have the equivalent changes done in reLyX, but unfortunately my Perl just
> isn't up to doing it.

I think this would be Hard. The TeX parser basically throws out all the
comments very early in the compilation process. Making it not do that would
then mean you'd have to handle all those comments later on.

In the meantime, though, if you put things in a comment environment, they
should be copied cleanly to and from LyX/LaTeX.

e.g.
\begin{comment}
Not important!
\end{comment}

-Amir

Reply via email to