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: Valeriy E. Ushakov
Subject: Re: How to put attachments at end of an ordinary document
Date: Tue, 20 Feb 2001 08:28:37 +0300
User-agent: Mutt/1.3.3i

On Mon, Feb 19, 2001 at 17:45:35 -0700, Kyle wrote:

> I have a local modified copy of "doc" that has a custom header, etc.
> The regular document has 1" margins all through it.  When I get to the
> end, I'd like to include some EPS drawings at full scale.  In order to
> do so, I need to be able to ignore the margins that have been in place
> for the rest of the document.

> But I know that if I try to include the documents inside the @Text
> definition, they have to get scaled down inside the margins.

Off the top of my head - will @Place help?


> Giving them page labels like A1, A2, etc would be nice too.

You will need another page list for this.  Layouts that come with Lout
don't have extra preconfigured page lists at the end of a document, so
some do have at the begining (intro pages).

Nothing really prevents you from writing

    @Document
    //
    @Text { ... }
    // 
    @Document
    //
    @Text { ... }

to obtain an extra page list (I belive I posted a similar example some
time ago), but the problem is that the second page list will use the
same values for margins etc, as specified via options to
@DocumentSetup.

Perhaps you can grab dsf, clone, say, @SimplePageList, rename it and
its parameters to, say, @ExtraPageList (and add these new parameters
to @DocumentSetup options) then tweak docf to have a new
@ExtraDocument symbol that will use this @ExtraPageList.

Just the first thought on how I would try solve this.

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]