From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24024 Path: news.gmane.org!not-for-mail From: toto@tots-ns.net Newsgroups: gmane.comp.tex.context Subject: Re: lot of newbie questions Date: Fri, 02 Dec 2005 15:58:17 +0100 Message-ID: <20051202155817.n5z904n9pck4scg0@admin.cryptyx.com> References: <20051202083032.p3orkdcrw408ok40@admin.cryptyx.com> <131BA902-1583-40E8-AF67-2AAA5FF902F2@unibas.ch> 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: quoted-printable X-Trace: sea.gmane.org 1133535629 16613 80.91.229.2 (2 Dec 2005 15:00:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 2 Dec 2005 15:00:29 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Dec 02 16:00:26 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 1EiCMl-00057s-2I for gctc-ntg-context-518@m.gmane.org; Fri, 02 Dec 2005 15:58:27 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CA64E12896; Fri, 2 Dec 2005 15:58:26 +0100 (CET) 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 14286-05-31; Fri, 2 Dec 2005 15:58:23 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6D32512875; Fri, 2 Dec 2005 15:58:23 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E8BC11287E for ; Fri, 2 Dec 2005 15:58:21 +0100 (CET) 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 14620-01-3 for ; Fri, 2 Dec 2005 15:58:21 +0100 (CET) Original-Received: from tots-ns.net (admin.cryptyx.com [213.239.216.212]) by ronja.ntg.nl (Postfix) with ESMTP id 030DC12875 for ; Fri, 2 Dec 2005 15:58:20 +0100 (CET) Original-Received: (qmail 13192 invoked by uid 81); 2 Dec 2005 15:58:17 +0100 Original-Received: from icbc07pc66.epfl.ch (icbc07pc66.epfl.ch [128.178.158.86]) by admin.cryptyx.com (Horde MIME library) with HTTP; Fri, 02 Dec 2005 15:58:17 +0100 Original-To: ntg-context@ntg.nl In-Reply-To: <131BA902-1583-40E8-AF67-2AAA5FF902F2@unibas.ch> Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.0.4) 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-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24024 Archived-At: Quoting J=F6rg Hagmann : > On Dec 2, 2005, at 8:30 AM, toto@tots-ns.net wrote: > >> -> I'm trying to put a metapost graphic in the margin like te >> example in the manual reference (page 47) using the following >> command: >> \definestartstop[important][command=3D{\inmarge{\useMPgraphic{bang} >> [width=3D\marginwidth]}}] >> But (of course :) it does not work at all and put some blank pages. >> Any idea? > > I also tried, following the manual, "\inmarge" and then learned that > it is Dutch and doesn't work with the (mewer) version I had. Use > "\inmargin" instead. ok. With \inmargin it works fine. But my optional parameter [width=3D\marginwidth] is not allowed here. How could I tell to scale my graphic without saying it directly when creating the metapost graphic? Thanks a lot -AJ