lout-users
[Top][All Lists]
Advanced

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

Re: headers, headers, more headers


From: Valeriy E. Ushakov
Subject: Re: headers, headers, more headers
Date: Mon, 3 Jul 2000 14:34:31 +0400
User-agent: Mutt/1.3.3i

You can only post to the list from subscribed address.
I've forwarded your message to the list.

On Mon, Jul 03, 2000 at 12:34:47 +0400, Steve & Kim Rosset wrote:

> I'd rather just imbed the "@OddTop {Here's my header}" into my lout
> file.

You can use address@hidden'{ option value }' command line option
(quotes are to keep shell happy).  This is documented in the man page.

Or you can just emit necessary setup stuff along with the body:

  @SysInclude { langdefs        }       # language definitions
  @SysInclude { bsf             }       # BasicSetup package
  @SysInclude { dsf             }       # DocumentSetup package
  @SysInclude { docf            }       # OrdinarySetup extension

  @Use { @BasicSetup }                  # BasicSetup configuration
  @Use { @DocumentSetup                 # DocumentSetup configuration
    @OddTop { Here's my header }
  }
  @Use { @OrdinarySetup }               # OrdinarySetup configuration

  @SysDatabase @FontDef  { fontdefs }   # font definitions
  @SysDatabase @RefStyle { refstyle }   # reference printing styles

  @Document
  //
  # ...

This latter approach is vulnerable to changes between lout versions,
though, as you need to track the changes that you would pick up
automatically if you had just do @SysInclude { doc }.

Hope this helps.

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]