From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31827 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: underbar in MP text Date: Mon, 13 Nov 2006 20:00:56 +0100 Message-ID: <4558C0E8.7030902@gmx.net> References: <45573DEF.3010501@gmx.net> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1163444504 15391 80.91.229.2 (13 Nov 2006 19:01:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 19:01:44 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 13 20:01:38 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1Gjh3q-0006sZ-Fk for gctc-ntg-context-518@m.gmane.org; Mon, 13 Nov 2006 20:01:38 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9DBC61FD79; Mon, 13 Nov 2006 20:01:33 +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 30099-01; Mon, 13 Nov 2006 20:01:27 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8791C1FC84; Mon, 13 Nov 2006 20:01:27 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 628F91FCC6 for ; Mon, 13 Nov 2006 20:01:24 +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 30047-01-2 for ; Mon, 13 Nov 2006 20:01:18 +0100 (CET) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id DE9131FABB for ; Mon, 13 Nov 2006 20:01:17 +0100 (CET) Original-Received: (qmail invoked by alias); 13 Nov 2006 19:01:20 -0000 Original-Received: from i577BA0EC.versanet.de (EHLO [192.168.1.3]) [87.123.160.236] by mail.gmx.net (mp037) with SMTP; 13 Nov 2006 20:01:20 +0100 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) Original-To: mailing list for ConTeXt users In-Reply-To: X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:31827 Archived-At: Hi Aditya, Aditya Mahajan wrote: > Hi Peter, > > On Sun, 12 Nov 2006, Peter Rolf wrote: > >> Hi all, >> >> if \underbar is used inside a MP text, it always uses a fixed rule >> thickness, regardless of the settings in ConTeXt. How can I change this? > > Does adding the settings inside > > \setupMPenvironment[global] > > \setupunderbar... > > \stopMPenvironment > > help? Sorry, I can not test it at the moment. But basically, all the > settings for textext (font setups, own commands) should be included > inside a \setupMPenvironment. The [global] simply uses the same settings > in the main text. > this works for the example code, but sadly not in my complex graphic. I have to look deeper into this, as soon as I have the time (but there is only one MP environment and no setup of underbar is used elsewhere). \startMPenvironment[global] \setupunderbar[rulethickness=2pt]% \stopMPenvironment Anyhow, many thanks for your answer. :) Greetings, Peter > Aditya > > > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >