\documentclass[12pt]{article}

\usepackage{graphicx}
\usepackage{hyperref}
\hypersetup{breaklinks=true, pagecolor=white, colorlinks=true,
linkcolor= blue, hyperfootnotes= true, urlcolor=blue } \urlstyle{rm}
 
 
  \topmargin  -72pt
  \evensidemargin - 48pt
 \oddsidemargin -56pt
  \textheight  10in
 \textwidth 7.5in

\pagestyle{myheadings}
\markboth  {  Rasmusen  G492 Notes  }{ Rasmusen G492 Notes}
 
\baselineskip 14pt %for the width between lines
 \parskip 8pt %blank space between paragraphs
 \parindent 16pt %paragraph indentation
  
\begin{document}

\begin{center} 
\begin{Huge}
{\sf   An Example for Latex for G492}
\end{Huge}
 \end{center}

 
  
\noindent
{\bf 1. A simple page of text for January 28, 2010}

{\bf More Tips and tricks of Eric Rasmusen}   are 
\vspace*{.4in} %vertical space inserted
 at \url{http://www.rasmusen.org/a/latex-rasmusen.pdf}. 
The source file is:   \url{http://www.rasmusen.org/a/latex-rasmusen.tex}. Be careful if you want to use the symbols \$, \%, or \& in your text.
\begin{quotation}  %this indents the quotation
\begin{footnotesize} %this makes the quotation small font
Reed College has a site set up for teaching\\  undergraduates Latex at 
\url{http://web.reed.edu/cis/help/latex/}.  They make  \hspace*{2in} it far more complicated than necessary, because they try to teach fancy commands. One thing they are very good at, though, is{\it  how to set up MikTex and Texnic freeware}  on your own computer. See 
\url{
http://web.reed.edu/cis/help/latex/install#introtexnic}.\footnote{\label{kolka5}
{\bf   To look up latex symbols,}  try 
 \url{http://detexify.kirelabs.org} and 
\url{http://detexifyblog.kirelabs.org/past/2009/7/19/detexify_explained}.
} %end of footnote

\end{footnotesize}
 \end{quotation}

\begin{raggedright} %here having a  ragged right edge starts

\parindent 24pt  
\begin{scriptsize}

  The table is on page \pageref{table1}. Take a look at equation (\ref{e2}) and at footnote \ref{f2}. Here is a fancy equation:\footnote{And another footnote.  \label{f2}} 
\begin{equation} \label{e2}
   \Gamma (\gamma) = \frac{a}{b} + \sqrt{c} + \alpha^2  \int_0^\infty g(x) dx  - \frac{ \frac{x}{x+ \zeta y}} {output - \aleph}   + \Sigma_{i=0}^{100} n_i .
\end{equation} 
\end{scriptsize}

\end{raggedright} %here having a ragged right margin stops. 

 

\baselineskip 28pt  %changes to doublespacing

 
\hrule

\baselineskip 16pt  % back to singlespacing
 
 %verbatim makes things show up exactly as typed, not formatted
\begin{verbatim}
{\bf Latex has some very impressive calligraphy   and cursive fonts 
 at   
\url{http://www.tug.dk/FontCatalogue/calligraphicalfonts.html}. The
 site \url{http://www.economics.utoronto.ca/osborne/latex/PMAKEUP.HTM} 
 has notes on page makeup by TeX author  	
Martin J. Osborne.
\end{verbatim}
\begin{center}
\label{table1}
\begin{tabular}{l |  cc llll}
 \hline
 &        &        &   &        &      &     \\
  Variable &      Minimum &       25th percentile & Median  &    Mean    &   75th percentile  &     Maximum\\
 &        &        &   &        &      &     \\
\hline 
 \hline
  &        &        &   &        &      &     \\
   Crimerate &      0.56   &   3.48   &  5.36 &   5.97     & 7.76  &
22.08\\
Murderfraction &      0.00  &    0.00   &   0.00   &  0.36&      0.58
&2.50\\    
 &        &        &   &        &      &     \\
\hline
\end{tabular}

{\bf Table 1: Some Crime Numbers}
\end{center}
\begin{center}
 \includegraphics[width=.5in]{latex-example.jpg}
 \label{quasi1.pdf}

{\bf Figure 1:  The First Day of Kindergarten}
\end{center}
 
 

\end{document}
