lout-users
[Top][All Lists]
Advanced

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

Re: first line indented in @Verbatim


From: Valeriy E. Ushakov
Subject: Re: first line indented in @Verbatim
Date: Tue, 26 Jan 1999 13:09:17 +0300

On Mon, Jan 25, 1999 at 03:35:12PM -0700, Tamas Papp wrote:

> @F @Verbatim @Begin
>     text here
> /usr/doc$
> @End @Verbatim
> 
> but the first line comes without the four-space indent. I know that this
> is the way it should, but how can I get an indent there? {} doesn't work,
> since it's verbatim mode.

To my taste @Verbatim is a kludge.  It just uses sed to transform its
paramter into literal string escaping it properly.  Tough luck for
Win32 users that don't have sed installed on their machines.

I prefer to write verbatim text as literal strings myself.  For a
bigger verbatim material I'd use a makefile that would run sed itself
and @Include the result.

Note that @Verbatim is never used in lout own documentation.

I'd use

    @F lines @Break {
    "   text here"
    "/usr/doc$"
    }

SY, Uwe
-- 
address@hidden                         |       Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/            |       Ist zu Grunde gehen


reply via email to

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