From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/18846 Path: news.gmane.org!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: Re: ConTeXt equivalent for \ensuremath? Date: Fri, 11 Mar 2005 19:03:18 +0100 Message-ID: <22af0644d32fa6463ce6d56fb4818901@rna.nl> References: <3174c268c21997de08d338255598529a@rna.nl> <20050311172021.17680@mail.comp.lancs.ac.uk> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110564520 28140 80.91.229.2 (11 Mar 2005 18:08:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2005 18:08:40 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Mar 11 19:08:40 2005 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 1D9oTP-0003Di-Ib for gctc-ntg-context-518@m.gmane.org; Fri, 11 Mar 2005 19:02:55 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DFF9212886; Fri, 11 Mar 2005 19:03:29 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 23978-03; Fri, 11 Mar 2005 19:03:26 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9ECBA1287C; Fri, 11 Mar 2005 19:03:26 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 470E11287C for ; Fri, 11 Mar 2005 19:03:25 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24004-02-2 for ; Fri, 11 Mar 2005 19:03:24 +0100 (CET) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with ESMTP id 8EC87127B9 for ; Fri, 11 Mar 2005 19:03:24 +0100 (CET) Original-Received: from ii2.demon.nl ([82.161.98.36]:23086 helo=mail.rna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1D9oTs-0006xM-Fr for ntg-context@ntg.nl; Fri, 11 Mar 2005 18:03:24 +0000 Original-Received: from [192.168.2.99] (hedwig.rna.nl [192.168.2.99]) by mail.rna.nl (Postfix) with ESMTP id BD08566AF8 for ; Fri, 11 Mar 2005 19:03:19 +0100 (CET) In-Reply-To: <20050311172021.17680@mail.comp.lancs.ac.uk> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.619.2) X-Virus-Scanned: by 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: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:18846 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:18846 On Mar 11, 2005, at 18:20, Adam Lindsay wrote: > Gerben Wierda said this at Fri, 11 Mar 2005 16:54:38 +0100: > >> But my way also doesn't work. I get empty output as a result of the >> \bit{b}{off} command. >> >> Help? > > This is probably not satisfying, because you probably want to get new > mathematics commands working, but if this is to be used solely in text, > you could use (or expand to): > b\low{off} > > \low (and \hi and \lohi) look like they work robustly in both math and > text modes. I'll see. I wonder if it will look the same. Especially in terms of font. Do I get the same font in both sides? Do I get the same kerning? > I'm a bit confused by you using \newcommand in your (ConTeXt?) > examples, > though... Yes, strange, isn't it? It just works. I copied one accidentally over and it worked. So I kept using it. G