ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Parameter scale in copypages in latest beta
@ 2012-10-15 15:12 Charles
  2012-10-15 15:22 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Charles @ 2012-10-15 15:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I was importing a PDF inside my document, but the scale parameter is now 
ignored.

It's reproducible with any PDF with:

\starttext
\copypages[tt.pdf][scale=500]
\stoptext

Any idea ?

Thanks

Charles

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Parameter scale in copypages in latest beta
  2012-10-15 15:12 Parameter scale in copypages in latest beta Charles
@ 2012-10-15 15:22 ` Wolfgang Schuster
  2012-10-15 15:25   ` Charles
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2012-10-15 15:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 15.10.2012 um 17:12 schrieb Charles <ce@vejnar.org>:

> Hi,
> 
> I was importing a PDF inside my document, but the scale parameter is now ignored.
> 
> It's reproducible with any PDF with:
> 
> \starttext
> \copypages[tt.pdf][scale=500]
> \stoptext
> 
> Any idea ?

Can you try this:

\starttext
\copypages[…][][scale=500]
\stoptext

In MkIV \copypages has three arguments:

- the first argument is the name of the file
- with the second argument you can control the copy mechanism and
- the third argument is passed down to \externalfigure which includes each page of the file in your document.

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Parameter scale in copypages in latest beta
  2012-10-15 15:22 ` Wolfgang Schuster
@ 2012-10-15 15:25   ` Charles
  2012-10-15 15:33     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Charles @ 2012-10-15 15:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Le 15/10/2012 17:22, Wolfgang Schuster a écrit :
> Am 15.10.2012 um 17:12 schrieb Charles <ce@vejnar.org>:
>
>> Hi,
>>
>> I was importing a PDF inside my document, but the scale parameter is now ignored.
>>
>> It's reproducible with any PDF with:
>>
>> \starttext
>> \copypages[tt.pdf][scale=500]
>> \stoptext
>>
>> Any idea ?
> Can you try this:
>
> \starttext
> \copypages[…][][scale=500]
> \stoptext
>
> In MkIV \copypages has three arguments:
>
> - the first argument is the name of the file
> - with the second argument you can control the copy mechanism and
> - the third argument is passed down to \externalfigure which includes each page of the file in your document.
>
> Wolfgang
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
It worked. Thanks a lot !

Charles
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Parameter scale in copypages in latest beta
  2012-10-15 15:25   ` Charles
@ 2012-10-15 15:33     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2012-10-15 15:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 15-10-2012 17:25, Charles wrote:
> Le 15/10/2012 17:22, Wolfgang Schuster a écrit :
>> Am 15.10.2012 um 17:12 schrieb Charles <ce@vejnar.org>:
>>
>>> Hi,
>>>
>>> I was importing a PDF inside my document, but the scale parameter is
>>> now ignored.
>>>
>>> It's reproducible with any PDF with:
>>>
>>> \starttext
>>> \copypages[tt.pdf][scale=500]
>>> \stoptext
>>>
>>> Any idea ?
>> Can you try this:
>>
>> \starttext
>> \copypages[…][][scale=500]
>> \stoptext
>>
>> In MkIV \copypages has three arguments:
>>
>> - the first argument is the name of the file
>> - with the second argument you can control the copy mechanism and
>> - the third argument is passed down to \externalfigure which includes
>> each page of the file in your document.
>>
>> Wolfgang
>> ___________________________________________________________________________________
>>
>> If your question is of interest to others as well, please add an entry
>> to the Wiki!
>>
>> maillist : ntg-context@ntg.nl /
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
>> archive  : http://foundry.supelec.fr/projects/contextrev/
>> wiki     : http://contextgarden.net
>> ___________________________________________________________________________________
>>
> It worked. Thanks a lot !

fyi: using three (optional) arguments is cleaner than mixing two 
(indepenent) sets of parameters into one

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2012-10-15 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-15 15:12 Parameter scale in copypages in latest beta Charles
2012-10-15 15:22 ` Wolfgang Schuster
2012-10-15 15:25   ` Charles
2012-10-15 15:33     ` Hans Hagen

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).