[Blindmath] answer about LaTeX to html

Łukasz Grabowski graboluk at gmail.com
Thu Feb 16 17:02:47 UTC 2017


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%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/lucasradaelli%40gmail.com
> > BlindMath Gems can be found at
> > <http://www.blindscience.org/blindmath-gems-home>  
> 





More information about the BlindMath mailing list