[Blindmath] using Braille for math

Louis Maher ljmaher at swbell.net
Tue Aug 30 17:14:06 UTC 2016


Do you have to have MathPlayer on the system to allow NVDA to read math?



Regards
Louis Maher
Phone: 713-444-7838
E-mail: ljmaher at swbell.net

-----Original Message-----
From: Blindmath [mailto:blindmath-bounces at nfbnet.org] On Behalf Of Joshua Hori via Blindmath
Sent: Tuesday, August 30, 2016 11:15 AM
To: Blind Math list for those interested in mathematics <blindmath at nfbnet.org>
Cc: Joshua Hori <jhori at ucdavis.edu>
Subject: Re: [Blindmath] using Braille for math

You can read math directly within a word doc or HTML using NVDA (Firefox worked best for me), but you may need to alter the browser settings to read the math correctly. Navigate to an equation, press the spacebar, arrow down to Math Settings, then arrow to the right once, then down to Math Renderer, then arrow right once again, then down to MathML. NVDA will now read math without skipping characters. NVDA is hands down my favorite screenreader for math. 

I didn't have to set anything on OSX or the iPhone, that I can recall. I could read math locally on my OSX when viewing the math in Safari, but I had to have the page hosted online to read it on my iPhone. As a work around, I was able to upload my math page to box.com and when I opened it on my iphone, it displayed the math correctly. I did have some issues earlier in the year on iOS and OSX where if I zoomed in on the math equations, brackets and parenthesis would disappear. Not a good thing in math, but I haven't been able to replicate this issue over the summer. 

All my math is written in LaTeX and saved as an HTML document. I've added a mathjax script to the heading of the HTML document to autoconvert my LaTeX into MathML. For inline math, I've surrounded my Latex in \(...\)  and for display math, I've used $$...$$. There's also conversion tools for word and google docs to convert latex into other math formats. Google docs automation tools produces an image of math in case you are wondering.

Here's a page everyone can play with which I've posted online (it's stats): http://www.clarodownloads.com/test/maths.htm

And don't worry, I've got you! So you need a way for you and your teacher to write accessible math? Try out Pearson's Accessible Equation Editor: http://accessibility.pearson.com/mathex-app/
Works best with NVDA and a Braillenote. But your teacher can type out equations on the web page in the equation editor and you'll be able to view equations in the braille terminal on your braillenote; you can type in the braille terminal area and it'll appear visually to your teacher in the equation editor. 
Here's a link to the settings, which includes a sample NVDA.ini file for you to download and use: http://accessibility.pearson.com/mathex-app/settings.html

Best, 

Joshua Hori


-----Original Message-----
From: Blindmath [mailto:blindmath-bounces at nfbnet.org] On Behalf Of Bill Dengler via Blindmath
Sent: Tuesday, August 30, 2016 8:23 AM
To: Blind Math list for those interested in mathematics <blindmath at nfbnet.org>
Cc: Bill Dengler <codeofdusk at gmail.com>
Subject: Re: [Blindmath] using Braille for math

I use NVDA on Windows and VoiceOver on the Mac.
Are you suggesting that I read LaTeX source in Braille, or convert it to a Braille math code (like Nemeth or UEB) first?
When would refreshable Braille be useful, and when would hardcopy Braille be useful?
Also, I’m interested in Computer Science and plan to be a CS major. Thanks for the tip about the listings package for pretty-printing source code!

Thanks,
Bill
> On Aug 30, 2016, at 2:21 PM, derek riemer via Blindmath <blindmath at nfbnet.org> wrote:
> 
> One thing I must say is if you plan to do math above calc level professionally, you'll benefit greatly by learning braille. One thing you can do is use a braille display to read either la tex, or nemeth. Since it's a braille display, you'll have speech from your screen reader (Is it jaws, or NVDA)?
> 
> Also, if it's things with matrices,, hard copy braille will help you a lot, because having it in two dimensions really aids understanding.
> 
> 2. I never needed something like the braille window. I used notepad++ to duplicate lines (Ctrl+d, down arrow), and then edited the line I just created). This breaks down for complex math like linear algebra, where I ended up using a brailler with paper, and then later dictating it to a sighted assistant (In college, that's a reasonable accommodation, don't let your school tell you no to that). However, that could be useful, I'm not sure. I've never tried it. For matrices, it might actually aid your speed of manipulating the matrix since you can move numbers around.
> 
> Another thing to look into is having your problems provided to you in mathml.In college, I actually had my ds office convert calc to hard copy braille, because the overhead of switching from mathml to another wiindow for editing and back was higher than moving my hand to the left of my computer to read the math.
> 
> Another option, is to use nemetex, although you're in calc now, and once you get above calc level, nemetex will struggle to convert your math to la tex (It was primarily designed for calc and below). It's a good tool to keep in mind though, because sometimes, doing a problem in braille and then having it convert to la tex automatically saves you lots of time since la tex is way verbose. (In statistics, I did all my homework in la tex, although I often either converted some of the math from nemeth with nemetex, replacing mu with x or l, and then doing a find/replace, and then pasting the la tex into my source. Also, Nicole is great with support on Nemetex, just send an email to the support line, and she is great about helping out with explaining how to do things.
> 
> If you want my preamble of macros I defined to make life easier for 
> some tasks (Like beginning a matrix, or Enumerations nested n levels 
> deep, you can download it at the link in this email. For example, to 
> begin a problem, just type \bEnum, and to begin the letters part, type 
> \bAlpha and end them with \eAlpha
> 
> There's also \beCapAlpha to do capital letters, and \bmx and \emx for begin and end matrix. To get around a visual bug with the beginning of letters directly after a number, do this.
> \bEnum
> \fItem
> \bAlpha
> \item %a
> \item bla bla bla %b
> \item bla bla bla %c
> \eAlpha
> \item %2
> \bCapAlpha
> \item bla bla bla %A
> \item Bla bla bla %B
> \eCapAlpha %Any end would actually work here, the b* commands actually just tell la tex to begin an enumeration with the appropriate lettering symbol (That syntax is taxing to write all the time).
> Feel free to remove listings from my preamble (I have it there, because I'm a cs student, and I used the listings package for code listings all the time. Without it, writing code becomes harder).
> my latex template: https://files.derekriemer.com/latex_template.zip
> On 8/30/2016 7:53 AM, Bill Dengler via Blindmath wrote:
>> Hello,
>> I'm currently in 11th grade, taking Calculus this year.
>> At the moment, I use a screen reader and a text editor to work out math problems. Before, I wrote my problems in an improvised "calculator notation", where each line was written in a similar format to how it would appear on a scientific calculator (+ for addition, / for division, ^ for exponentiation, sqrt for square root, etc). This notation worked, but had several issues: it was ambiguous at times and hard to read for my sighted teachers.
>> As of last semester, I've been writing all of my math in LaTeX. This solves the ambiguity issues with calculator notation, and can easily be compiled to PDF for viewing by the sighted.
>> However, things like
>> $\lim_{h \to 0} \frac{(-\frac{1}{2}+h)^3-(-\frac{1}{2})^3}{h}$
>> can be difficult to keep track of in speech; I often have to pull complex fractions apart, bringing certain parts onto their own lines, simplifying and combining everything back into the complex fraction at the end. It's horribly inefficient and error-prone.
>> 
>> My Braille reading speed is fairly slow (around 55WPM), and the only experience I've had with Braille math was in elementary school, using a device called the Math Window <http://mathwindow.com>. That was, in short, a disaster; I was consistently lagging far behind my classmates when doing simple two and three digit addition and multiplication problems because of the time it took to interpret the Braille and manipulate the Math Window's tiles. I haven't used Braille for math since, using only a computer with a plain-text editor to do Algebra, Geometry, and Pre-Calculus. I have, however, used raised-line diagrams and three-dimensional models for Geometry and trigonometry.
>> 
>> Questions:
>> Would the use of refreshable Braille, hardcopy Braille and/or a device like the Math Window while doing math help me to conceptualize problems more easily, particularly where advanced and/or heavy Algebra is involved?
>> If so, would it be most effective for me to use it in addition to, or as a replacement for, speech? The biggest problem with using Braille is that my teachers don't read it, so I'd have to frequently transcribe back-and-forth from Braille to LaTeX. This would be relatively painless for refreshable Braille, but less so for the hardcopy variety.
>> If I used Braille for math, which math code (UEB or Nemeth) should I learn and use? From what I've heard, Nemeth generally takes up less space to convey the same content (important for refreshable displays with limited real estate), but UEB's presentation of that content is clearer. Also, Nemeth could be replaced by the UEB math code in a few years since it's the international standard now.
>> 
>> Thanks,
>> Bill
>> _______________________________________________
>> Blindmath mailing list
>> Blindmath at nfbnet.org
>> http://nfbnet.org/mailman/listinfo/blindmath_nfbnet.org
>> To unsubscribe, change your list options or get your account info for Blindmath:
>> http://nfbnet.org/mailman/options/blindmath_nfbnet.org/derek.riemer%4
>> 0colorado.edu BlindMath Gems can be found at 
>> <http://www.blindscience.org/blindmath-gems-home>
> 
> --
> ----------------------------------------------------------------------
> --
> 
> 
>   Derek Riemer
> 
> * Department of computer science, third year undergraduate student.
> * Proud user of the NVDA screen reader.
> * Open source enthusiast.
> * Member of Bridge Cu
> * Avid skiier.
> 
> Websites:
> Honors portfolio <http://derekriemer.com> Awesome little hand built 
> weather app! <http://django.derekriemer.com/weather/>
> 
> email me at derek.riemer at colorado.edu 
> <mailto:derek.riemer at colorado.edu>
> Phone: (303) 906-2194
> 
> _______________________________________________
> Blindmath mailing list
> Blindmath at nfbnet.org
> http://nfbnet.org/mailman/listinfo/blindmath_nfbnet.org
> To unsubscribe, change your list options or get your account info for Blindmath:
> http://nfbnet.org/mailman/options/blindmath_nfbnet.org/codeofdusk%40gm
> ail.com BlindMath Gems can be found at 
> <http://www.blindscience.org/blindmath-gems-home>


_______________________________________________
Blindmath mailing list
Blindmath at nfbnet.org
http://nfbnet.org/mailman/listinfo/blindmath_nfbnet.org
To unsubscribe, change your list options or get your account info for Blindmath:
http://nfbnet.org/mailman/options/blindmath_nfbnet.org/jhori%40ucdavis.edu
BlindMath Gems can be found at <http://www.blindscience.org/blindmath-gems-home>
_______________________________________________
Blindmath mailing list
Blindmath at nfbnet.org
http://nfbnet.org/mailman/listinfo/blindmath_nfbnet.org
To unsubscribe, change your list options or get your account info for Blindmath:
http://nfbnet.org/mailman/options/blindmath_nfbnet.org/ljmaher%40swbell.net
BlindMath Gems can be found at <http://www.blindscience.org/blindmath-gems-home>





More information about the BlindMath mailing list