How to remove \jobname-mpgraph.dddd?
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
On Fri, Oct 22, 2010 at 2:03 AM, Mojca Miklavec
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
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 -----------------------------------------------------------------
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
participants (4)
-
Hans Hagen
-
luigi scarso
-
Mojca Miklavec
-
Otared Kavian