Re: [NTG-context] mag problem

2007-07-07 Thread Patrick Gundlach

[...]

>> Any way to get \mag to work?
>
> Just curious as to why do you need mag? Can't you achieve the same 
> visual effect using \setupbodyfont[...] or \setuppapersize?

Probably yes, but too much thinking involved. For my purpose it is
even feasible to use convert (imagemagick) to scale down the result to
75%. I need a png anyway.

Patrick
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mag problem

2007-07-06 Thread Taco Hoekwater
Aditya Mahajan wrote:
> Quoting Patrick Gundlach <[EMAIL PROTECTED]>:
> 
>> Hi,
>>
>> I try to use \mag in a document, but I fail:
>>
>> \mag=700
>> \starttext
>> \input tufte
>> \stoptext
>>
>>
>> gives me
>>
>> ! Incompatible magnification (700);
>> the previous value will be retained (1000).
>>
>> Any way to get \mag to work?

Probably because of the .top file setting up some value
that prevents subsequent changes to the magnification.
(\setupoutput maybe)

Taco

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mag problem

2007-07-06 Thread Aditya Mahajan
Quoting Patrick Gundlach <[EMAIL PROTECTED]>:

> Hi,
>
> I try to use \mag in a document, but I fail:
>
> \mag=700
> \starttext
> \input tufte
> \stoptext
>
>
> gives me
>
> ! Incompatible magnification (700);
> the previous value will be retained (1000).
>
> Any way to get \mag to work?

Just curious as to why do you need mag? Can't you achieve the same 
visual effect using \setupbodyfont[...] or \setuppapersize?

Aditya
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___