ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: "Jairo A. del Rio" <jairoadelrio6@gmail.com>
Cc: NTG-Context ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Unexpected behavior of subsection labels
Date: Mon, 7 Oct 2019 23:19:09 +0200	[thread overview]
Message-ID: <7eb328f3-59cc-a581-f6f5-b66c90283d23@gmail.com> (raw)
In-Reply-To: <CAKyqqaby2TRw5g+PySHHgm4ciox+-E9CqDWFa9KuxV2jPhtRAA@mail.gmail.com>

Jairo A. del Rio schrieb am 07.10.2019 um 00:18:
> Here is my "minimal" example. As I need fallbacks, they remain.
Only the fallback for greek is needed, anything else can be removed.
> [...]
>
> As before, TOC shows "α Vaya" but subsection headers only show "Vaya", 
> without Greek letters.
> By the way, Quivira supports Greek characters, so I don't know where 
> the problem comes from.
Below is a much shorter version of your example to demonstrate the problem.

The problem is a check in the section command which fails when the character
comes from a fallback font. I will post a even simpler version of the 
problem
for Hans to fix.

\setuphead [section] [conversion=g]

\definefallbackfamily [mainface] [rm] [DejaVu Serif] [range=greekandcoptic]

\definefontfamily [mainface] [rm] [Latin Modern Roman]
\definefontfamily [mainface] [mm] [Latin Modern Math]

\setupbodyfont [mainface]

\starttext

\placecontent

\section{wow}

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

      parent reply	other threads:[~2019-10-07 21:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-06 21:29 Jairo A. del Rio
2019-10-06 21:49 ` Wolfgang Schuster
     [not found]   ` <CAKyqqaby2TRw5g+PySHHgm4ciox+-E9CqDWFa9KuxV2jPhtRAA@mail.gmail.com>
2019-10-07 21:19     ` Wolfgang Schuster [this message]

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=7eb328f3-59cc-a581-f6f5-b66c90283d23@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=jairoadelrio6@gmail.com \
    --cc=ntg-context@ntg.nl \
    /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).