Re: [NTG-context] How to remove \jobname-mpgraph.dddd?

2010-10-22 Thread Hans Hagen

On 22-10-2010 2:03, Mojca Miklavec wrote:

I have a silly question - how do I remove mpgraph files now that
ctxtools is gone and context --purge doesn't know about them?
context doesn't need to know about mpgraph files as long as MKIV is
not generating them, but if there is no mkii-only --purge alternative



hm, when I find the time I'll add it to context-the-lua-script

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
___


Re: [NTG-context] How to remove \jobname-mpgraph.dddd?

2010-10-22 Thread Otared Kavian

On 22 oct. 2010, at 02:03, Mojca Miklavec wrote:

 I have a silly question - how do I remove mpgraph files now that
 ctxtools is gone and context --purge doesn't know about them?
 context doesn't need to know about mpgraph files as long as MKIV is
 not generating them, but if there is no mkii-only --purge alternative
 ...
 
 I have fifty files \jobname-mpgraph.4000 ... \jobname-mpgraph.3951 and
 even though I can use rm, --purge would be a lot more convenient.
 
 Mojca

Hi Mojca,

If you are working on a Mac, with TeXShop, I can tell you what I do: my 
mkiv.engine file contains the following:

#!/bin/bash

source /Volumes/OK/context-minimal/tex/setuptex 
context $1
rm -f  *.tui *.log *.tuo *.xdv *.mp *.tmp *.top *-mpgraph.* *-mpgraph-temp.dvi 
*.tuc

So that after running context, the only file which is kept is \jobname.pdf 
(however this may be dangerous if you are using MetaPost with file suffixes 
*.mp. In my case since everything is done through context and files *.tex, I 
have no problem).

Best regards: OK___
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
___


Re: [NTG-context] How to remove \jobname-mpgraph.dddd?

2010-10-21 Thread luigi scarso
On Fri, Oct 22, 2010 at 2:03 AM, Mojca Miklavec
mojca.miklavec.li...@gmail.com wrote:
 I have a silly question - how do I remove mpgraph files now that
 ctxtools is gone and context --purge doesn't know about them?
 context doesn't need to know about mpgraph files as long as MKIV is
 not generating them, but if there is no mkii-only --purge alternative
 ...

 I have fifty files \jobname-mpgraph.4000 ... \jobname-mpgraph.3951 and
 even though I can use rm, --purge would be a lot more convenient.
Does
mtxrun textutil --purgeall
work ?
-- 
luigi
___
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
___