lout-users
[Top][All Lists]
Advanced

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

Re: How to put attachments at end of an ordinary document


From: Kyle
Subject: Re: How to put attachments at end of an ordinary document
Date: Wed, 21 Feb 2001 08:30:21 -0700

 
"Valeriy E. Ushakov" wrote:
On Tue, Feb 20, 2001 at 15:31:42 -0700, Kyle wrote:

>     {lines} @Break
>
> I was trying to produce a document without any definitions (just to see
> what the simplest case is).  I kept getting the error:
>
>     4,24: fatal error: missing @Break symbol or option

Something  like

    { lines 1.2vx nohyphen } @Break

should help.

I already tried that.  For example, this:

@SysInclude { fontdefs }
@SysInclude { langdefs }

    { Times Base 12p } @Font
    {lines 1.2vx nohyphen } @Break
    English @Language
    {0 0 0 setrgbcolor} @SetColor
    HELLO

    { Times Base 12p } @Font
    {lines 1.2vx nohyphen } @Break
    English @Language
    {0 0 0 setrgbcolor} @SetColor
    There

Still yields the error:

    4,24: fatal error: missing @Break symbol or option

Yet, if I comment out the second block (the last 5 lines) the error goes away.  My interpretation of this was that lout would only parse a single object at the explicit level.  I tried the following to try to test that assertion:

@SysInclude { fontdefs }
@SysInclude { langdefs }

    { Times Base 12p } @Font
    {lines 1.2vx nohyphen } @Break
    English @Language
    {0 0 0 setrgbcolor} @SetColor
{    HELLO

    { Times Base 12p } @Font
    {lines 1.2vx nohyphen } @Break
    English @Language
    {0 0 0 setrgbcolor} @SetColor
    There
}

And got no error message...  (I am running 3.17 which ships with RedHat 6.2)
 
 

Attachment: kyle.vcf
Description: Card for Kyle


reply via email to

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