lout-users
[Top][All Lists]
Advanced

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

Re: Support for PostScript %%For, %%Title?


From: Robert Riebisch
Subject: Re: Support for PostScript %%For, %%Title?
Date: Wed, 20 Aug 2008 14:00:23 +0200

Ludovic Courtès wrote:

> The result looks like this:
> 
>   { @BackEnd @Case {
>       PostScript @Yield {
>   [ "/"Title "("The Title")"
>   "/"Author "("The Author")"
>   "/"Keywords "("Lout, PostScript, PDF")"
>   "/"DOCINFO pdfmark
>           }
>   } } @Graphic { }

OK, thanks! :-)

That's what I placed just below @Text @Begin:
***
@BackEnd @Case {
  PostScript @Yield {
    { [ "/"Author "("The Author")"
        "/"Title "("The Title")"
        "/"Subject "("pdfmark")"
        "/"Keywords "("Lout, PostScript, PDF")"
        "/"DOCINFO pdfmark }
    @Graphic {}
  }
  PDF @Yield {
    { __author="The Author"
      __title="The Title"
      __subject="pdfmark" 
      __keywords="Lout, PostScript, PDF" }
    @Graphic {}
  }
  PlainText @Yield {
    # PlainText does nothing
  }
}
***

> I'm not sure whether/how Lout could do that by default.

Can't be that difficult for a Lout expert. ;-)

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/


reply via email to

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