\documentstyle[11pt]{article}
%............. Page Layout .............. %

\topmargin=-0.75in
\oddsidemargin=0.25in
\textwidth=6.2in
\textheight=9in

\newcommand{\singlespacing}%
{\renewcommand{\baselinestretch}{1.0}\small\normalsize}

\newcommand{\introbox}[3]{
   \pagestyle{plain}
   \noindent
   \begin{center}
   \framebox{
      \vbox{
     {\bf CSCE 970: Pattern Recognition \hfill Spring Semester, 1999 \\} 
       \vspace{-2mm}
        {\Large \center Topic #1: #2 \\} 
       \vspace{2mm}
     {\it Lecturer: Stephen Scott \hfill Scribe: #3} 
      }
   }
   \end{center}
   \vspace*{4mm}
}

%............ Theorem Definitions........ %

\newtheorem{theorem}{Theorem}
\newtheorem{corollary}{Corollary}
\newtheorem{lemma}{Lemma}
\newtheorem{observation}{Observation}
\newtheorem{definition}{Definition}
\newtheorem{fact}{Fact}
\newtheorem{claim}{Claim}
\newtheorem{example}{Example}

\newcommand{\proof}{\vspace*{-1ex} \noindent {\bf Proof: }}
\newcommand{\proofsketch}{\vspace*{-1ex} \noindent {\bf Proof Sketch: }}
\newcommand{\qed}{\hfill\rule{2mm}{2mm}}
\newcommand{\ceiling}[1]{{\left\lceil{#1}\right\rceil}}
\newcommand{\floor}[1]{{\left\lfloor{#1}\right\rfloor}}
\newcommand{\paren}[1]{\left({#1}\right)}
\newcommand{\braces}[1]{\left\{{#1}\right\}}
\newcommand{\brackets}[1]{\left[{#1}\right]}

%............................................................%


\begin{document}
\introbox{[topic number]}{[topic name]}{[scribe name]}

\input{psfig}

\section{\label{sec:intro} Introduction}

High-level overview of what you'll discuss

\section{\label{sec:review} Review of . . .}

Review of material from previous lecture(s), if necessary.  This is to make
this transcription self-contained for the reader.

\section{\label{sec:main} [main section]}

Well-written, organized overview of the material, going into at least as much
depth as the lecture, or a little more if desired or necessary.  Organize with
subsections, use figures and tables, etc.  Cite any sources you use besides
the text.  I prefer a numbering citation system, e.g.~[1].

\subsection{\label{sec:subsec} [example subsection]}

etc. etc.

\begin{figure}[h]
\begin{center}
% \mbox{\psfig{figure=example.eps,width=6.5in}}
\vspace*{0.1in}
.
\end{center}
\caption{\label{fig:example} [example figure: could be picture, pseudocode,
etc.]}
\end{figure}

\subsection{\label{sec:anotherex} [another example subsection]}

etc. etc., which leads us to the following theorem.

\begin{theorem}
example theorem, if relevant to the material.  \\

\proof If the proof is interesting and can be given in less than a page,
consider giving it here.  If it too long for a complete treatment but the main
ideas are interesting, give a proof sketch, replacing the text
{\bf Proof} with {\bf Proof Sketch}, using the 
\verb+\proofsketch+ macro in \LaTeX.

You may omit any uninteresting or trivial proofs.  Always terminate a proof
with a QED symbol, such as a filled-in box.
\qed
\label{thm:example}
\end{theorem}

\section*{References}

Only include this if you cite external sources.  There is no need to cite the
textbook.  Use the \verb+\bibliography+ command if you use \LaTeX.
Alphabetize your references.

\end{document}

