Mojca Miklavec wrote:
On Tue, Jun 9, 2009 at 17:48, Hans Hagen wrote:
Mojca Miklavec wrote:
Hello Hans,
may I request removing \jobname.pgf when doing context/ctxtools --purgeall (in both mkii/mkiv)? That's a file that TikZ creates by default (similar to \jobname-mpgraph*, only serving a different purpose) and is only needed when a document is compiled on computer without tikz installed. is this name configureable? can we turn it into something \jobname-temp.pgf or so? (as we do with the mp temp files) or maybe \jobname-pgfgraphic.pgf or so.
I don't believe that it's configurable (though it could be possible to send a request to Till Tantau). The code is just:
\def\pgfutil@aux@read@hook{ \pgfutil@IfFileExists{\jobname.pgf}{\input \jobname.pgf\relax}{} \csname newwrite\endcsname\pgfutil@auxout \csname openout\endcsname\pgfutil@auxout\jobname.pgf }
Is the main concern being afraid of removing some file with the same ending?
indeed; it's why i have the -mpgraph it would be handy if there was \def\pfgfilename{\jobname.pgf} or so, but for the moment i've just added the suffix to the remove list and we leave it to the user not to use the pgf suffix otherwise Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------