ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: ntg-context@ntg.nl
Subject: Re: two drop caps questions
Date: Mon, 23 Apr 2001 18:40:35 +0200	[thread overview]
Message-ID: <3.0.6.32.20010423184035.018e38e0@server-1> (raw)
In-Reply-To: <m3y9stnmdm.fsf@austin.jhcloos.com>

At 07:35 AM 4/22/01 -0500, James H. Cloos Jr. wrote:
>I saw an interesting variation on dropped caps recently (in
>McCaffrey's latest, {\em The Skies of Pern}).  The capheight
>of the dropped cap is about 2.5 times \baselineskip with its
>baseline matching the second row of text's baseline.
>
>(Some of the) sections w/in a chapter have a 'dropped cap'
>which isn't dropped;  its capheight is about twice the text
>font's capheight and its baseline matches the first line of
>text.
>
>The latter is of course quite easy to do.  Am I correct that
>the former can be done a la NiceDroppedCaps but with voffset
>set baselineskip smaller than NiceDroppedCaps sets it?  Or
>should height be be adjusted instead?

right, just play with the values until you get what you want, since this is
also dependent of the font. 

>For the second question, given:
>
>\def\DC%
>        {\NiceDroppedCaps{}{FontName}{0pt}{3}}
>
>what needs to change so that something like:

\DC is not a good choice since this is a tables command. 

>\DC
>\quotation{This chapter starts with some dialog,} he said.

not that easy. For instance, 

\def\DroppedString{ABCDEFGHIJKLMNOPQRSTUVWXYZ\XXX}

\def\XXX{``} \def\YYY{\NiceDroppedCaps{}{cmr10}{0pt}{3}}

\EveryPar{\YYY}

\noindent \XXX Bla bla bla bla bla''\input tufte

will work, but this too ugly an hack to use isn't it? 

>\DC
>``This chapter starts with some dialog,'' he said.

not sure, since '' is actually a ligature. I'll add it to the todo list. 

Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


      reply	other threads:[~2001-04-23 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-22 12:35 James H. Cloos Jr.
2001-04-23 16:40 ` Hans Hagen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3.0.6.32.20010423184035.018e38e0@server-1 \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).