That seems to maintain formatting when looking at the .lyx source with a
text editor, however it still shows up in LyX as a single line and doesn't
show up in created .dvi, .pdf, .ps, .html etc. files at all (which is
what I want it to do - I want change history visible to people who don't
know how to use CVS)
I'm guessing % must be the TeX comment character?
Tuukka Toivonen <[EMAIL PROTECTED]>
09/24/2002 11:50 AM
To: Daniel Clark/Cambridge/IBM <[EMAIL PROTECTED]>
cc: [EMAIL PROTECTED]
Subject: Re: Including CVS $Log$ tag in LyX doxument
On Tue, 24 Sep 2002, Daniel Clark/Cambridge/IBM wrote:
>I'd like to have a section of a LyX document be revision history using
the
>CVS $Log$ tag. The problem is that LyX seems to reformat the $Log$ entry,
Try typing
% $Log$
And marking whole line as red TeX. Or you could type the same into
Layout/Latex Preamble.
LyX also has build-in version control, which uses probably rcs.
File/Version Control. I've heard it's quite simple, though.