On Tue, Sep 24, 2002 at 02:41:55PM -0400, Daniel Clark/Cambridge/IBM wrote: > It looks promising, as LyX is not changing anything in the preamble. > However my lack of any TeX knowedge is showing through. Why does this > produce 5 errors? > > \usepackage{pslatex,verbatim} > \newcommand{cvslog}{ > \begin{verbatim} > $Log: Account-Management.lyx,v $ > Revision 1.9 2002/09/24 18:20:35 dclark > Added version history to document by defining cvslog command in preamble > > \end{verbatim} > }
You can't use verbatim inside a macro. See my other mail for a solution.