Warning: Constant MULTISITE already defined in /home/pbmalartu/public_html/wp-config.php on line 107

Warning: Constant SUBDOMAIN_INSTALL already defined in /home/pbmalartu/public_html/wp-config.php on line 108

Warning: Constant DOMAIN_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 109

Warning: Constant PATH_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 110

Warning: Constant SITE_ID_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 111

Warning: Constant BLOG_ID_CURRENT_SITE already defined in /home/pbmalartu/public_html/wp-config.php on line 112

Warning: The magic method Pressbooks\Book::__wakeup() must have public visibility in /home/pbmalartu/public_html/wp-content/plugins/pressbooks/inc/class-book.php on line 62
Formulas – Accessibility Toolkit – 2nd Edition ="http://www.w3.org/2000/svg" viewBox="0 0 512 512">

Best Practices

Formulas

In this section, we review how to add accessible formulas to content.

What are formulas?

Formulas refer to math equations and science formulas.

File types used:  LaTex, MathType

Who are you doing this for?

This work supports students who:

  • Are blind or have low vision
  • Have a form of cognitive disability, like Mark
  • Have a physical disability
Mark has a learning disability. He absorbs information best by hearing it.

What do you need to do?

There are several ways to handle equations, from images with alt tags to MathML. Having access to an equation editor such as MathType or MathMagic can streamline processing and converting equations. These tools are similar to equation editors found in the Angel HTML Editor and Microsoft Office.

MathML

Math ML is a text-based XML (short for “extensible markup language”) designed for math equations. Browsers that support MathML are able to translate the XML into a formatted equation. Since MathML with MathJax can be rendered in many systems, including HTML, sites at Penn State, Angel and Drupal, it is considered the best choice for accessibility.

Here is information about creating and viewing MathML.

MathML may vary from system to system and the content can change rapidly.

Image with an alt tag

A safe option is to create an image of an equation (or export it from an equation editor) and then insert the image into a document with an alt tag.

Note: Alt tags can be written in Nemeth MathSpeak for students who have learned that system.

Example 1: An equation in HTML

m equals begin fraction m sub 0 over begin square root 1 minus begin fraction v sup 2 over c sup 2 end fraction end square root end fraction

View the alt tag

alt = “m equals begin fraction m sub 0 over begin square root 1 minus begin fraction v sup 2 over c sup 2 end fraction end square root end fraction”

LaTeX

LaTeX is a math markup language familiar to many in the science and math community. Unfortunately, it is not currently supported by screen reader technology. It is, however, fairly simple to convert LaTeX to an image or MathML in most equation editors.

To import LaTeX, follow these steps in MathMagic and MathType:

  1. Copy a piece of LaTeX code such as
    m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}}
    into an equation editor’s main editing window.
  2. The equation should appear fully formatted. Make minor adjustments as needed.

At a BCcampus user-testing session, students indicated that it would be helpful to place an audio file of the formula or equation along side each, allowing the user to hear exactly how the formula or equation should be interpreted.

Additional resources

Math accessibility at Portland Community College

In 2012, Portland Community College departments took a closer look at making math accessible to blind students. Read more about the math accessibility study.

Watch Math Accessibility at Portland Community College [New Tab]. (This video is an open educational resource.)

Attributions

Mark: Original artwork by Hilda Anggraeni (BCcampus)

This chapter is a derivative of Equations: MathML, Images and LaTeX by Penn State. Penn State has provided permission to the authors to use this information, and to include it as part of this openly-licensed (CC BY) toolkit.

License

Icon for the Creative Commons Attribution 4.0 International License

Accessibility Toolkit - 2nd Edition by BCcampus is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book

css.php