Re: [NTG-context] How to override the print resolution

2011-07-05 Thread Hans Hagen
On 4-7-2011 8:20, Mojca Miklavec wrote: On Sat, Jul 2, 2011 at 21:31, Henning Hraban Ramm wrote: Am 2011-07-02 um 13:53 schrieb Cecil Westerhof: I do not know the size. This is depending on the resolution of the picture. What I want is that if I have two pictures with a resolution of 729x414 t

Re: [NTG-context] How to override the print resolution

2011-07-04 Thread Martin Schröder
2011/7/4 Mojca Miklavec : > pdfTeX supports that with >    image_resolution 300 > in pdftex.cfg for example (but maybe only if resolution is not defined). Yes. It's only used if the image specifies none or it has a crazy value. Best Martin __

Re: [NTG-context] How to override the print resolution

2011-07-04 Thread Mojca Miklavec
On Sat, Jul 2, 2011 at 21:31, Henning Hraban Ramm wrote: > Am 2011-07-02 um 13:53 schrieb Cecil Westerhof: > >> I do not know the size. This is depending on the resolution of the >> picture. What I want is that if I have two pictures with a resolution of >> 729x414 that they take up the same amount

Re: [NTG-context] How to override the print resolution

2011-07-02 Thread Henning Hraban Ramm
Am 2011-07-02 um 13:53 schrieb Cecil Westerhof: I do not know the size. This is depending on the resolution of the picture. What I want is that if I have two pictures with a resolution of 729x414 that they take up the same amount of space in the document. Now if the first picture has a prin

Re: [NTG-context] How to override the print resolution

2011-07-02 Thread Cecil Westerhof
2011/7/2 Henning Hraban Ramm > Am 2011-07-02 um 12:49 schrieb Cecil Westerhof: > > > When using \externalfigure it uses the print resolution for putting the >> graphic into the document. Until now all my graphics had a resolution of >> 300x300, but I just got one with a much lower one, which ble

Re: [NTG-context] How to override the print resolution

2011-07-02 Thread Henning Hraban Ramm
Am 2011-07-02 um 12:49 schrieb Cecil Westerhof: When using \externalfigure it uses the print resolution for putting the graphic into the document. Until now all my graphics had a resolution of 300x300, but I just got one with a much lower one, which blew up in my document. I just set the pr

[NTG-context] How to override the print resolution

2011-07-02 Thread Cecil Westerhof
When using \externalfigure it uses the print resolution for putting the graphic into the document. Until now all my graphics had a resolution of 300x300, but I just got one with a much lower one, which blew up in my document. I just set the print resolution to 300x300 and everything is fine again,