From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14593 Path: main.gmane.org!not-for-mail From: Patrick Gundlach Newsgroups: gmane.comp.tex.context Subject: Re: textbar Date: Wed, 21 Jan 2004 16:28:48 +0100 Organization: chaos Sender: ntg-context-admin@ntg.nl Message-ID: 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 X-Trace: sea.gmane.org 1074699274 31113 80.91.224.253 (21 Jan 2004 15:34:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 15:34:34 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jan 21 16:34:26 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 1AjKN8-0005oF-00 for ; Wed, 21 Jan 2004 16:34:26 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id A755D10B3C; Wed, 21 Jan 2004 16:33:27 +0100 (MET) Original-Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ref.ntg.nl (Postfix) with ESMTP id 642B610B13 for ; Wed, 21 Jan 2004 16:32:22 +0100 (MET) Original-Received: from [212.227.126.161] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1AjKM0-0000zY-00 for ntg-context@ntg.nl; Wed, 21 Jan 2004 16:33:16 +0100 Original-Received: from [62.72.92.109] (helo=levana) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1AjKLz-0005O3-00 for ntg-context@ntg.nl; Wed, 21 Jan 2004 16:33:16 +0100 Original-Received: from [192.168.1.2] (helo=schnee.local) by levana with esmtp (Exim 3.35 #1 (Debian)) id 1AjKHh-0000VU-00 for ; Wed, 21 Jan 2004 16:28:49 +0100 Original-Received: from schnee (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id i0LFSoW0000141 for ; Wed, 21 Jan 2004 16:28:50 +0100 (CET) Original-Received: (from pg@localhost) by schnee (8.12.9/8.12.2/Submit) id i0LFSnHW000140; Wed, 21 Jan 2004 16:28:49 +0100 (CET) X-Authentication-Warning: schnee: pg set sender to patrick@gundla.ch using -f Original-To: ntg-context@ntg.nl X-Lieblings-Musik: the_capricorns In-Reply-To: <84BAEC81-48D3-11D8-92E2-00039318D414@uni-bonn.de> (Thomas A. Schmitz's message of "Sat, 17 Jan 2004 10:57:10 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:d43e4e6267c3e50bafb8d1f4173761b4 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:14593 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14593 "Thomas A.Schmitz" writes: > I was under the (mistaken?) impression that "textbar" (for "|") was > predefined somewhere in the distribution, but couldn't find > anyhting. It is defined in enco-cyr.tex, but should also be defined in (at least) enco-tbo.tex enco-ans.tex enco-ec.tex > 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? \definecharacter textbar 124 Patrick