lout-users
[Top][All Lists]
Advanced

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

Re: unresolved cross reference @Runner&&following


From: Valeriy E. Ushakov
Subject: Re: unresolved cross reference @Runner&&following
Date: Wed, 25 Aug 1999 14:24:32 +0400

On Wed, Aug 25, 1999 at 11:49:20AM +0200, Pascal Weidema wrote:

> with the following file 'boekje.lt' I get the following error
> message which results in ?? for page and chapter numbers.

Did you run lout several times?  Lout need several runs to resolve
cross-references when formtating it for the first time or after
document was changed significantly (like adding new chapter &c).

> @Chapter
>     @Title { Australian Native Plants }
> @Begin
> @PP
> preceding text
> @Section
>    @Title { Books }
>    @Tag { books }
> @Begin
> @PP
> To produce a book
> @End @Section
> @End @Chapter

You also need @BeginSections/@EndSections to use sections inside
chapter (this is discussed in the user's guide):

    @Chapter @Title {}
    @Begin
    @PP
    text
    @BeginSections
    @Section @Title {}
    @Begin
    @End @Section
    @Section @Title {}
    @Begin
    @End @Section
    @EndSections
    @End @Chapter

> P.S. here at our company we use the universe font.  Can it be
> implemented in Lout?

Use (modulo font/file names):

  fontdef Universe Base { Universe-Regular univr.afm LtLatin1.LCM Recode }
  # and so on for other faces

see include/fontdefs for examples.

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]