Mercurial > cortex
diff thesis/aux/mitthesis/biblio.tex @ 422:6b0f77df0e53
building latex scaffolding for thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 01:17:41 -0400 |
parents | thesis/mitthesis/biblio.tex@c2c28c3e27c4 |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/aux/mitthesis/biblio.tex Fri Mar 21 01:17:41 2014 -0400 1.3 @@ -0,0 +1,8 @@ 1.4 +%% This defines the bibliography file (main.bib) and the bibliography style. 1.5 +%% If you want to create a bibliography file by hand, change the contents of 1.6 +%% this file to a `thebibliography' environment. For more information 1.7 +%% see section 4.3 of the LaTeX manual. 1.8 +\begin{singlespace} 1.9 +\bibliography{main} 1.10 +\bibliographystyle{plain} 1.11 +\end{singlespace}