From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58841 Path: news.gmane.org!not-for-mail From: Shiv Shankar Dayal Newsgroups: gmane.comp.tex.context Subject: Re: installing metauml in context Date: Sat, 15 May 2010 03:34:18 +0530 Message-ID: References: <4BEDC747.4010906@wxs.nl> 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: dough.gmane.org 1273874680 25046 80.91.229.12 (14 May 2010 22:04:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 14 May 2010 22:04:40 +0000 (UTC) Cc: mailing list for ConTeXt users To: Hans Hagen Original-X-From: ntg-context-bounces@ntg.nl Sat May 15 00:04:38 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OD2zk-0001cx-Hs for gctc-ntg-context-518@m.gmane.org; Sat, 15 May 2010 00:04:36 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id BFD2FC9AC1; Sat, 15 May 2010 00:04:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I0SAcOthqdio; Sat, 15 May 2010 00:04:33 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 10330C9AE6; Sat, 15 May 2010 00:04:33 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 2CB6CC9AE6 for ; Sat, 15 May 2010 00:04:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Honl94TTGBc6 for ; Sat, 15 May 2010 00:04:20 +0200 (CEST) Original-Received: from mail-px0-f169.google.com (mail-px0-f169.google.com [209.85.212.169]) by balder.ntg.nl (Postfix) with ESMTP id 46D1DC9AC1 for ; Sat, 15 May 2010 00:04:19 +0200 (CEST) Original-Received: by pxi12 with SMTP id 12so1641129pxi.14 for ; Fri, 14 May 2010 15:04:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=UUlk29AiiwxZohzTxBW5I7CsfC7OgqL19lr1lP0Re7o=; b=i7guHTfIBQuLp8ahIR5YsTW/vczOg+xrBpwtG+JksSttZgPT8m/yFmWqseEr4X/jDd Jm2U+RDmnNaHINFRMHYAF4aI26a2ytS2/K3WelGLru31yTuSHp+6P8qkrbSaDWy0kvRo anP9NUujTx7t2OfIttncyBxkARdN7putK14BQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Xi7wo13V0JT8wvwzYZHo5HGAn3ZABy8vMjJW6wyz8BTjm/TbR/6BJ74mgsY0H0jU7T uUXbtpwhBmkyzz64P97IbhZuo1cNZVPnkVNrrITkbzqQaNp7KZ2rErIA0qovvyEZ/tLX MyAs7OmuzvxRtRvg+987lmooeMGSvC1b9KXLY= Original-Received: by 10.141.108.10 with SMTP id k10mr1195103rvm.113.1273874658795; Fri, 14 May 2010 15:04:18 -0700 (PDT) Original-Received: by 10.140.142.15 with HTTP; Fri, 14 May 2010 15:04:18 -0700 (PDT) In-Reply-To: <4BEDC747.4010906@wxs.nl> X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:58841 Archived-At: Hi, >> I am running ConTeXt mark IV. I need to use metauml for my work. >> However, I could not get it installed. Please help. The install file >> which comes with it does not work for context. > > more info needed .. test file and so > > Hans Sorry about this. Following is from a file for which I took the code from mailing list itself. \chapter{Diameter Finite State Machine} The state machine of the diameter base protocol implementation will observer following state machine. \startMPinclusions input metauml; \stopMPinclusions \startuseMPgraphic{xx} save A; save B; Class.A("Point") ("+x: int", "+y: int") (); Class.B("Circle") ("radius: int") ("+getRadius(): int", "+setRadius(r: int):void"); topToBottom(45)(A, B); drawObjects(A, B); clink(aggregationUni)(A, B); \stopuseMPgraphic \placefigure[here][fig:xx]{xx}{\useMPgraphic{xx}} This is included in starttext block. For verbosity I am also giving you some errors. Isolated expression. ( <*> save A; save B; Class.A( "Point") ("+x: int", "+y: int") (); Class.B("Ci... ! Extra tokens will be flushed. ( <*> save A; save B; Class.A( "Point") ("+x: int", "+y: int") (); Class.B("Ci... >> Class.B ! Isolated expression. Best regards, Shiv Shankar Dayal ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________