From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/16037 Path: main.gmane.org!not-for-mail From: Floris van Manen Newsgroups: gmane.comp.tex.context Subject: Re[2]: no graph after compilation Date: Wed, 11 Aug 2004 16:44:47 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <492513952.20040811164447@klankschap.nl> References: <4.3.1.2.20040810101921.00b335b8@cits1.stanford.edu> <4.3.1.2.20040810101921.00b335b8@cits1.stanford.edu> <4.3.1.2.20040810113429.02b62a68@cits1.stanford.edu> <41191C52.1080802@wxs.nl> <1607743656.20040810223551@klankschap.nl> <411A174D.5040705@arcor.de> <169359806.20040811153844@klankschap.nl> <411A267C.2090908@seznam.cz> <93969690.20040811160929@klankschap.nl> Reply-To: Floris van Manen , mailing list for ConTeXt users 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 1092235508 25972 80.91.224.253 (11 Aug 2004 14:45:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Aug 2004 14:45:08 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Aug 11 16:44:56 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BuuLY-0007hA-00 for ; Wed, 11 Aug 2004 16:44:56 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 442481277E; Wed, 11 Aug 2004 16:44:56 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10778-01; Wed, 11 Aug 2004 16:44:55 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A5B5F1276D; Wed, 11 Aug 2004 16:44:54 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 42C5E1276D for ; Wed, 11 Aug 2004 16:44:53 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 10727-04-2 for ; Wed, 11 Aug 2004 16:44:52 +0200 (CEST) Original-Received: from smtp-vbr4.xs4all.nl (unknown [194.109.24.24]) by ronja.ntg.nl (Postfix) with ESMTP id AAAC51276B for ; Wed, 11 Aug 2004 16:44:52 +0200 (CEST) Original-Received: from vm.lan (213-84-11-60.adsl.xs4all.nl [213.84.11.60]) by smtp-vbr4.xs4all.nl (8.12.11/8.12.11) with ESMTP id i7BEiqTf089521 for ; Wed, 11 Aug 2004 16:44:52 +0200 (CEST) (envelope-from vm@klankschap.nl) X-Mailer: The Bat! (v2.10.01) Personal X-Priority: 3 (Normal) Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:16037 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:16037 Hi Patrick, PG> if your TeX source is one file only, please do me a favour: try the PG> TeX files on live.contextgarden.net and see if the output comes out PG> right. If it doesn't, I'd like to know about it. If it does, please PG> report on the list. yes this works great. every change i make is directly visible after a single texexec hit. PG> Do you have write18 (texmf.cnf) enabled? How does your PG> cont-sys.tex look like? What distribution do you use? i use the LiveTeX PC version. PG> I have (on live..) disabled write18, \runMPgraphicstrue PG> and \runMPTEXgraphicstrue. where do i do this? in C:\texLive\texmf\tex\context\user\cont-sys.rme ? and what do i type there? Also i noticed a strange thing happening in the following file. What i expect is a single line with a dotted label on each point of the line. i see two lines, a single row of dots and two rows of labels, one small one large... You can tell that i'm not very good in telling the right thing to the compiler :-) but what should i tell? -------- % interface=english output=pdftex \setupcolors[state=start] \starttext \startuseMPgraphic{dummy} drawoptions(withpen pencircle scaled .1pt) ; w0 := 0cm ; w1 := 0.4cm ; w2 := 0.9 cm ; w3 := 1.0cm ; ww0 := 0.32cm ; ww1 := 0.4cm ; ww2 := 0.6cm ; ww3 := 0.8cm ; path q ; q := (w0,w0)--(w0,ww0)--(w1,ww1)--(w2,ww2)--(w3,ww3)--(w3,w0)--cycle ; pickup pencircle scaled 1mm ; defaultscale := 0.5 ; dotlabel.bot ("1" , point 1 of q) ; dotlabel.bot ("2" , point 2 of q) ; dotlabel.bot ("3" , point 3 of q) ; dotlabel.bot ("4" , point 4 of q) ; draw q ; picture pic ; pic := currentpicture ; draw pic scaled 3 ; drawoptions(withpen pencircle scaled .1pt withcolor .625yellow) ; draw hlingrid(0, 5, 1, 3cm, 3cm) ; draw vlingrid(0, 10, 1, 3cm, 3cm) ; \stopuseMPgraphic \useMPgraphic{dummy} \stoptext Floris van Manen writes: > VZ> Floris, you are not alone. I also have not find the quick solution. So I > VZ> call texexec two times when working with MP graphics, > VZ> color definitions, ... :-( > > running it twice is something i can live with, but if it will not > solve the problem, then it is... what do i do wrong? Vit and Floris, Patrick -- ConTeXt wiki: http://contextgarden.net texshow-web: http://texshow.contextgarden.net List archive: http://archive.contextgarden.net _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context