From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17697 Path: main.gmane.org!not-for-mail From: Tobias Hilbricht Newsgroups: gmane.comp.tex.context Subject: Re: Sidebars and versals Oh my! Date: Mon, 03 Jan 2005 10:22:52 +0100 Message-ID: <1104744172.5050.12.camel@phoebus.venus.bay> References: <200412241115.57398.john@wexfordpress.com> <41CF2028.6050100@wxs.nl> <1104357905.4195.17.camel@phoebus.venus.bay> <41D3CB26.9030204@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104744183 1781 80.91.229.6 (3 Jan 2005 09:23:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 09:23:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 03 10:22:54 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ClOQQ-0001UJ-00 for ; Mon, 03 Jan 2005 10:22:54 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 51F42127B4; Mon, 3 Jan 2005 10:22:53 +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 30866-04; Mon, 3 Jan 2005 10:22:51 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 39A1E127A9; Mon, 3 Jan 2005 10:22:51 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A081E127A9 for ; Mon, 3 Jan 2005 10:22:49 +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 30931-10 for ; Mon, 3 Jan 2005 10:22:48 +0100 (CET) Original-Received: from nickel.webpack.hosteurope.de (unknown [217.115.142.116]) by ronja.ntg.nl (Postfix) with ESMTP id EB5AF127A7 for ; Mon, 3 Jan 2005 10:22:48 +0100 (CET) Original-Received: by nickel.webpack.hosteurope.de running Exim 4.34 using asmtp from xdsl-81-173-184-238.netcologne.de ([81.173.184.238]) id 1ClOQK-000228-L9; Mon, 03 Jan 2005 10:22:48 +0100 Original-To: mailing list for ConTeXt users In-Reply-To: <41D3CB26.9030204@wxs.nl> X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) 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 Xref: main.gmane.org gmane.comp.tex.context:17697 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17697 Am Do, den 30.12.2004 schrieb Hans Hagen um 10:32: > Tobias Hilbricht wrote: > > Am So, den 26.12.2004 schrieb h h extern um 21:33: > > > > I was trying to use the macros provided by supp-fun.tex some month before, > > but I could not get numbers instead of letters to work - see the little > > example below. How can I solve that problem? > > The magic is in: > > \def\DroppedString{ABCDEFGHIJKLMNOPQRSTUVWXYZ} Dear Hans, thanks for your reply! I noticed \DroppedString in supp-fun.tex and tried to include numbers there (to have it permanent) before I asked on this list, but that did not work. Now after your reply I tried a definition of \DroppedString including numbers in the document preamble, and then it works. Is it possible to perform the extended definition of \DroppedString in supp-fun.tex directly? Just changing \def\DroppedString{ABCDEFGHIJKLMNOPQRSTUVWXYZ} to \def\DroppedString{ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789} in supp-fun.tex does not work for me. Thanks again Yours sincerely Tobias Hilbricht