From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31366 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: aux files organization Date: Fri, 13 Oct 2006 11:47:46 -0400 (EDT) Message-ID: References: <4a4079c2cfe9a141fd283bcf6a6dbd11@di.unito.it> <452F79EA.3070006@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160754527 17176 80.91.229.2 (13 Oct 2006 15:48:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Oct 2006 15:48:47 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Oct 13 17:48:40 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYPGi-0005rg-Vt for gctc-ntg-context-518@m.gmane.org; Fri, 13 Oct 2006 17:48:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0B13A1FE7C; Fri, 13 Oct 2006 17:48:16 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23222-05; Fri, 13 Oct 2006 17:48:04 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 63A531FE73; Fri, 13 Oct 2006 17:48:03 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D82561FE73 for ; Fri, 13 Oct 2006 17:47:58 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22944-05-2 for ; Fri, 13 Oct 2006 17:47:51 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.93.161]) by ronja.ntg.nl (Postfix) with SMTP id E1DE51FE6A for ; Fri, 13 Oct 2006 17:47:47 +0200 (CEST) Original-Received: FROM aditya.engin.umich.edu (udhcp-wlan104.public.engin.umich.edu [141.213.120.114]) BY tombraider.mr.itd.umich.edu ID 452FB520.8A3F3.2020 ; 13 Oct 2006 11:47:45 -0400 Original-To: mailing list for ConTeXt users In-Reply-To: <452F79EA.3070006@wxs.nl> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:31366 Archived-At: On Fri, 13 Oct 2006, Hans Hagen wrote: > andrea valle wrote: >> Hi to all, >> >> compiling a conTeXt file means generating 6 auxiliary files. >> This means that that if I have 4 related .tex files in a folder I will >> have 24 aux files. >> Is there a way to specify a folder where to place them in order not to >> clutter my project folder? >> (The ideal would be that the aux would be put in a subfolder of the >> folder containing the tex file). >> >> > this will probably be supported in context mkiv There is also texexec --purge filename which deletes all the files other than the tuo file and your working directory is not populated. Aditya