Closed bhavyashah closed 3 weeks ago
Oops, wrong project again - my bad! Please transfer (and can I transfer tickets myself in the future?).
Sorry for being slow to address this...
Issue one is still there. It seems that left/right arrow aren't working correctly for mtr
. So this is a bug.
Issues two and three don't seem to be present anymore.
The answer to issue 4 is that MathCAT is being smart and recognizing that the table representation is really a presentation artifact for alignment reasons and that it is really four separate "lines". Hence, I think it is a feature that it says "4 lines, line 1", etc. However, I didn't update the navigation code to be smart, so the bug is that navigation code needs to be smarter and ignore the columns and say "line" and not row. That might take some work, so I've broken that out as its own bug report: #282.
Consider $\begin{aligned} E\left(Y{n}\right) & =\int{0}^{\theta} x n \theta^{-n} x^{n-1} d x \ & =n \theta^{-n} \int_{0}^{\theta} x^{n} d x \ & =n \theta^{-n} \frac{\theta^{n+1}}{n+1} \ & =\frac{n}{n+1} \theta . \end{aligned}$ Press NVDA+Alt+m to start navigation and then mess around in it with Ctrl+arrow keys and just arrow keys. I distill these issues below:
[Update: edited to use numbered lists for easy reference of problems]