jbf schrieb am 27.04.2020 um 09:14:
I have the following setup currently, involving:

\definefontfamily[mainface][rm][texgyrepagella][tf=file:texgyrepagella-regular.otf]

\definetypeface [mainface] [rm] [serif] [pagella] [default]

or see below

\setupbodyfont[mainface,11pt]
\setupbodyfontenvironment[default]  [em=italic]

Not necessary because Pagella has no slanted alternative and \sl uses the italic alternative.

\setupdelimitedtext[blockquote][style=\tfx, before={\blank\setupinterlinespace[line=2.4ex]},after={\blank}]

My publisher thinks the default scaling of 'x' (0.8) is too small for the blockquoted text, and asked if I could simply indicate 10pt for 'x'.

I tried by using the line:

\definebodyfontenvironment[default] [x=10pt]

but that did nothing to change things. I tried a few other possibilities as well, e.g. just adding the x=10pt after the em=italic declaration, but that didn't work either.

Use \switchtobodyfont.

I'm sure there is a simple way to achieve what I want. Any thoughts?

\setupbodyfont[pagella,11pt]

\setupdelimitedtext
  [blockquote]
  [      style={\switchtobodyfont[10pt]},
        before={\setupinterlinespace[line=2.4ex]},
   spacebefore=line,
    spaceafter=line]

\starttext

\samplefile{weisman}

\startblockquote
\samplefile{weisman}
\stopblockquote

\stoptext

Wolfgang
___________________________________________________________________________________
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 via email to