From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14900 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Re: Announcement: texutil.c Date: Fri, 19 Mar 2004 09:14:11 +0100 Organization: Elvenkind Sender: ntg-context-admin@ntg.nl Message-ID: <20040319091411.5abf302c@glenlivet.elvenkind.com> References: <20040317151022.5648cb26@glenlivet.elvenkind.com> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1079684087 1026 80.91.224.253 (19 Mar 2004 08:14:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 Mar 2004 08:14:47 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Mar 19 09:14:40 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B4F9L-0007pn-00 for ; Fri, 19 Mar 2004 09:14:39 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 099E410B2F; Fri, 19 Mar 2004 09:11:56 +0100 (MET) Original-Received: from glenfiddich.elvenkind.com (elvenknd.xs4all.nl [213.84.171.68]) by ref.ntg.nl (Postfix) with ESMTP id 4C57D10ABB for ; Fri, 19 Mar 2004 09:10:41 +0100 (MET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by glenfiddich.elvenkind.com (Postfix) with ESMTP id 49C93F1F3 for ; Fri, 19 Mar 2004 09:13:10 +0100 (CET) Original-Received: from glenfiddich.elvenkind.com ([127.0.0.1]) by localhost (glenfiddich.elvenkind.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24427-01 for ; Fri, 19 Mar 2004 09:13:09 +0100 (CET) Original-Received: from glenlivet.elvenkind.com (glenlivet.elvenkind.com [10.10.0.6]) by glenfiddich.elvenkind.com (Postfix) with SMTP id 5ECCF714C for ; Fri, 19 Mar 2004 09:13:09 +0100 (CET) Original-To: ntg-context@ntg.nl In-Reply-To: X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i586-mandrake-linux-gnu) Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14900 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14900 On 18 Mar 2004 16:57:05 +0100, Patrick wrote: > > may I ask you a question: why did you port it to c? > For a larger project with ConTeXt that should not depend on the availability of perl. We needed a very large section of Texutil (--ref and --figures), so it made sense to port the entire program to C. Essentially, we will have TeX and Texutil and bits of Texexec in a single executable, completely without disk-based versions of the tui and tuo file. I'll probably end up converting some other scripts as well (texfont e.g.) -- groeten, Taco