ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* texexec.pl vs. .rb
@ 2007-04-05 12:54 Tobias Burnus
  2007-04-05 13:01 ` Taco Hoekwater
  2007-04-05 13:30 ` Wolfgang Schuster
  0 siblings, 2 replies; 5+ messages in thread
From: Tobias Burnus @ 2007-04-05 12:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

the following command works with the PERL but not with the RUBY version.
Is this option obsolete or simply not yet implemented:

(texmfstart) texexec --pdfarrange --paper=a5a4 --print=up test.pdf

texexec: works
texmfstart texexec:

! Missing number, treated as zero.
<to be read again>
                   a
\@@ppoffset ->a
               5a4
\calculatepaperoffsets ...lue {\??pp #1\c!offset }
                                                  \divide \scratchdimen
\arr...
<argument> ...dth }\fi \calculatepaperoffsets {A4}
                                                  \xdef \papersize {A4}
\firstofoneargument #1->#1

\next1 #1,->\docommand {#1}
                           \doprocesscommaitem
...
l.3 \setuplayout


Tobias

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: texexec.pl vs. .rb
  2007-04-05 12:54 texexec.pl vs. .rb Tobias Burnus
@ 2007-04-05 13:01 ` Taco Hoekwater
  2007-04-05 14:05   ` Sanjoy Mahajan
  2007-04-05 13:30 ` Wolfgang Schuster
  1 sibling, 1 reply; 5+ messages in thread
From: Taco Hoekwater @ 2007-04-05 13:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Tobias Burnus wrote:
> Hi,
> 
> the following command works with the PERL but not with the RUBY version.
> Is this option obsolete or simply not yet implemented:
> 
> (texmfstart) texexec --pdfarrange --paper=a5a4 --print=up test.pdf

The option --paper should become --papersize.
The shortcutted form --paper resolves to --paperoffset nowadays.

Best,
Taco

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: texexec.pl vs. .rb
  2007-04-05 12:54 texexec.pl vs. .rb Tobias Burnus
  2007-04-05 13:01 ` Taco Hoekwater
@ 2007-04-05 13:30 ` Wolfgang Schuster
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2007-04-05 13:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 890 bytes --]

2007/4/5, Tobias Burnus <burnus@net-b.de>:
>
> Hi,
>
> the following command works with the PERL but not with the RUBY version.
> Is this option obsolete or simply not yet implemented:
>
> (texmfstart) texexec --pdfarrange --paper=a5a4 --print=up test.pdf


 Hi Tobias,

replace --paper by --paperformat

Wolfgang

texexec: works
> texmfstart texexec:
>
> ! Missing number, treated as zero.
> <to be read again>
>                    a
> \@@ppoffset ->a
>                5a4
> \calculatepaperoffsets ...lue {\??pp #1\c!offset }
>                                                   \divide \scratchdimen
> \arr...
> <argument> ...dth }\fi \calculatepaperoffsets {A4}
>                                                   \xdef \papersize {A4}
> \firstofoneargument #1->#1
>
> \next1 #1,->\docommand {#1}
>                            \doprocesscommaitem
> ...
> l.3 \setuplayout
>
>
> Tobias
>
>

[-- Attachment #1.2: Type: text/html, Size: 2155 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: texexec.pl vs. .rb
  2007-04-05 13:01 ` Taco Hoekwater
@ 2007-04-05 14:05   ` Sanjoy Mahajan
  2007-04-05 14:12     ` Taco Hoekwater
  0 siblings, 1 reply; 5+ messages in thread
From: Sanjoy Mahajan @ 2007-04-05 14:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> > (texmfstart) texexec --pdfarrange --paper=a5a4 --print=up test.pdf
> 
> The option --paper should become --papersize.
> The shortcutted form --paper resolves to --paperoffset nowadays.

Shouldn't it be --paperformat?  From the texexec manpage:

       --paperformat=KEY
              For typesetting multiple pages on a single piece of
              paper.  KEY has the form a4a3 (for printing A4 pages on
              A3 paper), a5a4 (for printing A5 pages on A4 paper), or
              in general aMaN.  The actual layout of the pages is
              specified with the --printformat option.

Let me know if I have it wrong and I'll correct the manpage (I've been
feeding the manpages to tex-live).

-Sanjoy

`Not all those who wander are lost.' (J.R.R. Tolkien)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: texexec.pl vs. .rb
  2007-04-05 14:05   ` Sanjoy Mahajan
@ 2007-04-05 14:12     ` Taco Hoekwater
  0 siblings, 0 replies; 5+ messages in thread
From: Taco Hoekwater @ 2007-04-05 14:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Sanjoy Mahajan wrote:
>>> (texmfstart) texexec --pdfarrange --paper=a5a4 --print=up test.pdf
>> The option --paper should become --papersize.
>> The shortcutted form --paper resolves to --paperoffset nowadays.
> 
> Shouldn't it be --paperformat?  From the texexec manpage:

Sorry, you are right.

Taco

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-05 14:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-05 12:54 texexec.pl vs. .rb Tobias Burnus
2007-04-05 13:01 ` Taco Hoekwater
2007-04-05 14:05   ` Sanjoy Mahajan
2007-04-05 14:12     ` Taco Hoekwater
2007-04-05 13:30 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).