ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "śrīrāma via ntg-context" <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Michael Urban <urban.m@ca.rr.com>
Cc: śrīrāma <citturs@gmail.com>
Subject: Re: Odd  Font Behavior in startstop Group
Date: Sun, 06 Feb 2022 13:04:08 +0530	[thread overview]
Message-ID: <5796346.lOV4Wx5bFT@sreeramtplt> (raw)
In-Reply-To: <FBA7C3D1-A296-4C20-B9A1-48DFB1DEEA28@ca.rr.com>

On Sunday, February 6, 2022 12:58:06 AM IST Michael Urban via ntg-context 
wrote:
> Do I need a newer version of ConTeXt, or am I doing something wrong?
> Fonts in ConTeXt are always perilous, alas.  For me, anyway.

(pre)loading the typescripts 'fixes' the issue.
	\usebodyfont[termes]

See below a modified version of your MWE:

\definefallbackfamily[story][serif][notoserif]
[range={greekandcoptic,greekextended},force=yes]
\definefontfamily[story][serif][TeX Gyre Schola]
\definefontfamily[story][sans][modern]
\definefontfamily[story][mono][modern]
\definefontfamily[story][mm][TeX Gyre Pagella Math]
\setupbodyfont[story,11pt]
\usebodyfont[termes]

\definestartstop
    [blockquote]
    [before={\blank\startnarrower\setupwhitespace[2pt]\setupindenting[none]},
     style={\switchtobodyfont[termes]},
     after={\stopnarrower\blank\indenting[next]}]

\starttext
\input knuth

    \startblockquote
    \input knuth
    \stopblockquote

    this is normal text
    \par
    {\bf this is bold}
    \par
    {\it this is italics}

    \startblockquote
    this is normal text
    \par
    {\bf this is bold}
    \par
    {\it this is italics}
    \stopblockquote
\stoptext

Best,
Sreeram


___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2022-02-06  7:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-05 19:28 Michael Urban via ntg-context
2022-02-06  7:34 ` śrīrāma via ntg-context [this message]
2022-02-06 10:20 ` Wolfgang Schuster via ntg-context
2022-02-06 12:36   ` śrīrāma via ntg-context

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=5796346.lOV4Wx5bFT@sreeramtplt \
    --to=ntg-context@ntg.nl \
    --cc=citturs@gmail.com \
    --cc=urban.m@ca.rr.com \
    /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).