[Blindmath] answer about LaTeX to html

Frankel, Lois E lfrankel at ETS.ORG
Fri Feb 17 22:39:51 UTC 2017


In our grant project, we did test MathPlayer/NVDA with students with no usable vision, and in our small sample of 8 students in secondary school, they were able to solve the math problems we studied as accurately with the MathPlayer/NVDA combination as they were with braille (though it usually took longer). The paper describing the study is currently in the page-proof stage and should be available shortly. I'll try to remember to announce that here when it is. This was tested using math expressions of our own making, so I can't comment on the example linked below.

----------------------------------------------------------------------------------------------------------------------------------------
Lois Frankel, Ph.D.
Assessment Specialist IV, Assessment Development
Educational Testing Service
Mail Stop 14-N   Room N157  609-683-2985
(All views expressed are my own, not necessarily those of Educational Testing Service)

-----Original Message-----
From: Blindmath [mailto:blindmath-bounces at nfbnet.org] On Behalf Of Lukasz Grabowski via Blindmath
Sent: Thursday, February 16, 2017 12:03 PM
To: Lucas Radaelli <lucasradaelli at gmail.com>
Cc: Łukasz Grabowski <graboluk at gmail.com>; Blind Math list for those interested in mathematics <blindmath at nfbnet.org>
Subject: Re: [Blindmath] answer about LaTeX to html

By the dafault it's the former, i.e. mathml. But it's very configurable and if you prefer latex source as alt then probably it can be done (although probably that's not much more helpful than reading the source)

NVDA with math player does (what it seems to me is) a reasonable job with reading. You can try an example problem sheet here:
http://www.lancaster.ac.uk/staff/grabows1/accessible/math103/Week14.tex/S0.SSx2.html

Having said that, I'm preparing materials for a visually impaired student this year (legally bordercase blind, but with enough vision to read the above link at about 300% zoom), so I don't have any real experience on whether NVDA with mathplayer would work for a  maths student with no vision at all.

So if you are or know a blind maths student I would actually be very interested to know whether a page as above is accessible via NVDA with math player.

Best,
Łukasz


On Thu, 16 Feb 2017 14:45:37 -0200
Lucas Radaelli <lucasradaelli at gmail.com> wrote:

> Does latexml convert the output formulas to mathml or it puts the
> Latex source as alt in the images? if the former, what to use to read
> the formulas?
>
> On 16/02/2017 13:22, Łukasz Grabowski via Blindmath wrote:
> > Hi Russell,
> >
> > I speak as someone who has tried different approaches to converting
> > latex to accessible html this year - pandoc is not good for this
> > purpuse, you should really use latexml if you have a tex file which
> > you need to convert to an accessible version.
> >
> > What pandoc is absolutely great for is writing new documents. Also
> > if I had a blind maths student which I needed to teach to write
> > mathematical documents, I would go with pandoc.
> >
> > The point is that pandoc very intelligently restricts what you can
> > do in a document, allowng to focus on the content, lowering the
> > numberof typos, etc.. But converting existing latex documents to
> > pandoc (or should I say "pandoc markdown" to be completely correct)
> > is a pain.
> >
> > Best,
> > Łukasz
> >
> > On Thu, 16 Feb 2017 08:13:34 -0700
> > Russell Solowoniuk via Blindmath <blindmath at nfbnet.org> wrote:
> >
> >> Hi Mathieu,
> >>
> >> Assuming one could obtain a math or physics textbook in LaTeX
> >> format, would it be possible to run the textbook file through
> >> Pandoc and end up with a screen reader accessible version of the
> >> text? Or, would a lot of editing need to be done before using
> >> Pandoc, i.e. removing images, diagrams, etc.?
> >>
> >> Thanks,
> >>
> >> Russell
> >>
> >> Russell Solowoniuk
> >> AT Educational Assistant, Services to Students with Disabilities
> >> MacEwan University
> >> 7-198 D4, 10700-104 Ave.
> >> Edmonton, AB  T5J 4S2
> >> E: solowoniukr at macewan.ca
> >> T:  780-497-5826
> >> F:  780-497-4018
> >> macewan.ca
> >> This communication is intended for the use of the recipient to whom
> >> it is addressed and may contain confidential, personal, and/or
> >> privileged information.  Please contact me immediately if you are
> >> not the intended recipient of this communication, and do not copy,
> >> distribute, or take action relying on it.  Any communication
> >> received in error, or subsequent reply, should be deleted or
> >> destroyed. Please consider the environment before printing this
> >> email.
> >>
> >>
> >>>>> Mathieu Barbe via Blindmath <blindmath at nfbnet.org> 2017-02-16
> >>>>> 3:20 AM >>>
> >> Hi all,
> >>
> >> pandoc is a good solution to convert math.
> >>
> >> Pandoc can convert markdown to html with mathml or mathjax.
> >> For instance :
> >>
> >> code markdown :
> >>
> >> % My title
> >> % My name
> >> % 16 Feb 2017
> >>
> >> # My equation and level 1
> >>
> >> This is a sum :
> >>
> >> $\sum_{i=0}^n i^2$
> >>
> >> End markdown code
> >>
> >> type in the command line :
> >>
> >> pandoc -s --mathml source.markdown -o out.html
> >>
> >> if you want mathjax instead of mathml, replace --mathml by
> >> --mathjax!
> >>
> >> If you have LaTeX source you also convert in html web page.
> >
> >> however, if tex source contains specials commands, there may be
> >> errors.
> >>
> >> command line :
> >>
> >> pandoc -s --mathml source.tex -o out.html
> >>
> >> The -s option ask to pandoc to generate header before your texte.
> >>
> >> ++ Mathieu
> >>
> >> _______________________________________________
> >> 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/solowoniukr%
> >> 40macewan.ca
> >> 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/graboluk%40g
> >> mail.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/lucasradaelli
> > %40gmail.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/lfrankel%40ets.org
BlindMath Gems can be found at <http://www.blindscience.org/blindmath-gems-home>

________________________________

This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.


Thank you for your compliance.

________________________________


More information about the BlindMath mailing list