On Tue, 24 Sep 2002, Daniel Clark/Cambridge/IBM wrote:

>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

Right. You could try using this instead:

\newcommand{\cvsver}{\$$Log$\$}
\cvsver

\cvsver will the print the CVS version string where ever you insert it. It
will be displayed actually in math mode, so it's in italic. I hope it
doesn't matter.

You could also use:

\newcommand{\cvsver}{$Log$}
\cvsver

which will print the CVS version string without $-characters.

>I'm guessing % must be the TeX comment character?

Yes, it is.

Reply via email to