\documentstyle[ifthen]{slides}

\newcommand{\tm}{\raisebox{0.6ex}{\small TM}}
\newcommand{\thecom}{}
\newcommand{\com}[1]{\renewcommand{\thecom}{#1}}
\newcommand{\process}[9]{\begin{slide}{}
{\bf \thecom}% name

\begin{description}
\small
\ifthenelse{\not \equal{#1}{}}{\item[Stands for:] #1}{}
\ifthenelse{\not \equal{#2}{}}{\item[Path:] #2}{}
\ifthenelse{\not \equal{#3}{}}{\item[Platforms:] #3}{}
\ifthenelse{\not \equal{#4}{}}{\item[Started by:] #4}{}
\ifthenelse{\not \equal{#5}{}}{\item[Purpose:] #5}{}
\ifthenelse{\not \equal{#6}{}}{\item[Life cycle:] #6}{}
\ifthenelse{\not \equal{#7}{}}{\item[Documentation:] #7}{}
\ifthenelse{\not \equal{#8}{}}{\item[Source code:] #8}{}
\ifthenelse{\not \equal{#9}{}}{\item[Notes:] #9}{}
\end{description}

\end{slide}}

\pagestyle{plain}

\begin{document}
These slides were prepared by Jonathan Kamens for a SIPB Microcourse
entitled ``What runs on your workstation,'' first given on January 24,
1992, from 12 noon to 2 PM in Twenty Chimneys in the Student Center.

\blackandwhite{intro}

\end{document}
