ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to remove \jobname-mpgraph.dddd?
@ 2010-10-22  0:03 Mojca Miklavec
  2010-10-22  4:57 ` luigi scarso
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mojca Miklavec @ 2010-10-22  0:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to remove \jobname-mpgraph.dddd?
  2010-10-22  0:03 How to remove \jobname-mpgraph.dddd? Mojca Miklavec
@ 2010-10-22  4:57 ` luigi scarso
  2010-10-22  7:23 ` Hans Hagen
  2010-10-22  8:17 ` Otared Kavian
  2 siblings, 0 replies; 4+ messages in thread
From: luigi scarso @ 2010-10-22  4:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Fri, Oct 22, 2010 at 2:03 AM, Mojca Miklavec
<mojca.miklavec.lists@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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to remove \jobname-mpgraph.dddd?
  2010-10-22  0:03 How to remove \jobname-mpgraph.dddd? Mojca Miklavec
  2010-10-22  4:57 ` luigi scarso
@ 2010-10-22  7:23 ` Hans Hagen
  2010-10-22  8:17 ` Otared Kavian
  2 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2010-10-22  7:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mojca Miklavec

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: How to remove \jobname-mpgraph.dddd?
  2010-10-22  0:03 How to remove \jobname-mpgraph.dddd? Mojca Miklavec
  2010-10-22  4:57 ` luigi scarso
  2010-10-22  7:23 ` Hans Hagen
@ 2010-10-22  8:17 ` Otared Kavian
  2 siblings, 0 replies; 4+ messages in thread
From: Otared Kavian @ 2010-10-22  8:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1067 bytes --]


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

[-- Attachment #1.2: Type: text/html, Size: 1629 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-22  8:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-22  0:03 How to remove \jobname-mpgraph.dddd? Mojca Miklavec
2010-10-22  4:57 ` luigi scarso
2010-10-22  7:23 ` Hans Hagen
2010-10-22  8:17 ` Otared Kavian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).