daisy / daisy/MathCAT

Parentheses are not announced for functions with only one term passed to them when configured for Blindness, ClearSpeak verbose

Open
#138 5 comments 0 reactions 0 assignees View on GitHub
braille bug
Dominant language
Rust
Stars
114
Forks
85
Avg merge
1d 11h
Merged PRs (30d)
42

Description

With MathCAT 0.3.0 configured to output for Blindness using ClearSpeak Verbose, the parentheses for functions with only one term passed to them are not announced. This seems to go against the pattern of producing speech that is explicit with notation and not being dependent on pauses. For example, when so configured the output for $`\sin(3i)-2i`$ is:
```txt
sine of 3 i, minus 2 i
```
Would it be appropriate to output the parentheses as the following?
```txt
sine of, open paren, 3 i; close paren; minus 2 i
```

The mathML for the above expression is:
```xml

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.