\documentclass{article}

\begin{document}


\section{Plays of Shakespeare}
\label{sec:plays-shakespeare}

Shakespeare wrote plays. (And sonnets, but hardly anyone dies in a
sonnet.) 

\subsection{Comedies}
\label{sec:comedies}

Some of those plays were funny. No, really. You just have to pay attention.

\subsubsection{Midsummer Night's Dream}
\label{sec:midsummers}

Now, fair Hippolyta, our nuptial hour
Draws on apace; four happy days bring in
Another moon

\subsubsection{All's Well that Ends Well}
\label{sec:alls-well-that}

In delivering my son from me, I bury a second husband. 
And I in going, madam, weep o'er my father's death
 anew: but I must attend his majesty's command, to
 whom I am now in ward, evermore in subjection.
 

\subsection{Tragedies}
\label{sec:tragedies}

These are not funny. Very very much not funny. Not the slightest bit.

\subsubsection{Othello}
\label{sec:othello}

Tush! never tell me; I take it much unkindly
 That thou, Iago, who hast had my purse
 As if the strings were thine, shouldst know of this.
 
\subsubsection{Macbeth}
\label{sec:macbeth}

When shall we three meet again
In thunder, lightning, or in rain?
 
\subsubsection{That One No One Ever Remembers}
\label{sec:that-one-no}

You know, that one about the Roman. Julius or Titus or Anthony. Does
anyone actually read these?

\subsection{Histories}
\label{sec:histories}

Here's where the blood -really- flows. Sure, Macbeth killed the king,
but Hery V killed about 6000 French!

\subsubsection{Henry V}
\label{sec:henry-v}

O for a Muse of fire, that would ascend
 The brightest heaven of invention,
 A kingdom for a stage, princes to act
 And monarchs to behold the swelling scene!
 

\subsubsection{Richard III}
\label{sec:richard-iii}

Now is the winter of our discontent
 Made glorious summer by this sun of York;
 And all the clouds that lour'd upon our house
 In the deep bosom of the ocean buried.
 

\subsubsection{All the others}
\label{sec:all-others}

Blah blah blah kings blah blah blah wars blah blah blah succession
yadda yadda yadda.

\begin{table}[htbp]
  \centering
  \begin{tabular}{}

  \end{tabular}
  \caption{All Plays}
  \label{tab:Shakespeare-plays}
\end{table}

\section{Plays of Moliere}
\label{sec:plays-moliere}

The French had also discovered writing by this time.

\subsection{They all suck}
\label{sec:all-suck}

Well, they do.





%Use C-c C-= to pull up table of contents.


%Use C-c C-s to insert section here. Note how it suggests a label.



%Use C-c C-e to insert a table. Note how it requests a label and
%automatically labels it.



%Use C-c ) to replace X and Y with \ref's

Note how in Section X and in Table Y,....




%Use C-c [ to \cite the appropriate play

Note how in Midsummer's and Othello....






\bibliography{./shakespeare}
\bibliographystyle{plain}


\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: 




