Jump to content

"Fast Five" Essentials to Preparing Materials

From Swarthmore Knowledge Base
Revision as of 18:29, 8 May 2026 by Admin (talk | contribs)

Most employees and students can take advantage of these tools in order to create materials for all constituents—employees, alumni, and students—to work and learn with confidence.

Table of Contents

Select the link to be taken directly to that section of the article.

In-program Styles

Using appropriate headings in the appropriate order in your current program is necessary. They add structure and create consistency in documents and allow screen readers to easily—audibly—scan the information. Additionally, authors can easily create such things as a Table of Contents or view an Outline.

Template:Warning

Template:ExpandStart

Apple

Google

HTML

In HTML, titles should exist within the <title> tag. There should only be one, and it should also be somehow related—and maybe even exactly the same—as the

. Use headings to establish structure.

LaTeX

In LaTeX, title is again metadata. Insert the title in the preamble metadata: \title{_}.

Styles that are important to structure in a LaTeX file are:

  • Insert sections in document body: \section{_}, \subsection{_}, etc.
  • Numbered lists in use: \begin{enumerate} \item ... \end{enumerate}
  • Bulleted list use: \begin{itemize} \item ... \end{itemize}

See also:

Markdown

In Markdown, your title exists after a singular hashtag, # Title. Hashtags give markdown structure. The relationship between Markdown and HTML shows us that

and <title> are often similar or the same.

Template:Note

Microsoft

Moodle

Atto Editor

TinyMCE Editor

Template:ExpandEnd

Template:Warning

Screen Reader Demo With Headings [YouTube]

Convey Meaning with Words

Template:ExpandStart

Links

When providing a link somewhere within your text, be sure to provide context. Screen readers provide users the opportunity to scroll through links, so links such as "click here" and "more" do not make sense out of context.

Color

Color is not read aloud by screen readers, so consider calling attention to important text with words.

  • Important: Paper due on April 15th. All late papers will be deducted one grade per day late.
  • Note: All applicants must sign on line 11 and line 15 in order to have their pay direct deposited.
  • Urgent: Pay attention to all directions before handing in this form.

When using color, ensure high contrast. Use WebAIM's Contrast Checker or Lea Verou's Contrast Ratio Checker.

Alt-Text, Captions, Image Descriptions, etc.

Providing descriptive text is necessary for all users to understand the meaning of an image.

Template:ExpandEnd

In-program Accessibility Checkers

Template:ExpandStart

Adobe Accessibility Checker

Google

Install and run Grackle for Docs, Sheets, and Slides.

LibreOffice

Go to Tools → Accessibility Check

Microsoft Office

Go to Review → Check Accessibility

Moodle

Atto Editor

  1. Expand the editor's menu (down arrow).
  2. Click on the "Accessibility checker" icon (stick figure in a circle).

TinyMCE Editor

Go to Tools → Accessibility Checker in the editor.

Template:ExpandEnd

Captioning

Template:ExpandStart

Google Slides

Microsoft Office 365 PowerPoint

Panopto

YouTube

Zoom

Template:ExpandEnd

Setting a Language

Template:ExpandStart

Apple Pages

  1. Go to File > Advanced > Language & Region.
  2. Choose the appropriate **Language** and **Region**.

Adobe Acrobat

  1. Navigate to Fix accessibility issues.
  2. Set the **Document Language** in the file properties.

Microsoft Office

Google Docs

HTML

Template:ExpandEnd

Additional Resources