lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Escaping a left curly brace in @Verbatim


From: Ludovic Courtès
Subject: Re: Escaping a left curly brace in @Verbatim
Date: Fri, 04 May 2007 19:06:56 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

"Monty Zukowski" <address@hidden> writes:

> So, how would I get the character '}' into a chunk of @Verbatim text.
> I'm generating the text from another program.  Do I need to split into
> multiple chunks like this:
>
> @Verbatim {function blarb() } @SomethingThatProducesLCurly @Verbatim
> {more code..}
>
> How is this done?

Like this:

  @Verbatim
  @Begin

  stuff with
   {
     braces...
   }

  @End @Verbatim

Thanks,
Ludovic.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]