Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Better support for mixed numbers #199

Open
ldworkin opened this issue Jul 16, 2017 · 3 comments
Open

Better support for mixed numbers #199

ldworkin opened this issue Jul 16, 2017 · 3 comments

Comments

@ldworkin
Copy link
Contributor

Right now mathjax cannot parse a mixed number like 1 3/4; instead it expects the input to look like e.g. 1(3)/(4), which is parsed as division with implicit multiplication in the numerator. This is confusing and unintuitive. We can definitely fix when we have a custom parser, but can we do anything smarter in the meantime?

@evykassirer
Copy link
Contributor

one thought is to change it to (1 + 3/4) before you send to mathsteps - or do you think that makes it not a mixed fraction anymore and is confusing?

@ldworkin
Copy link
Contributor Author

Yea, I don't like this solution -- that messes up the pedagogy that Gen wanted for this.

@evykassirer
Copy link
Contributor

ah okay, I see!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants