Skip to content

Conversation

sclower
Copy link

@sclower sclower commented Jul 24, 2025

By a partner request:

  1. Increased fraction short-hand to include denominators of 10, 11, 12, and 100.
  2. Changed the "quarter" denominator to "fourth."
  3. Changed the verbal representation of the div symbol to 'divided by'.
  4. Added a symbol for the question mark (so that screen readers automatically verbalize it).

By a partner request:

1.  Increased fraction short-hand to include denominators of 10, 11, 12, and 100.

2.  Changed the verbal representation of the div symbol to 'divided by'.

3.  Added a character class for the question mark.

LatexCmds.$ = bindVanillaSymbol('\\$', '$', 'dollar');

LatexCmds['?'] = bindVanillaSymbol('?', '?', 'question');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is question what they want us to say here? was curious in the meeting given the context is that they're using it as a blank in an equation

Copy link

@timstallmann timstallmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@sclower sclower merged commit 929f957 into main Jul 25, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants