annotate thesis/aux/mitthesis/biblio.tex @ 572:202c6d19acad
add index page as part of aurellem redesign.
author |
Robert McIntyre <rlm@mit.edu> |
date |
Sun, 08 Mar 2015 22:08:17 -0700 |
parents |
6b0f77df0e53 |
children |
|
rev |
line source |
rlm@421
|
1 %% This defines the bibliography file (main.bib) and the bibliography style.
|
rlm@421
|
2 %% If you want to create a bibliography file by hand, change the contents of
|
rlm@421
|
3 %% this file to a `thebibliography' environment. For more information
|
rlm@421
|
4 %% see section 4.3 of the LaTeX manual.
|
rlm@421
|
5 \begin{singlespace}
|
rlm@421
|
6 \bibliography{main}
|
rlm@421
|
7 \bibliographystyle{plain}
|
rlm@421
|
8 \end{singlespace}
|