Skip to content

Invisible operators #45

@MDLC01

Description

@MDLC01

Context

Unicode defines multiple invisible operators, which are meant to disambiguate juxtaposition in mathematical text. This is primarily destined to be used by symbolic calculation softwares and screen readers. Their use is not mandatory but recommended to improve accessibility.

Invisible operators are the topic of section 2.14 of UTR #25 (the Technical Report on Unicode Support for Mathematics), and section 22.6 of the more recent, and authoritative Unicode 16.0.0 Core Specification.

Invisible operators were previously mentioned in typst/typst#721 (comment).

Formal proposal

Add the symbol variants from the following table under sym.

Character Name
U+2061 FUNCTION APPLICATION (Binary) ???1
U+2062 INVISIBLE TIMES (Binary) times.invisible
U+2063 INVISIBLE SEPARATOR (Punctuation) comma.invisible2
U+2024 INVISIBL PLUS (Special) plus.invisible

Alternative names

Other possible names include invisible.{application,times,comma,plus}.

Concerns

Invisible operators seem to not be handled properly by the default math font.

Footnotes

  1. TODO: Find a name.

  2. U+2063 has the Unicode informative alias "invisible comma."

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposalThis may still need discussion

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions