From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34252 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: No way to use XeTeX Date: Sat, 14 Apr 2007 01:23:37 +0200 Message-ID: <462010F9.6070100@elvenkind.com> References: <1921925864.20070413201141@gmail.com> <6551BB9C-3F65-4882-A252-96B06FB23D6C@mpq.mpg.de> <215265606.20070414020846@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1176506641 30960 80.91.229.12 (13 Apr 2007 23:24:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2007 23:24:01 +0000 (UTC) To: Yatskovsky , mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sat Apr 14 01:23:59 2007 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 lo.gmane.org with esmtp (Exim 4.50) id 1HcV7W-00028b-0U for gctc-ntg-context-518@m.gmane.org; Sat, 14 Apr 2007 01:23:58 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B26531FF74; Sat, 14 Apr 2007 01:23:56 +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 19348-07; Sat, 14 Apr 2007 01:23:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 504DB1FF61; Sat, 14 Apr 2007 01:23:49 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F7DC1FF61 for ; Sat, 14 Apr 2007 01:23:45 +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 19349-08-4 for ; Sat, 14 Apr 2007 01:23:37 +0200 (CEST) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with ESMTP id ADE8E1FF60 for ; Sat, 14 Apr 2007 01:23:37 +0200 (CEST) Original-Received: from boo.demon.nl ([82.161.175.147]:39195 helo=[10.10.0.6]) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1HcV7B-0005Kx-EG; Fri, 13 Apr 2007 23:23:37 +0000 User-Agent: Thunderbird 1.5.0.9 (X11/20070105) In-Reply-To: <215265606.20070414020846@gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:34252 Archived-At: Vyatcheslav Yatskovsky wrote: > Hello Oliver, > > I reinstalled TeXLive2007 from scratch -- fonts work fine, but .pdf > images are replaced by dummy rectangles. (ImageMagik makes no > difference.) This sounds like the command execution extension is turned off. Whether or not ConTeXt is allowed to run other programs from within (Xe)TeX is controlled by a variable in texmf.cnf called shell_escape. That variable is likely set to f (false) after initial installation, but should be easy to fix if you can find the texmf.cnf on your disk, and set the variable to t (true) instead. Best, Taco