ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* setupquotation[method=font] problem
@ 2021-06-24 20:00 Rik Kabel
  2021-06-24 21:47 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Rik Kabel @ 2021-06-24 20:00 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 791 bytes --]

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


[-- Attachment #1.2.1: Type: text/html, Size: 1287 bytes --]

[-- Attachment #1.2.2: agcnccmdkbidckoa.png --]
[-- Type: image/png, Size: 16736 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: setupquotation[method=font] problem
  2021-06-24 20:00 setupquotation[method=font] problem Rik Kabel
@ 2021-06-24 21:47 ` Hans Hagen
  2021-06-24 22:08   ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2021-06-24 21:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Rik Kabel

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: setupquotation[method=font] problem
  2021-06-24 21:47 ` Hans Hagen
@ 2021-06-24 22:08   ` Wolfgang Schuster
  2021-06-24 22:50     ` Rik Kabel
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2021-06-24 22:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Hans Hagen

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: setupquotation[method=font] problem
  2021-06-24 22:08   ` Wolfgang Schuster
@ 2021-06-24 22:50     ` Rik Kabel
  2021-06-25  2:11       ` Protrusion in notes, was " Rik Kabel
  0 siblings, 1 reply; 5+ messages in thread
From: Rik Kabel @ 2021-06-24 22:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Protrusion in notes, was Re:  setupquotation[method=font] problem
  2021-06-24 22:50     ` Rik Kabel
@ 2021-06-25  2:11       ` Rik Kabel
  0 siblings, 0 replies; 5+ messages in thread
From: Rik Kabel @ 2021-06-25  2:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1730 bytes --]


On 6/24/2021 18:50, Rik Kabel wrote:
> Thank you Wolfgang for the quick diagnosis and Hans for the fast 
> turnaround.
>
Sorry, I was wrong about the turnaround -- I tested on my own patched 
copy, not the new download, but I am sure it will appear soon.

Follow-up question. Can protrusion be implemented in the first line of a 
footnote or endnote, as might improve the following? I have some 
page-long endnotes that benefit from having it in place, but do not like 
the inconsistent appearance.

Please excuse the hokey example:

    \setuplayout       [width=9cm,
                         height=9cm]
    \definefontfeature [default]
                        [default]
                        [protrusion=quality]
    \setupalign        [hanging]
    \setupquotation    [method=font]
    \setupnote         [endnote]
                        [location=none]
    \setupnotation     [footnote]
                        [align=hanging]
    \showframe
    \starttext

    \quotation{{\em Cantharides}} is the reported message from Sir Francis
    Drake upon defeating the Spanish Armada.\endnote{\quotation{{\em
    Vovi}} is
    reportedly the message from James Broun|-|Ramsay on taking Oudh. Both
    are as likely as the attribution of \quotation{{\em peccavi}} to
    Napier after
    his defeat of the Ameer of Scinde.}\footnote{\quotation{{\em Vovi}} is
    reportedly the message from James Broun|-|Ramsay on taking Oudh. Both
    are as likely as the attribution of \quotation{{\em peccavi}} to
    Napier after
    his defeat of the Ameer of Scinde.}

    \placenotes[endnote]

    \stoptext

-- 
Rik


[-- Attachment #1.2.1: Type: text/html, Size: 2702 bytes --]

[-- Attachment #1.2.2: jongdldcdgnnmhod.png --]
[-- Type: image/png, Size: 12552 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-25  2:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 20:00 setupquotation[method=font] problem Rik Kabel
2021-06-24 21:47 ` Hans Hagen
2021-06-24 22:08   ` Wolfgang Schuster
2021-06-24 22:50     ` Rik Kabel
2021-06-25  2:11       ` Protrusion in notes, was " Rik Kabel

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).