From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17699 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 11:39:04 +0100 Message-ID: <1104748744.5050.27.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> <1104744172.5050.12.camel@phoebus.venus.bay> <41D91920.6090902@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 1104748758 11510 80.91.229.6 (3 Jan 2005 10:39:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 10:39:18 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Jan 03 11:39:09 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 1ClPcD-00059Y-00 for ; Mon, 03 Jan 2005 11:39:09 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F2CA1127B1; Mon, 3 Jan 2005 11:39:08 +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 31614-07-3; Mon, 3 Jan 2005 11:39:07 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 18361127A5; Mon, 3 Jan 2005 11:39:07 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C9D99127A5 for ; Mon, 3 Jan 2005 11:39:05 +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 31614-07-2 for ; Mon, 3 Jan 2005 11:39:05 +0100 (CET) Original-Received: from nickel.webpack.hosteurope.de (unknown [217.115.142.116]) by ronja.ntg.nl (Postfix) with ESMTP id 199081278C for ; Mon, 3 Jan 2005 11:39:05 +0100 (CET) Original-Received: by nickel.webpack.hosteurope.de running Exim 4.34 using asmtp from xdsl-81-173-183-92.netcologne.de ([81.173.183.92]) id 1ClPc8-0002ri-Rh; Mon, 03 Jan 2005 11:39:05 +0100 Original-To: mailing list for ConTeXt users In-Reply-To: <41D91920.6090902@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:17699 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17699 Am Mo, den 03.01.2005 schrieb Hans Hagen um 11:06: > Tobias Hilbricht wrote: > > > \def\DroppedString{ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789} > > > > in supp-fun.tex does not work for me. > > Can you send me a minimal test file that fails In supp-fun.tex (version=1995.10.10) I have added in line 122 the numbers: \def\DroppedString% {ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789} The following example does not work for the numbers here (but for the letters it works): %-----example---- \def\MyDroppedCaps% {\DroppedCaps {} {uplr8t} {2\baselineskip} {3pt} {\baselineskip} {2}} \language[de] \starttext \MyDroppedCaps H allo ich bin das H und bin am Anfang des Abschnittssehr gro"s geraten. Aber ich kann mich auch klein machen und sehe dannso aus: h! \MyDroppedCaps 1 2 3 im Sauseschritt bringen wir die Liebe mit. \stoptext %--example---- However, adding \def\DroppedString% {ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789} (i.e. the very same lines) to the document preamble of the example above works for numbers and letters as expected. Yours sincerely Tobias Hilbricht