diff options
author | Cyrus Omar <cyology@gmail.com> | 2015-07-31 18:49:40 -0400 |
---|---|---|
committer | Cyrus Omar <cyology@gmail.com> | 2015-07-31 18:49:40 -0400 |
commit | efdf8bb35cdeb46c3d11debc7094646510390ae7 (patch) | |
tree | eb791d56d40ecfdba088b4de7d3d93e68b5994a3 | |
parent | Moved draft stamp to bottom (diff) |
Fixed bibpreamble in template
-rw-r--r-- | cmuthesis_template.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmuthesis_template.tex b/cmuthesis_template.tex index 311b5bf..e16548a 100644 --- a/cmuthesis_template.tex +++ b/cmuthesis_template.tex @@ -9,6 +9,7 @@ % bnoble = Brian Noble % caruana = Rich Caruana % colohan = Chris Colohan +% comar = Cyrus Omar % jab = Justin Boyan % josullvn = Joseph O'Sullivan % jrs = Jonathan Shewchuk @@ -130,7 +131,7 @@ My advisor is cool. % By default \bibsection is \chapter*, but we really want this to show % up in the table of contents and pdf bookmarks. \renewcommand{\bibsection}{\chapter{\bibname}} -%\newcommand{\bibpreamble}{This text goes between the ``Bibliography'' +%\renewcommand{\bibpreamble}{This text goes between the ``Bibliography'' % header and the actual list of references} \bibliographystyle{plainnat} \bibliography{register} %your bib file |