From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31826 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: underbar in MP text Date: Mon, 13 Nov 2006 12:43:17 -0500 (EST) Message-ID: 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 1163439882 28901 80.91.229.2 (13 Nov 2006 17:44:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2006 17:44:42 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Nov 13 18:44:40 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 1GjfqP-0006BI-Q9 for gctc-ntg-context-518@m.gmane.org; Mon, 13 Nov 2006 18:43:44 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DB4911FDDA; Mon, 13 Nov 2006 18:43:37 +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 27957-06-6; Mon, 13 Nov 2006 18:43:29 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E50761FCF5; Mon, 13 Nov 2006 18:43:28 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C6A671FD19 for ; Mon, 13 Nov 2006 18:43: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 27957-06-5 for ; Mon, 13 Nov 2006 18:43:22 +0100 (CET) Original-Received: from hackers.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.14.81]) by ronja.ntg.nl (Postfix) with SMTP id 454151FCF4 for ; Mon, 13 Nov 2006 18:43:21 +0100 (CET) Original-Received: FROM eecs4327u10.engin.umich.edu (eecs4327u10.engin.umich.edu [141.213.51.138]) BY hackers.mr.itd.umich.edu ID 4558AEBA.BC1E8.21794 ; 13 Nov 2006 12:43:23 -0500 X-X-Sender: adityam@eecs4327u10.engin.umich.edu Original-To: mailing list for ConTeXt users In-Reply-To: <45573DEF.3010501@gmx.net> 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:31826 Archived-At: 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. Aditya