%\documentclass{slides}
\documentstyle{slides}
% This format will produce slides in landscape mode (via the margins)
% be sure to print with a command like: dvips -f p.dvi -t landscape > a.ps
% or  dvips p -t landscape -Pzp2
%

\setlength{\textwidth}{6.5in}
\setlength{\oddsidemargin}{0in}
\setlength{\evensidemargin}{0in}
\setlength{\textheight}{9in}
\setlength{\topmargin}{-.95in}
\setlength{\unitlength}{0.035in}
\def\WF2Q{\protect{\mbox{\({\mbox{WF}}^{2}{\mbox{Q}}\)}}}
\def\WFQP{\protect{\mbox{${\mbox{WF}}^{2}{\mbox{Q}}${\protect\footnotesize +}\ }}}
\pagestyle{plain}
\newenvironment{new_slide}[1] {\begin{slide}{}
\begin{sloppypar}  % no messy line breaks
\raggedright
%\raggedbottom
{\bf #1} \\     % heading on top of horiz. line
\rule{6.5in}{1pt} % line on top
%\vspace{-1in} % to have less distance b/t line and text
}{
% \vfill % to have hor. lines on top and bottom regardless of amt of text
\rule{6.5in}{1pt}         % line on bottom
\end{sloppypar}
\end{slide}}

\newcommand{\smallheading}[1]{\begin{center}{#1}\end{center}}


\begin{document}

\def\WF2Q{\protect{\mbox{\({\mbox{WF}}^{2}{\mbox{Q}}\)}}}
\def\WFQP{\protect{\mbox{${\mbox{WF}}^{2}{\mbox{Q}}${\protect\footnotesize +}\ }}}
\newsavebox{\sbrack}
\newsavebox{\mbrack}
\newsavebox{\lbrck}
\newsavebox{\mlbrck}
%  \onlyslides{1}
  \newcounter{mycntr}
  \newcounter{myinnercntr}[mycntr] % within mycntr
  \blackandwhite{slides}
\end{document}


