LIMPET

Math Braille / Voice Output in HTML

This tag was used in the page:

<img class="math" src="images/expr1.png" alt="\sqrt[3]{8} = \frac{3\cdot 4}{6}">

The page loads the image expr1.png and draws it this way:

\sqrt[3]{8} = \frac{3\cdot 4}{6}

Use the controls in top right corner of the page to switch output type. Then you can find the description of expression in alternate text of image object or you can click on the "Hide images" button to display the description instead of the image.

Any untraditional type of visual form of expression can be used in the page:

<img class="math" src="images/expr2.png" alt="x_1 \in A \cup \bar{B}">

x_1 \in A \cup \bar{B}

Or you can leave the script to generate images itself (pay attention to the omitted image source in the following tag):

<img class="math" alt="\forall x[P(x) \wedge \neg Q(x)]">

\forall x[P(x) \wedge \neg Q(x)]