From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14613 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: textbar Date: Sat, 24 Jan 2004 11:00:07 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040124105724.02f5cec0@server-1> References: <84BAEC81-48D3-11D8-92E2-00039318D414@uni-bonn.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1074957437 17243 80.91.224.253 (24 Jan 2004 15:17:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Jan 2004 15:17:17 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sat Jan 24 16:17:13 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AkPX7-0006wN-00 for ; Sat, 24 Jan 2004 16:17:13 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2880A10B2C; Sat, 24 Jan 2004 16:16:12 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id 5F16810B2C for ; Sat, 24 Jan 2004 16:14:31 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0OFFO321681 for ; Sat, 24 Jan 2004 16:15:24 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 9268F2EF73; Sat, 24 Jan 2004 16:15:29 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.1]) by server-1.pragma-net.nl (Postfix) with ESMTP id 815722EF71 for ; Sat, 24 Jan 2004 15:15:26 +0000 (UTC) X-Sender: hagen-mail@localhost X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <84BAEC81-48D3-11D8-92E2-00039318D414@uni-bonn.de> Original-References: <84BAEC81-48D3-11D8-92E2-00039318D414@uni-bonn.de> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14613 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14613 At 10:57 17/01/2004, you wrote: >Hi all, >I was under the (mistaken?) impression that "textbar" (for "|") was >predefined somewhere in the distribution, but couldn't find anyhting. So I >defined it myself in the preamble of my document: >\define\textbar{\getglyph{Roman}{\char124}} ok as long as you keep the font encoding in mind more font independent alternative: \define\textbar{\blackrule[width=1pt,height=1.5ex,depth=.5ex]} >and it seems to be working. Is this the proper way to do this? or \definesymbol ... or use: \vl \textbrokenbar i'm not sure if \textbar is/should be in the encoding vectors ... Hans