Re: [dev-context] 2 patches for grph-inc

2012-10-21 Thread Peter Münster
Hello Hans, What do you think about these patches? -- Peter ___ dev-context mailing list dev-context@ntg.nl http://www.ntg.nl/mailman/listinfo/dev-context

Re: [dev-context] 2 patches for grph-inc

2012-09-24 Thread Peter Münster
On Fri, Sep 14 2012, Aditya Mahajan wrote: Hans already added a generic function \setemeasure to syst-aux, that can be used here. I've tried, but without success... :( TIA for any further help, -- Peter ___ dev-context mailing list

Re: [dev-context] 2 patches for grph-inc

2012-09-13 Thread Peter Münster
On Fri, Sep 07 2012, Aditya Mahajan wrote: + \edef\current_width{\externalfigureparameter\c!width}% + \edef\current_height{\externalfigureparameter\c!height}% + \def\nocrap##1{\doifnotemptyvalue{##1}{% + \the\dimexpr\csname##1\endcsname\relax}}% It is better to use a more

Re: [dev-context] 2 patches for grph-inc

2012-09-13 Thread Aditya Mahajan
On Thu, 13 Sep 2012, Peter Münster wrote: On Fri, Sep 07 2012, Aditya Mahajan wrote: + \edef\current_width{\externalfigureparameter\c!width}% + \edef\current_height{\externalfigureparameter\c!height}% + \def\nocrap##1{\doifnotemptyvalue{##1}{% +

[dev-context] 2 patches for grph-inc

2012-09-06 Thread Peter Münster
Hi Hans, Could you please add these 2 patches (or something similar), because the grph-downsample module¹ would work much better then: 1.) To get the width and the height into the name of the file, because when the figure dimensions change, there must be a new conversion:

Re: [dev-context] 2 patches for grph-inc

2012-09-06 Thread Aditya Mahajan
On Fri, 7 Sep 2012, Peter Münster wrote: 2.) To avoid crap in the width and height options: --8---cut here---start-8--- --- grph-inc.mkiv~ 2012-07-20 23:26:52.0 +0200 +++ grph-inc.mkiv 2012-08-01 00:02:23.851094854 +0200 @@ -293,6 +293,10