Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Fabrice Couvreur
Thanks Wolfgang and Aditya Fabrice 2016-07-12 21:04 GMT+02:00 Wolfgang Schuster : > Fabrice Couvreur > 12. Juli 2016 um 20:41 > > How filling the number ? > > \startusableMPgraphic{NumberHead} > draw outlinetext.b >

Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Wolfgang Schuster
Fabrice Couvreur 12. Juli 2016 um 20:41 How filling the number ? \startusableMPgraphic{NumberHead} draw outlinetext.b ("\bf\namedheadnumber{chapter}") (withcolor "lightgray") (withpen pencircle scaled .1) ysized 60pt ;

Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Aditya Mahajan
On Tue, 12 Jul 2016, Fabrice Couvreur wrote: this is more modern (the method, not the font): How filling the number ? \starttext \startMPpage draw outlinetext.d ("Hello") (withpen pencircle scaled 0.1bp withcolor red) ysized 60pt ; \stopMPpage

Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Fabrice Couvreur
> > this is more modern (the method, not the font): How filling the number ? 2016-07-12 17:56 GMT+02:00 Hans Hagen : > On 7/12/2016 5:21 PM, Fabrice Couvreur wrote: > >> Compiling this file returns files ntg46-mpgraph.log ntg46-mpgraph.tex >> ntg46-mpgraph.mpy ntg46-mpgraph.pdf

Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Hans Hagen
On 7/12/2016 5:21 PM, Fabrice Couvreur wrote: Compiling this file returns files ntg46-mpgraph.log ntg46-mpgraph.tex ntg46-mpgraph.mpy ntg46-mpgraph.pdf ntg46-mpgraph.tuc this is more modern (the method, not the font): \startusableMPgraphic{NumberHead} draw outlinetext.d

Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Fabrice Couvreur
Compiling this file returns files ntg46-mpgraph.log ntg46-mpgraph.tex ntg46-mpgraph.mpy ntg46-mpgraph.pdf ntg46-mpgraph.tuc % macros=mkvi \setuppagenumbering[location=footer] \startusableMPgraphic{NumberHead} picture r ; r := image ( graphictext

Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Hans Hagen
On 7/12/2016 3:30 PM, Fabrice Couvreur wrote: Thank youfor the information, but it remains to delete the files ... mpgraph.log fwiw, mkiv normally doesn't have such files Hans - Hans

Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Fabrice Couvreur
Thank you for the information, but it remains to delete the files ... mpgraph.log It takes maybe write a script. Fabrice 2016-07-12 14:42 GMT+02:00 Willi Egger : > context —purgeall is your friend. The pdfs you will have to delete > manually. > > Willi > > On 12 jul. 2016, at

Re: [NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Willi Egger
context —purgeall is your friend. The pdfs you will have to delete manually. Willi > On 12 jul. 2016, at 12:44, Fabrice Couvreur > wrote: > > > Hello, > One of my command uses a macro build from Metafun. The compilation generates > many files. > How to delete

[NTG-context] Remove files that are not needed (Metafun)

2016-07-12 Thread Fabrice Couvreur
Hello, One of my command uses a macro build from Metafun. The compilation generates many files. How to delete files in the formats mpgraph.log, mpgraph.mpy, mpgraph.pdf, mpgraph.tex and mpgraph.tuc ? thank you, Fabrice