On 6/26/2021 18:38, Rik Kabel wrote:
All,

In recent compilations of a document using Antykwa Torunska Condensed (in headings in the margin), I now have no hyphen at a word break, and see the following in the log:

    fonts           > checking > char ­ (U+000AD) in font
    'AntykwaTorunskaCond-Regular' with id 73: missing

Is there a way to restore the hyphen that once appeared? (ConTeXt  ver: 2021.06.25 22:49 LMTX).


More information, sorry for the lack of detail in the first post.

1. The problem appears to be associated with tagging. Set the state to stop, or remove the line, and the hyphen appears.

2. When HeadFont is libertinus, there is no problem.

Sample document:

\definefontfamily  [HeadFont]
                   [rm]
                   [Antykwa Torunska Cond]
\setuphead         [chapter]
                   [style=\HeadFont\tfa]
\setuphead         [section]
                   [alternative=margintext,
                    before={\blank[big]\blank},
                    insidesection={\blank[-line]\setupindenting[next]},
                    style=\HeadFont\tf]
\setupindenting    [yes,
                    small]
\setuptagging      [state=start]
\setupbodyfont     [libertinus,12pt]
\starttext
  \startchapter    [title=Testing Antykwa Torunska Condensed breaks]
    \input klein
    \startsection  [title=Abracadabra]
      \input knuth
    \stopsection
  \stopchapter
\stoptext

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

Reply via email to