[Tex/LaTex] Examples of great presentations and alternatives to Beamer

beamerpresentations

I am familiar with beamer and have used it extensively but I was blown off when I saw this:

https://mse.redwoods.edu/darnold/math55/WritingScientificPapers/project_latex.pdf

I would like to know how such a thing can be done, if there are pre-existing packages like beamer, and some neat examples like this. Does anyone know?

Best Answer

The beginning of the preamble. By the way, replace the .pdf with .tex and you'll get the source

\documentclass[titlepage]{article}
\usepackage{xspace,colortbl}
\usepackage[screen,panelright,code,bluelace,paneltoc]{pdfscreen}
\margins{.5in}{.5in}{.5in}{.5in}
\screensize{6in}{8in}
\overlay{aaCWS.jpg}
\emblema{logo_cir.jpg}
\urlid{http://online.redwoods.cc.ca.us/instruct/darnold}
\usepackage{amsmath}
...