[NTG-context] numbers as dropped caps
Tobias Hilbricht
ntg-context@ntg.nl
Sat, 17 Apr 2004 21:06:40 +0200
Dear readers of this list,
I would like to use big numbers at the beginning of paragraphs just like
droppedcaps. However, if I use the DroppedCaps-macro with numbers, it
does not work. See the example below - a letter works, a number not. How
can I use numbers like droppedcaps?
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
-------------------------------------