[tex-eplain] Package for slides?

Mick McQuaid mcquaid at cs.cmu.edu
Mon Jun 21 17:55:29 CEST 2004


>     More generally, is there a package based on Eplain (+AMSTeX)
>     to produce .tex (or .dvi) files suitable for slides, like the
>     LaTeX package Seminar?

This is hardly a package at the level of Seminar, but the
way I used to make slides for teaching (dependent on eplain)
was to slowly develop the attached two files.  It was also a
way of learning about TeX.  I would include the file
overhead.tex to produce slides, and the file overnote.tex to
produce notes for students to use from the same file.

After every slide-worth of material, I would put the
directive \endoverhead.  This way, the page numbers for the
slides version would correspond to the marginal numbers of
the notes version, allowing the students to follow along on
their notes, without wasting the amount of paper that would
result from putting Powerlesspoint slides on the server.  So
the beginning of the file would look like this:

    \input eplain
    \input overhead
    % \input overnote
    \subject={Schiller 101}
    \topic={Introduction}

and a typical slide would look like this (if only!):

    \title{Beauty and Ugliness}
    \point Example of Beauty
    $$ e^{i\pi}+1=0$$
    \point Examples of Ugliness
    \subpoint Proprietary Formats
    \subpoint SCO Lawsuits
    \endoverhead

I did it this way ten years ago, and I'm sure I would do it
differently now, but I think it's nice to develop it
yourself, and learn something about TeX along the way.

-- 
Mick McQuaid, mcquaid at cs.cmu.edu
--
Human Computer Interaction Institute, 1515 NSH
School of Computer Science
Carnegie Mellon University
5000 Forbes Ave.
Pittsburgh, PA 15213-3891
412-268-7505
http://mickmcquaid.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: overhead.tex
Type: application/x-tex
Size: 2699 bytes
Desc: not available
Url : http://tug.org/pipermail/tex-eplain/attachments/20040621/0a4ecd10/overhead.tex
-------------- next part --------------
A non-text attachment was scrubbed...
Name: overnote.tex
Type: application/x-tex
Size: 3502 bytes
Desc: not available
Url : http://tug.org/pipermail/tex-eplain/attachments/20040621/0a4ecd10/overnote.tex


More information about the tex-eplain mailing list