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: beginnersvragen (anfaengersfrage)
Date: Mon, 03 Aug 1998 10:04:03 +0200	[thread overview]
Message-ID: <35C56EF3.136C492@wxs.nl> (raw)

Frans Goddijn wrote:

>  "HD> - datzelfde blokje heb ik een kleinere letter gegeven met \tfx,
>  "HD> maar   het moet nog kleiner. Hoe?
> 
> Somthing like
> 
> \font\kleinerfont=tnrb at 5pt
> 
> {\kleinerfont dit is erg klein!}

The best way to switch to a smaller size is \tx and still smaller \txx

Those also adapt to \bf, \sl etc. 

> If the baselinsskip looks odd, try \par. I had a problem like that once,
> and Herman Haverkort explained to me how TeX handles that (see page 217 of
> MAPS20)

TeX takes the values valid at \par time. And the } end the group before
that. 

Anyway, the baselineskip will always be wrong. 

\setupbodyfont[12pt] \tx 

will produce consistent baselineskip with the main font size. 

You can of course say \tx \setupinterlinespace to get an adapted
baselines. 

The more appropriate way to switch (everything, math also) to a smaller
size is: 

\switchtobodyfont[small] 

Beware *NOT* to use \setupbodyfont there because that one changes the
overall document appearance, while \switchto.. acts local. 

Hans

-----------------------------------------------------------------
                                              Hans Hagen | PRAGMA
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | mail: pragma@wxs.nl
-----------------------------------------------------------------


             reply	other threads:[~1998-08-03  8:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-03  8:04 Hans Hagen [this message]
  -- strict thread matches above, loose matches on Subject: below --
1998-08-02 16:52 Frans Goddijn

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=35C56EF3.136C492@wxs.nl \
    --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).