From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26263 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: updating ConTeXt to latest on openbsd-current Q #2 Date: Mon, 06 Mar 2006 23:21:25 +0100 Message-ID: <440CB5E5.9080302@boede.nl> References: <20060306213300.GO21773@obiit.org> 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 1141683710 29643 80.91.229.2 (6 Mar 2006 22:21:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Mar 2006 22:21:50 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Mar 06 23:21:47 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 1FGO5I-00056v-Kt for gctc-ntg-context-518@m.gmane.org; Mon, 06 Mar 2006 23:21:44 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 63539127B3; Mon, 6 Mar 2006 23:21:43 +0100 (CET) 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 16152-01; Mon, 6 Mar 2006 23:21:38 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C7D31279E; Mon, 6 Mar 2006 23:21:38 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E3A621279E for ; Mon, 6 Mar 2006 23:21:36 +0100 (CET) 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 15860-10-2 for ; Mon, 6 Mar 2006 23:21:36 +0100 (CET) Original-Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by ronja.ntg.nl (Postfix) with SMTP id 018ED1279A for ; Mon, 6 Mar 2006 23:21:35 +0100 (CET) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr11.xs4all.nl (8.13.3/8.13.3) with ESMTP id k26MLMxH047603 for ; Mon, 6 Mar 2006 23:21:24 +0100 (CET) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <20060306213300.GO21773@obiit.org> X-Virus-Scanned: by XS4ALL Virus Scanner 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:26263 Archived-At: frantisek holop wrote: >hi there, > >my second question, is more like asking for pointers... > >where can i read more about fmtutil, and how come that >context does not use it when (i assume) pdftex does? > > > Fmtutil is used to generate the necessary format files to run tex. - Context provides this within texexec. So generating the formats becomes simply texexec --make en metafun mptopdf i.e. a list of requested formats. even shorter this is texexec --make all.. This will however generate formats which you will never use. But nowadays, where diskspace is no issue :-) Kind regards Willi >--\startquote--------------------------------------------------- >Cleanup fmtutil > >Optionally, you can remove ConTeXt support from teTeX's configuration, >because ConTeXt does not use fmtutil. > >Using > ># fmtutil-sys --edit > >you can comment out the lines for metafun,cont-en, and mptopdf > >And you can use > ># cd /usr/local/teTeX/share/texmf-var/web2c && rm -f cont-en.* metafun.* mptopdf.* > >to remove the old (fmtutil-generated) formats. > >--\stopquote---------------------------------------------------- > >-f > >