On 24 Sep 2002, Lars Gullik Bj�nnes wrote:
>what if you put a newcommand in the preamble
>
>\newcommand{mylog}{
>\begin{verbatim}
>$Log$
>\end{verbatim}
>}
>
>and put "\mylog" in ert somewhere in the document?
I think this might actually work. Daniel, could you try it?
>you should insert the \begin{verbatim} parts as well.
I did, but just left out it from the quote. Here's the full ERT lines:
\latex latex
\backslash
begin{verbatim}
\layout Standard
\latex latex
$Log$
\layout Standard
\latex latex
\backslash
end{verbatim}
...but in preamble it looks much better:
\begin_preamble
\begin{verbatim}
$Log$
\end{verbatim}
\end_preamble