From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17679 Path: main.gmane.org!not-for-mail From: Tobias Hilbricht Newsgroups: gmane.comp.tex.context Subject: Re: Sidebars and versals Oh my! Date: Wed, 29 Dec 2004 23:05:06 +0100 Message-ID: <1104357905.4195.17.camel@phoebus.venus.bay> References: <200412241115.57398.john@wexfordpress.com> <41CF2028.6050100@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 1104357930 13018 80.91.229.6 (29 Dec 2004 22:05:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Dec 2004 22:05:30 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Dec 29 23:05:19 2004 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 1CjlwV-00084w-00 for ; Wed, 29 Dec 2004 23:05:19 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 98DF112784; Wed, 29 Dec 2004 23:05:19 +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 28015-05-3; Wed, 29 Dec 2004 23:05:17 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E3D991276C; Wed, 29 Dec 2004 23:05:16 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 06E1B1276C for ; Wed, 29 Dec 2004 23:05:16 +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 28015-05-2 for ; Wed, 29 Dec 2004 23:05:15 +0100 (CET) Original-Received: from nickel.webpack.hosteurope.de (unknown [217.115.142.116]) by ronja.ntg.nl (Postfix) with ESMTP id 55AEF1276B for ; Wed, 29 Dec 2004 23:05:15 +0100 (CET) Original-Received: by nickel.webpack.hosteurope.de running Exim 4.34 using asmtp from xdsl-81-173-147-106.netcologne.de ([81.173.147.106]) id 1CjlwR-0005Sn-3E; Wed, 29 Dec 2004 23:05:15 +0100 Original-To: mailing list for ConTeXt users In-Reply-To: <41CF2028.6050100@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:17679 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17679 Am So, den 26.12.2004 schrieb h h extern um 21:33: > John Culleton wrote: > > > But this is not the only type of versal. Sometimes a large capital letter > > (perhaps in italics) is centered on the top of the textblock thus: > > Did you look into supp-fun.tex? 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? Thanks for helpful hints in advance! Yours sincerely Tobias Hilbricht ----------------- \def\MyDroppedCaps% {\DroppedCaps {} {uplr8t} {2\baselineskip} {3pt} {\baselineskip} {2}} \language[de] \starttext \MyDroppedCaps H allo ich bin das H und bin am Anfang des Abschnitts sehr gro"s geraten. Aber ich kann mich auch klein machen und sehe dann so aus: h! \MyDroppedCaps 1 2 3 im Sauseschritt bringen wir die Liebe mit. \stoptext -----------------