\begin{slide}
  \heading{Electronic Presentation Sans Microsoft PowerPoint}
  \vfill
  \begin{center}
    {\bf Sharat Chandran}\\
    \vfill
    Computer Science \& Engineering Department, \\
    Indian Institute of Technology, \\
    Bombay.\\
    \href{http://www.cse.iitb.ac.in}{www.cse.iitb.ac.in/sharat} \\
    \today 
  \end{center}
\end{slide}

\begin{slide}
  \heading{Overview}
  \begin{enumerate}
   \item Electronic presentation has become important \pause
   \item What's so special about electronic documents? \pause

     \begin{minipage}[t]{0.45\textwidth}
     \item Options
       \begin{itemize}
       \item Microsoft PowerPoint
       \item \TeX\ friendly solutions
       \item Other (Magicpoint)
     \end{itemize}
   \end{minipage}  \hfill
     \begin{minipage}[t]{0.45\textwidth}
     \item Tips and techniques
       \begin{itemize}
       \item Figures and Images
       \item Algorithms and Mathematics
       \end{itemize}
     \end{minipage}
   \item Resources
   \item Where do we go from here?
  \end{enumerate}
\end{slide}


\begin{slide}
\heading{About Electronic Presentations}
\begin{itemize}
\item Many disadvantages, but a few reasons to go with the tide
  \begin{itemize}
  \item Classic: Saves paper, plastic.  Easier to retrieve and store.
  \item Often Attractive.
  \item Occasionally beneficial: Easier to navigate. Easier to teach
    (for example, spatial data structures). Easier to learn. 
  \end{itemize}
\item Things to keep in mind
  \begin{itemize}
  \item Page layout: Matching screen dimensions, aspect ratio
  \item Adding emphasis: Color, animation
  \item Adding links: Enabling the user to navigate
  \end{itemize}
\end{itemize}
\end{slide}

\begin{slide}
  \heading{This Talk Assumes}
\begin{itemize}
\item You know that content is more important than form
\item You are clear about what you want to say, and how you plan to say
\item You now want to follow
  \begin{itemize}
  \item Good practices
  \item Tips and techniques
  \end{itemize}
\end{itemize}
\end{slide}

\begin{slide}
  \heading{General Issues}
  \begin{itemize}
  \item Parallel structure is preferred
  \item Full stop (period) is not exactly necessary
  \item Two or more bullets in an itemized environment is
    preferred. Otherwise,  
    \begin{itemize}
    \item Maybe something is wrong
    \end{itemize}
  \item Recommended word quotas per slide are 10 words per bullet, and
    about four to six bullets 
  \end{itemize}
\end{slide}

\begin{slide}
\heading{About Microsoft PowerPoint}
\begin{itemize}
\item Front runner (for non technical presentations)
\item Several advantages: Robust, Large number of templates, Excellent
  integrated graphic tool, animation support, link support, WYSIWIG,
  audience notes
\item A few disadvantages: Not light weight, poor math support,
  imprecise placement, limited export options
\item Key Point: Your technical report is not written in PowerPoint!
\item Magic Point has different limitations
\end{itemize}
\end{slide}


\begin{slide}
\heading{Turning to  \LaTeX\  And Friends}
\begin{itemize}
\item Why?  Why Not? (Compare previous slide on disadvantages)
  \begin{itemize}
  \item What's possible: Use of color, links
  \item (In addition) What's the promise: Beautiful math, More control
  \item What's the drawback: Embedded and other animation, Runtime Overlay
  \end{itemize}
\item How?
  \begin{itemize}
  \item Use an appropriate document class: slides, foils, seminar
  \item Use appropriate packages: color, hyperref
  \item Use other tools: Acroread, Browsers (IE), mpegplay, realaudio
  \end{itemize}
\item Examples to follow 
\end{itemize}
\end{slide}


\begin{slide}
\heading{Overview of Strategies}
%\input{approach.pstex_t}
\centerline{
\includegraphics[height=0.8\textheight]{figures/approach}
}
\end{slide}

\begin{slide}
\heading{Comparisons of Strategies}
\begin{itemize}
\item Can't stay with \verb+dvi+.
  \begin{itemize}
  \item Color, link, fonts cause  problems. 
  \item Special versions of drivers can handle these.
  \item \verb+xdvi+, \verb+dviwindo+, \verb+dviout+ are not really
  presentation tools 
  \end{itemize}
\item Downgrade to HTML using \verb+latex2html+, \verb+tth+, \verb+TeX4ht+
  \begin{itemize}
  \item Beautiful browsers are available. Lightweight solutions if
  pure text or straightforward \LaTeX. Also consider MathML. 
  \item Weak math support (math is translated to images)
  \item Plugin solution is possible (IBM TechExplorer)
  \item Precise placement is a problem.
  \end{itemize}
\item Work with PDF
  \begin{itemize}
  \item Factor of two size increase as compared to dvi
  \item Acroread is universal, and acceptable as a presentation tool
  \end{itemize}
\end{itemize}
\end{slide}

\begin{slide}
\heading{Wrinkles in the \LaTeX\ World}
\begin{itemize}
\item The good news: standard \LaTeX\ document classes handle the
  basic issues of 
  presentation (large size font, overlays, self contained pages,
  vertically centered pages)
  \begin{itemize}
  \item The \verb+slides+ document class: Standard but lacks bells and
    whistles 
  \item The \verb+foiltex+ has restricted licenses (copyright owned by
    IBM)
  \item The \verb+seminar+ document class is free, and has a long
    history. Standard in Redhat teTeX distribution.
  \end{itemize}
\item The bad news: Which \TeX\ to use? 
  \begin{itemize}
  \item Problem: color is non standard.  Need to convert to pdf using
    dvipdf. (ps2pdf is not an option) 
  \item Accept this reality and work with pdflatex but  debugging with
    pdflatex and acroread is very slow 
  \end{itemize}
\item Possible solution: Work with both teTeX  and pdflatex!
\end{itemize}
\end{slide}

\begin{slide}
\heading{A Few Words on the {\tt seminar} class}
\begin{itemize}
\item Mix both portrait and landscape in presentation (impossible in
  PowerPoint?!) 
\item  Recommended for presentations: \verb+\documentclass{seminar}+
and \verb+\usepackage{graphicx,times,semrot,sem-a4}+
\item For foils, use the \verb+portrait+ option.
\item Make frames using the \verb+fancybox+ package (Can put
  background text too).
\item Color handled with \\ \verb+\usepackage[dvips]{pstcol}\usepackage{semcolor}+
\item Can have default logo at the bottom
\item And a list of slides!
\end{itemize}
\end{slide}

%\begin{slide} \listofslides \end{slide}

\begin{slide}
\heading{About PDF}
\begin{itemize}
\item  Compressed descendant of the PostScript language
  \begin{itemize}
  \item Not a programming language (has JavaScript support though)
  \item Page independent from resources
  \item Hypertext and security supported
  \item Font need not be part of the document
  \end{itemize}
\item Adobe makes money in the create PDF process (specs are open)
\item Can be used to create \emph{forms} (like HTML forms) with
  textfield, checkboxes, and so on.
\end{itemize}

\end{slide}

\begin{slide}
\heading{About {\tt hyperref}}
\begin{itemize}
\item A \LaTeX\ front to generate marks understood by Acrobat
\item Extends cross-refercing commands
\item Supported by xdvi, dvips, pdftex, dvipdfm
\item Two common packages (colorlinks, backref)
\item Can be used to control the acrobat menu (bookmarks, toolbar, and
  so on).
\end{itemize}
\end{slide}


\begin{slide}
\heading{About pdfscreen}
\begin{itemize}
\item Wrapper around hyperref to make attractive screen presentations 
\item Panels to let you navigate
\item Automatic color screen
\item Page transitions are also provided
\end{itemize}
\end{slide}


\begin{slide}
\heading{Options to Explore}
\begin{itemize}
\item ppower4: Postprocessor to enable  incremental additions to pages
\item texpower: Similar, doespage transitions, color highlighting and
  incremental page display
\item propser: A powerpoint lookalike built on top of seminar
\item ifmslide: Built on top of texpower
\end{itemize}
\end{slide}


\begin{slide}
\heading{Other Tools}
\begin{itemize}
  \item xfig
  \begin{itemize}
  \item LaTeX text within xfig (psfrag is more general) 
    \begin{itemize}
    \item Write text, and tag it as ``special''.  
    \item \verb+% fig2dev -L pstex_t -p test.eps -m 0.8 test.fig >test.pstex_t+
    \item \verb*+\input{test.pstex_t}+
    \end{itemize}
  \item Use of grids, update
  \end{itemize}
\item   Images
  \begin{itemize}
  \item Aligning (Judious use of the minipage environment or xfig)
  \item includegraphics handles many different kinds of image formats
  \item fig2dev, convert
  \end{itemize}
\item The listings, and subfigure packages
\end{itemize}
\end{slide}


\begin{slide}
\heading{Resources}
\begin{itemize}
\item The \LaTeX\ book
\item The companion books (Goosens)
\item D.P. Story's \href{http://www.math.uakron.edu/~dpstory}{article}.
\item Michael Wiedmann survey.
\item The seminar and the pdfscreen homepage.
\item The guide to working with images epslatex.ps
\item pdftex faq
\end{itemize}
\end{slide}

\endinput










