From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27597 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: lb bar/Unicode 2114 symbol Date: Tue, 02 May 2006 11:58:27 +0200 Message-ID: <44572D43.2000002@gmx.net> References: 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 1146564671 32020 80.91.229.2 (2 May 2006 10:11:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 May 2006 10:11:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue May 02 12:11:07 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 1FarqT-0005Ed-W9 for gctc-ntg-context-518@m.gmane.org; Tue, 02 May 2006 12:11:06 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9E32F127B1; Tue, 2 May 2006 12:11:05 +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 22975-06-3; Tue, 2 May 2006 12:11:00 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0F0A8127A5; Tue, 2 May 2006 12:11:00 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1C955127A5 for ; Tue, 2 May 2006 12:10:58 +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 22975-06-2 for ; Tue, 2 May 2006 12:10:57 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id EABB512798 for ; Tue, 2 May 2006 12:10:56 +0200 (CEST) Original-Received: (qmail invoked by alias); 02 May 2006 09:58:24 -0000 Original-Received: from i577B883B.versanet.de (EHLO [192.168.1.3]) [87.123.136.59] by mail.gmx.net (mp034) with SMTP; 02 May 2006 11:58:24 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) 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:27597 Archived-At: Johannes Graumann wrote: > Hello, > > I'm using the following encoding commands > > \usetypescript[modern-base][texnansi] > \setupbodyfont[12pt,modern] > > and was wondering whether someone knows an elegant way to get the pound > sign 'lb bar' (unicode #2114, html ℔). > > My current hack looks like this: > > \def\lbbar% > {% > \raise.28em\hbox{--}% > \kern-.535eml% > \kern-.1emb% > } > > but I'm underwhelmed by the thinness of the bar ... > \hbox{\smash[w]{\raise.545em\hbox{\blackrule[width=.45em,height=.6pt]}}% \kern-.035eml% \kern-.075emb}% still needs some fiddling ;) Greets, Peter > Thanks for any insights, > > Joh > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >