Mercurial > cortex
changeset 431:7410f0d8011c
fix hyperlinks and bibliography.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 22 Mar 2014 23:31:07 -0400 |
parents | 5205535237fb |
children | 1e5ea711857d |
files | thesis/cortex.bib thesis/cortex.org thesis/cortex.tex thesis/rlm-cortex-meng.tex |
diffstat | 4 files changed, 19 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/thesis/cortex.bib Sat Mar 22 16:10:34 2014 -0400 1.2 +++ b/thesis/cortex.bib Sat Mar 22 23:31:07 2014 -0400 1.3 @@ -8,23 +8,8 @@ 1.4 ADDRESS = {Berlin}, 1.5 YEAR = {1977}, 1.6 MRCLASS = {76.41 (86.41)}, 1.7 -NOTE = {\why{This is a cool paper that really helped me out. It's 1.8 +ADDENDUM = {\why{This is a cool paper that really helped me out. It's 1.9 related to the thesis because they talk about 1.10 manifolds and other types of pure, unrefined 1.11 bullshit.}} 1.12 } 1.13 -@incollection {Tappert78, 1.14 -AUTHOR = {Tappert, Fred D.}, 1.15 -TITLE = {The parabolic approximation method}, 1.16 -BOOKTITLE = {Wave propagation and underwater acoustics ({W}orkshop, 1.17 - {M}ystic, {C}onn., 1974)}, 1.18 -PAGES = {224--287. Lecture Notes in Phys., Vol. 70}, 1.19 -PUBLISHER = {Springer}, 1.20 -ADDRESS = {Berlin}, 1.21 -YEAR = {1977}, 1.22 -MRCLASS = {76.41 (86.41)}, 1.23 -NOTE = {\why{This is a cool paper that really helped me out. It's 1.24 - related to the thesis because they talk about 1.25 - manifolds and other types of pure, unrefined 1.26 - bullshit.}} 1.27 -}
2.1 --- a/thesis/cortex.org Sat Mar 22 16:10:34 2014 -0400 2.2 +++ b/thesis/cortex.org Sat Mar 22 23:31:07 2014 -0400 2.3 @@ -97,4 +97,4 @@ 2.4 2.5 \cite{Tappert77} 2.6 lol 2.7 -\citet{Tappert77} 2.8 \ No newline at end of file 2.9 +\cite{Tappert77} 2.10 \ No newline at end of file
3.1 --- a/thesis/cortex.tex Sat Mar 22 16:10:34 2014 -0400 3.2 +++ b/thesis/cortex.tex Sat Mar 22 23:31:07 2014 -0400 3.3 @@ -97,4 +97,4 @@ 3.4 3.5 \cite{Tappert77} 3.6 lol 3.7 -\citet{Tappert77} 3.8 +\cite{Tappert77}
4.1 --- a/thesis/rlm-cortex-meng.tex Sat Mar 22 16:10:34 2014 -0400 4.2 +++ b/thesis/rlm-cortex-meng.tex Sat Mar 22 23:31:07 2014 -0400 4.3 @@ -41,10 +41,22 @@ 4.4 \usepackage{wasysym} 4.5 \usepackage{amssymb} 4.6 \usepackage{hyperref} 4.7 -\usepackage{natbib} 4.8 +%\usepackage{natbib} 4.9 \usepackage{libertine} 4.10 \usepackage{inconsolata} 4.11 4.12 +\usepackage[backend=bibtex,style=alphabetic]{biblatex} 4.13 +\addbibresource{cortex.bib} 4.14 + 4.15 +\usepackage{xcolor} 4.16 +\definecolor{dark-red}{rgb}{0.4,0.15,0.15} 4.17 +\definecolor{dark-blue}{rgb}{0.15,0.4,0.15} 4.18 +\definecolor{medium-blue}{rgb}{0,0,0.5} 4.19 +\hypersetup{ 4.20 + colorlinks, linkcolor={dark-red}, 4.21 + citecolor={dark-blue}, urlcolor={medium-blue} 4.22 +} 4.23 + 4.24 \renewcommand{\thesection}{\arabic{section}} 4.25 4.26 %%%%% better source code display 4.27 @@ -86,10 +98,11 @@ 4.28 %\include{chap2} 4.29 \appendix 4.30 \begin{singlespace} 4.31 -\bibliography{cortex} 4.32 %\bibliographystyle{agsm} 4.33 %\bibliographystyle{apa} 4.34 -\bibliographystyle{plainnat} 4.35 +%\bibliographystyle{plainnat} 4.36 + 4.37 +\printbibliography 4.38 \end{singlespace} 4.39 \end{document} 4.40