Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel

Thank you Wolfgang for the quick diagnosis and Hans for the fast turnaround.

--
Rik
___
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
___


Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Wolfgang Schuster

Hans Hagen schrieb am 24.06.2021 um 23:47:

On 6/24/2021 10:00 PM, Rik Kabel wrote:
I get no quotation marks at all (and no protrusion) with 
\quotation{text} using \setupquotation[method=font]. This seems to 
have started earlier this month, but for the record, I am using 
ConTeXt  ver: 2021.06.24 19:19 LMTX.


Wolfgang's example from a related thread earlier this month 
(https://www.mail-archive.com/ntg-context@ntg.nl/msg98669.html) 
should have quotation marks and protrusion for the third line, 
matching the second line.


    \definefontfeature
   [default]
   [default]
   [protrusion=quality,expansion=quality]

    \setupquotation
   [method=font]

    \setupalign[hz,hanging]

    \starttext

    oh hi there

    “you are so”

    \quotation{you are so}

    here here

    \stoptext

Similarly with \setupquote. Help, please!

Let's see what Wolfgang says ...


The change on line 855 and 865 in typo-del.mkxl from \currentparentXXX 
to \currentXXXparent is wrong.


\def\typo_delimited_fontdriven_e
  {\typo_delimited_stop_content
 % \usedlanguageparameter{\c!right\currentparentdelimitedtext}% was: 
\currentdelimitedtext

   \usedlanguageparameter{\c!right\currentdelimitedtextparent}%
   \dostoptagged
   \typo_delimited_pop
   \endgroup}

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
___


Re: [NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Hans Hagen

On 6/24/2021 10:00 PM, Rik Kabel wrote:
I get no quotation marks at all (and no protrusion) with 
\quotation{text} using \setupquotation[method=font]. This seems to have 
started earlier this month, but for the record, I am using ConTeXt  ver: 
2021.06.24 19:19 LMTX.


Wolfgang's example from a related thread earlier this month 
(https://www.mail-archive.com/ntg-context@ntg.nl/msg98669.html) should 
have quotation marks and protrusion for the third line, matching the 
second line.


\definefontfeature
   [default]
   [default]
   [protrusion=quality,expansion=quality]

\setupquotation
   [method=font]

\setupalign[hz,hanging]

\starttext

oh hi there

“you are so”

\quotation{you are so}

here here

\stoptext

Similarly with \setupquote. Help, please!

Let's see what Wolfgang says ...

Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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
___


[NTG-context] setupquotation[method=font] problem

2021-06-24 Thread Rik Kabel
I get no quotation marks at all (and no protrusion) with 
\quotation{text} using \setupquotation[method=font]. This seems to have 
started earlier this month, but for the record, I am using ConTeXt  ver: 
2021.06.24 19:19 LMTX.


Wolfgang's example from a related thread earlier this month 
(https://www.mail-archive.com/ntg-context@ntg.nl/msg98669.html) should 
have quotation marks and protrusion for the third line, matching the 
second line.


   \definefontfeature
  [default]
  [default]
  [protrusion=quality,expansion=quality]

   \setupquotation
  [method=font]

   \setupalign[hz,hanging]

   \starttext

   oh hi there

   “you are so”

   \quotation{you are so}

   here here

   \stoptext

Similarly with \setupquote. Help, please!

--
Rik

___
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
___