From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/23100 Path: news.gmane.org!not-for-mail From: Hans Hagen Test Newsgroups: gmane.comp.tex.context Subject: Re: Interactive things and exact placement of graphics Date: Tue, 25 Oct 2005 00:55:40 +0200 Message-ID: <435D666C.1050001@wxs.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1130194890 11033 80.91.229.2 (24 Oct 2005 23:01:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2005 23:01:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Oct 25 01:01:29 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 1EUBIV-0001KL-Ec for gctc-ntg-context-518@m.gmane.org; Tue, 25 Oct 2005 01:00:07 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A9B9F127F0; Tue, 25 Oct 2005 01:00:06 +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 07424-05-4; Tue, 25 Oct 2005 01:00:02 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E6231127EC; Tue, 25 Oct 2005 01:00:01 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B2EA7127EC for ; Tue, 25 Oct 2005 00:59:49 +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 07478-04 for ; Tue, 25 Oct 2005 00:59:47 +0200 (CEST) Original-Received: from controller-1 (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with ESMTP id 80AD5127E6 for ; Tue, 25 Oct 2005 00:55:40 +0200 (CEST) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 587 for ; Tue, 25 Oct 2005 00:56:48 +0400 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 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:23100 Archived-At: 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? > > \definelayer[blabla][width=4cm,height=8cm] \setlayer[blabla][preset=lefttop,x=1cm,y=2cm]{your graphic} etc etc grep a bit for layers in the context/base tree Hans