ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Making \setupinterlinespace work with \switchtobodyfont
Date: Thu, 30 Apr 2015 16:10:32 +0200	[thread overview]
Message-ID: <554237D8.3050906@gmx.es> (raw)
In-Reply-To: <20150430121844.GE6818@darjiling>

On 04/30/2015 02:18 PM, Pavneet Arora wrote:
> Hello,
> 
> I am trying to have inter-line space change according to the current 
> size of the body font, which I modify with \switchtobodyfont, but I 
> cannot seem to affect the desired change as per the MWE below.  
> \setupinterlinespace seems to take its lead from the original 
> \setupbodyfont directive in the document, and does not revise it even 
> when font size is changed.
> 
> Is there a prescribed method to properly use \setupinterlinespace (or 
> for that matter \setupwhitespace when switching font sizes?

Hi Paavnet,

yes, you need a paragraph to make \setupinterlinespace work.

Your improved sample:

    \setuppagenumbering[location=,state=stop]

    \definefontfamily[mainface][rm][Pagella]
    \definefontfamily[mainface][ss][Heros]
    \definefontfamily[mainface][mm][Latin Modern Math]
    \setupbodyfont[mainface,72pt]
    \setupinterlinespace

    \starttext
    \startalignment[center]
    The Title
    \blank
    {\switchtobodyfont[36pt]\setupinterlinespace%
    Subtitle line 1\\
    Subtitle line 2\par}
    \blank
    {\switchtobodyfont[18pt]\setupinterlinespace%
    Sub-subtitle line 1\\
    Sub-subtitle line 2\par}
    \stopalignment
    \stoptext

I hope it helps,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2015-04-30 14:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 12:18 Pavneet Arora
2015-04-30 14:10 ` Pablo Rodriguez [this message]
2015-04-30 16:00 Pavneet Arora

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=554237D8.3050906@gmx.es \
    --to=oinos@gmx.es \
    --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).