
%
% This file demonstrates a setup typically used in a collection of
% articles by different authors, such as a conference proceedings
% volume for example. Each article is presented as a separate
% chapter with its own bibliography. The citation labels are local
% to the `refsection' environments.
%
% Note that this file is processed as follows:
%
%   latex     file
%   bibtex    file1-blx
%   bibtex    file2-blx
%   bibtex    file3-blx
%   latex     file
%
% Note that the file name suffix may generally be omitted. It's
% `latex file' and `bibtex file' rather than `latex file.tex' and
% `bibtex file.aux'. Depending on the TeX distribution, omitting the
% `aux' file prefix when invoking BibTeX may even by mandatory.
%
\documentclass[11p]{article}
\usepackage[T1]{fontenc}
\usepackage[american]{babel}
\usepackage[babel]{csquotes}
\usepackage[style=numeric,hyperref]{biblatex}
\usepackage{hyperref}
\usepackage{url}
\usepackage[center]{subfigure}
\usepackage{epsfig}
\usepackage{fullpage}
\renewcommand{\topfraction}{0.99}
\renewcommand{\bottomfraction}{0.99}
\renewcommand{\textfraction}{0}
\addtolength{\topmargin}{1cm}
\bibliography{biblio}
\defbibheading{bibliography}{%
  \section*{\refname}%
  \markboth{\MakeUppercase{\refname}}{\MakeUppercase{\refname}}}

\newenvironment{definition}[1][Definition]{\begin{trivlist}
\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}}



\newcommand{\handout}[5]{
   \renewcommand{\thepage}{#1-\arabic{page}}
   \noindent
   \begin{center}
   \framebox{
      \vbox{
    \parbox[t]{3in} {\bf #1 } \vspace{3mm}  {\hfill \bf #2 }
       \vspace{2mm}
       \hbox to 5.78in { {\Large \hfill #5  \hfill} }
       \vspace{2mm}
       \hbox to 6.38in { {\it #3 \hfill #4} }
      }
   }
   \end{center}
   \vspace*{4mm}
}

%%%%%%%%%%%%%%%%%%%%%%%%% DON'T CHANGE ANYTHING ABOVE THIS LINE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\handout{COMS 6998-006 Network Theory}{Columbia University, Spring 2008}{Lecturer: Dragomir Radev}
{Scribe: Your Name Here}{Lecture 0 - Title: Month Day, 2008}

\section{Main Section}

\subsection{Subsection}

%pic goes here
\begin{figure*}[h]
\centering
\includegraphics[width=8cm]{pic.jpg}
\caption{Some Picture}
\label{F:pic}
\end{figure*}

Let's reference google \parencite{Website}

Reference to the figure here: Figure~\ref{F:pic}.

\subsection{Readings}

Some Reading \parencite{BiblioCite}, pages 1-5

% print all cites mentioned in the file
\printbibliography

\end{document}
