Sarah Mount wrote:
> I have a piece of tex in a .lyx file that should look like this:
>
> \begin{verbatim}
> fun fact 0 = 1
> | fact n = n * fact(n-1)
> \end{verbatim}
>
> (with forced linebreak characters at the end of each line)
>
> How can I type the double space before the | character without using
> Ctrl-space (which appears as a tilde because of the verbatim environment)?try LyX paragraphlayout lyxcode. than you do not need the begin/end comments Herbert -- http://www.lyx.org/help/
