Creating a Beamer Presentation
In order to generate a nice step-by-step slideshow using figures, we will use
the Beamer_ class and LaTeX_ to build a PDF slideshow.
Note
This note is an example using my MacBook and MacTeX_.
Basic Structure
A Beamer_ slideshow begins with this general layout:
\documentclass{beamer}
\mode<presentation>
\title{The attiny85 Simulator}
\author{Roie R. Black}
\date{February 17, 2018}
\instutution{Austin Community College}