From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/43300 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.comp.tex.context Subject: Minimal Windows install Date: Fri, 22 Aug 2008 16:30:59 -0500 Message-ID: <20080822163059.72J91.897419.root@Web02> 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: ger.gmane.org 1219442617 25121 80.91.229.12 (22 Aug 2008 22:03:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Aug 2008 22:03:37 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Sat Aug 23 00:04:30 2008 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 1KWek9-0001Ek-GJ for gctc-ntg-context-518@m.gmane.org; Sat, 23 Aug 2008 00:04:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E60411FC00; Sat, 23 Aug 2008 00:03:28 +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 22371-01-3; Sat, 23 Aug 2008 00:03:28 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0D9271FC16; Fri, 22 Aug 2008 23:31:56 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D8B211FC03 for ; Fri, 22 Aug 2008 23:31:47 +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 15440-02-3 for ; Fri, 22 Aug 2008 23:31:12 +0200 (CEST) Original-Received: from omta02.suddenlink.net (omta02-pub.suddenlink.net [208.180.40.74]) by ronja.ntg.nl (Postfix) with ESMTP id B02561FB77 for ; Fri, 22 Aug 2008 23:31:00 +0200 (CEST) Original-Received: from Web02 ([10.126.0.55]) by omta02.suddenlink.net (InterMail vM.7.05.02.03 201-2174-114-109-20070208) with ESMTP id <20080822213059.ZAPB28684.omta02.suddenlink.net@Web02> for ; Fri, 22 Aug 2008 16:30:59 -0500 X-Priority: 3 (Normal) Sensitivity: Normal 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:43300 Archived-At: All, I've installed Miktex, the latest version. Then I installed Minimal Context following directions on: http://wiki.contextgarden.net/ConTeXt_Minimals Namely: Download and unzip context-setup-mswin.zip Run first-setup.bat, go for a coffee. Ran the setuptex.bat as descibed. NOw I have this metapost file: input mp-tool; beginfig(1); numeric u; 10u=4in; drawdblarrow (-5u,0)--(5u,0); drawdblarrow (0,-5u)--(0,5u); label.rt(btex $x$ etex, (5u,0)); label.top(btex $\phi$ etex, (0,5u)); pair A, B, C; A:=(0,0) scaled u; B:=(5,5) scaled u; C:=(5,0) scaled u; drawdblarrow B--A--C; draw anglebetween(B--A,C--A,btex $\theta$ etex); endfig; end. When I compile it: C:\temp>texmfstart texexec --mpgraphic jack.mp I get the strangest result. See: http://online.redwoods.edu/instruct/darnold/jack.pdf Bug? Log file: http://online.redwoods.edu/instruct/darnold/texexec.log ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________