From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13729 Path: main.gmane.org!not-for-mail From: Sebastian Rooks Newsgroups: gmane.comp.tex.context Subject: Re: The smallest instalation for work with ConTeXt and MetaFun (TeXLive8) ? Date: Mon, 06 Oct 2003 09:07:10 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <3F81149E.9060509@free.fr> References: <12145447640.20031006043522@emil.teleton.pl> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1065424475 30826 80.91.224.253 (6 Oct 2003 07:14:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2003 07:14:35 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Oct 06 09:14:33 2003 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 1A6PZh-0000QP-00 for ; Mon, 06 Oct 2003 09:14:33 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 61EA110B0E; Mon, 6 Oct 2003 09:14:31 +0200 (MEST) Original-Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by ref.ntg.nl (Postfix) with ESMTP id C607D10ADF for ; Mon, 6 Oct 2003 09:07:24 +0200 (MEST) Original-Received: from free.fr (nas-cbv-7-62-147-153-48.dial.proxad.net [62.147.153.48]) by postfix3-2.free.fr (Postfix) with ESMTP id 6E37AC16B for ; Mon, 6 Oct 2003 09:07:19 +0200 (CEST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en Original-To: ntg-context@ntg.nl In-Reply-To: <12145447640.20031006043522@emil.teleton.pl> 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:13729 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13729 ^Nitram^ wrote: >Hi, > >Anybody has an experience with TeXLive (8 or 7) - what is the smallest >installation type for working with ConTeXt and (absolutely necessary) >MetaFun - I tried 'generic basic' and 'generic recommended' but I >can't make MP graphics - I have a problem with it again ;( > >Of course 'full' installation works fine, but I have no idea what I >need in smaller installation to working fine... > >Probably I forgot change something (again) in config files - in log I >have: >This is pdfeTeXk, Version 3.141592-1.11a-2.1 (Web2c 7.5.2) (format=cont-en 2003.10.6) 6 OCT 2003 04:15 >entering extended mode > %&-line parsing enabled. >... >\openout0 = `_back-mpgraph.mp'. >\openout0 = `_back-mprun.mp'. >\openout0 = `mpgraph.mp'. >\openout0 = `mprun.mp'. >... >[MP to PDF] (./_back-mpgraph.1) [2.2] >\openout5 = `_back-mpgraph.mp'. >mpost -progname=mpost -mem=metafun _back-mpgraph >system()...disabled. > >... > >and no graphic in pdf. But when I run mpost _back-mpgrapg.mp I have >_back-mpgraph.1 file and another run of context includes graphic (this >one) to pdf. What may be wrong ? > > > It seems you didn't enable system commands via \write18{...}. In your texmf-local\web2c\texmf.cnf do you have (as stated page 9 of minstall.pdf): * The WEB2C configuration * Although not stricktly needed, ConTEXt will operate more smoothly when these features are set in the file texmf.cnf. openout_any = a shell_escape = t allow_multiple_suffixes = f The first line permits ConTEXt to open parent paths that can hold common styles. The second line enables enables users to embed METAPOST code in their document. As a result, METAPOST is called automatically. The last line makes sure that when opening files like somefile.tuo, TEX will not try to open somefile.tuo.tex first. When you embed TEX code in a METAPOST definition, using btex ... etex, the next line will use TEXexec to process that fragment in the case of using METAPOST directly. MPXCOMMAND=texexec ­mptex Does it help you ? Seb.