ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Otared Kavian <otared@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: How to remove \jobname-mpgraph.dddd?
Date: Fri, 22 Oct 2010 10:17:38 +0200	[thread overview]
Message-ID: <7701BDE3-7745-4761-9ABE-A4B781BDA1DD@gmail.com> (raw)
In-Reply-To: <AANLkTinGMPpv=WRzJr7YSO1F0hFHFvc9Z8TD5YETsaYO@mail.gmail.com>


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

      parent reply	other threads:[~2010-10-22  8:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-22  0:03 Mojca Miklavec
2010-10-22  4:57 ` luigi scarso
2010-10-22  7:23 ` Hans Hagen
2010-10-22  8:17 ` Otared Kavian [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7701BDE3-7745-4761-9ABE-A4B781BDA1DD@gmail.com \
    --to=otared@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).