4

In ConTeXt, \mathbb{\gamma} outputs a pi symbol, while \mathbb{\pi} outputs a gamma. This seems to be a ConTeXt issue, not font-related. What should I do?

\startTEXpage[offset=5pt]
  \m{\mathbb{\gamma\pi}}
\stopTEXpage

Interchanged gamma and pi.

0

1 Answer 1

6

In math-map.lmt, around line 416-418, it should read

    lcgreek   = { -- gamma pi
        [0x03B3]=0x0213D, [0x03C0]=0x0213C,
    },

You need to regenerate your formats context --make. Doing so, your file gives me:

gamma pi

I will send the corrected file to Hans.

2
  • The same error is found in MkIV's math-map.lua, at lines 406-408. Commented Dec 15, 2024 at 6:21
  • Yes, thanks, Hans is aware and it will get fixed in the next version. Commented Dec 15, 2024 at 6:31

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.