From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/22965 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Re: Interactive things and exact placement of graphics Date: Thu, 13 Oct 2005 18:01:53 +0200 Message-ID: <434E84F1.3040709@boede.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1129219533 17375 80.91.229.2 (13 Oct 2005 16:05:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2005 16:05:33 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Oct 13 18:05:20 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQ5Ws-0000BG-Ae for gctc-ntg-context-518@m.gmane.org; Thu, 13 Oct 2005 18:02:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B76BB12783; Thu, 13 Oct 2005 18:01: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 19321-07; Thu, 13 Oct 2005 18:01:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7403F12798; Thu, 13 Oct 2005 18:01:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5653C12798 for ; Thu, 13 Oct 2005 18:01:50 +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 19399-03 for ; Thu, 13 Oct 2005 18:01:49 +0200 (CEST) Original-Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by ronja.ntg.nl (Postfix) with ESMTP id 51B6212783 for ; Thu, 13 Oct 2005 18:01:49 +0200 (CEST) Original-Received: from [127.0.0.1] (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) (authenticated bits=0) by smtp-vbr15.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9DG1lVN051748 for ; Thu, 13 Oct 2005 18:01:48 +0200 (CEST) (envelope-from w.egger@boede.nl) User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Virus-Scanned: by XS4ALL Virus Scanner X-Virus-Scanned: 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on smtp.ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:22965 Archived-At: Hi Jessica, If you have to superimpose text over the picture(s) then layers are the way to go. For what you want may be you could use the fieldstack-mechanism (see metafun manual). - I do not know however how this will work with layers. To include interactive links in the text there is a command \goto[some-reference]. In order to jump to a different document you could use \useexternaldocument[reference in this document][name of external file][comments], which you can use as follows: \goto{My external file}[reference in this document::]. More information on this subject can be found in the manual mwidget.pdf A good source for solutions can be the presentation-styles delivered with the Context distro, Hans uses often pieces of Metapost within them. I hope this gives you a clue ... Willi. Jessica Holle wrote: >Hi, > >I have some questions again. :-) >I want to draw a figure with metafun and place this on an exact >place like x=3cm,y=4cm. This figure will be build of some figures >which I draw with Metafun. In which way I do this? Whith layers? How >should it looks like? Get some small layer with only one figure >together in a big layer? > >And when I've build this graphic I want to put text into it and the >whole graphic should be interactive. I want to lay a hyperlink over >this to the web or another page in my document. Is this possible and >in which way? > >thx jessica > >_______________________________________________ >ntg-context mailing list >ntg-context@ntg.nl >http://www.ntg.nl/mailman/listinfo/ntg-context > >