LIMPET

Math Braille / Voice Output in HTML

The LIMPET library itself is still in development and it is not downloadable yet. But it can be linked from any page.

Add this text to page head:

<script src='https://www.teiresias.muni.cz/mbc/mathBrailleConvert.js' type='text/javascript'></script>
<script type='text/javascript'>var Languages = 'english';</script>

The expressions in the page source may be in one of these forms:

<img class='math' alt='\sqrt[3]{x_1}'>

or

<img class='math' src='img1.png' alt='\sqrt[3]{x_1}'>

In the first case the graphic version of the expression will be generated (it is easier, but a bit slower).

In the second case you specify the image, which represents the expression (in PNG or any other graphics format).

The page can be generated using a VBA macro TeXToLimpet from MS Word template below.

Use this template to create a new document (or connect it as a global template) in Word (2003 or higher), add expressions in TeX fenced in single dollars (like $\frac{x^2}{2}$, then run macro TexToLimpet (you need to enable running macros in MS Word).

Select destination and languages.

The document will be saved as html page with Limpet script connected.

Tex to Limpet ver. 3.0.8 (MS Word template)

Examples:

Supported Browsers: Firefox (4.0 or higher), Chrome (29 or higher), Internet Explorer (11 or higher), Opera (12 or higher).

The Internet Explorer does not allow running JavaScript locally. You need to upload your page to a server to working properly.

You can find more detailed information in the article From Electronical Questionnaires to Accessible Maths on Web