From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14560 Path: main.gmane.org!not-for-mail From: Thomas A.Schmitz Newsgroups: gmane.comp.tex.context Subject: textbar Date: Sat, 17 Jan 2004 10:57:10 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <84BAEC81-48D3-11D8-92E2-00039318D414@uni-bonn.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074445767 14028 80.91.224.253 (18 Jan 2004 17:09:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Jan 2004 17:09:27 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Jan 18 18:09:19 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 1AiGQJ-0007Vm-00 for ; Sun, 18 Jan 2004 18:09:19 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 41AAC10B53; Sun, 18 Jan 2004 18:08:24 +0100 (MET) Original-Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by ref.ntg.nl (Postfix) with ESMTP id EB8BD10AFC for ; Sat, 17 Jan 2004 10:56:43 +0100 (MET) Original-Received: from fwd06.aul.t-online.de by mailout09.sul.t-online.com with smtp id 1AhnCs-0006ed-00; Sat, 17 Jan 2004 10:57:30 +0100 Original-Received: from [192.168.0.2] (bKOBe0ZvQeyw3Th-AXh3gwREZKBwcXxNKNnxkAQ9eNRczbcZlfDU4f@[80.128.245.17]) by fmrl06.sul.t-online.com with esmtp id 1AhnCf-0to6Ou0; Sat, 17 Jan 2004 10:57:17 +0100 Original-To: ntg-context@ntg.nl X-Mailer: Apple Mail (2.609) X-Seen: false X-ID: bKOBe0ZvQeyw3Th-AXh3gwREZKBwcXxNKNnxkAQ9eNRczbcZlfDU4f@t-dialin.net 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:14560 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14560 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}} and it seems to be working. Is this the proper way to do this? Best Thomas