% Save file as: ESLIDES-EXAMPLE.TEX    Source: FILESERV@SHSU.BITNET  
%----------------------(begin of file example.tex)-----------------------------

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%                                                                       %
%        Text of the two example slides for the article:                %
%                                                                       %
%        An Easy Way Making Slides With LaTeX                           %
%                                                                       %
%                  by                                                   %
%                                                                       %
%          Georg Denk                                                   %
%          Mathematisches Institut                                      %
%          Technische Universitaet Muenchen                             %
%          Arcisstr. 21                                                 %
%          D-8000 Muenchen 2                                            %
%          West-Germany                                                 %
%                                                                       %
%          E-mail:  T1111AA@DM0LRZ01 at Bitnet                          %
%                                                                       %
%                                                                       %
%          Please do NOT produce the empty titlepage!                   %
%                                                                       %
%                                                                       %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentstyle[titlepage,eslides]{article}
% titlepage used, because first page
% should have a running head

\magnification{1728}
\renewcommand{\conference}{TUGboat 1990}

\begin{document}
\pagestyle{myslide}
\markright{An Easy Way Making Slides With
       \LaTeX}

\begin{titlepage}
\mbox{}
\end{titlepage}
% see p. 162 of Lamport's LaTeX book,
% the first page should have a
% running head


\begin{slide}
  \begin{center}
    \bf
     A Short-Cut to Your Slides:
  \end{center}
  \begin{itemize}
    \item take your finished
       {\tt article} file
    \item add the style option
       {\tt eslides}
    \item initialize
       \verb#\magnification#
       and
       \verb#\conference#
    \item put some
       \verb#\begin{slide}#s
       and
       \verb#\end{slide}#s
       around the parts you
       want to present
    \item comment out the rest
    \item run \LaTeX
  \end{itemize}
\end{slide}
\begin{remark}
   This is a note to myself,
   perhaps reminding me of
   what I wanted to say here,
   e.~g.\ that this note is
   stolen from Lamport's
   \LaTeX\ book.

\end{remark}
\end{document}

%------------------------(end of file)----------------------------------------
