Nemir,
On Wed, May 28, 2003 at 08:21:37PM +0000, nemir nemiria wrote:
> >Can you paginate the chunks so the appropriate PS code can be inserted
> >or appended beforehand?
>
> For sure. It is a very clear step by step concatenation process. It takes
> each individual text report in its turn in a specific order, run s them
> through a postscript converter, and then concatenates it to the batch file
Great, then you can put the code in as the first line before concatenation
takes place. Try this for simplex:
statusdict /setduplexmode known {
statusdict begin false setduplexmode end
} if
and this:
statusdict /setduplexmode known {
statusdict begin true setduplexmode end
} if
for duplex -- after the top line containing "%!" .
> before starting on the next one. There is already a bunch of postscript
> commands setting up each report's layout at the beginning of each report,
> including a call to a funcction that is part of the overlay. As an
> example, one such report may begin with
>
> pp_reset {
> jnl_r_D
> pp_font
> 0 0 moveto
> }def
> pp_reset
>
> If I were to strip this report from the overall batch without changing
> anything, it does actually print duplex.
Suppose your printer's default is duplex.
> When can I use which level stuff? What does it mean to be level 4? How
> many levels are there....
These are language extensions organized into groups called languagelevels.
Each level encompasses all features of the previous level as well as new
features. Which level u can use depends on the interpreter aboard the
printing device. An interpreter claiming to support a given level must
implement all features defined in that languagelevel an lower.
AFAIK level 3 is the last one.
> I will also look at the quick ifhp page.. I had already found the how-to
> and thought I will try that tomorrow. It was a little daunting, I
> confess.
Okay, good luck.
> Thanks yet again for your help.
Anytime.
Bye
--
Henk Roose [EMAIL PROTECTED]
Centre for Mathematics and Computer Science
Kruislaan 413, 1098 SJ Amsterdam, The Netherlands
Phone: +31 20 5929333 Fax: +31 20 5924199
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------