# HG changeset patch # User Robert McIntyre # Date 1395430125 14400 # Node ID 435b5e22d72aebb38350e794035823604ee0ffa0 # Parent efba8526a6629c31131de93c3df461cb9f7b02a1 more scaffolding -- got minimal bibliography to work diff -r efba8526a662 -r 435b5e22d72a thesis/Makefile --- a/thesis/Makefile Fri Mar 21 02:48:23 2014 -0400 +++ b/thesis/Makefile Fri Mar 21 15:28:45 2014 -0400 @@ -1,4 +1,5 @@ -INVOKE_LATEX = pdflatex -shell-escape thesis.tex; +#INVOKE_LATEX = pdflatex -shell-escape thesis.tex; +INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch thesis.tex; all: ./weave-thesis.sh diff -r efba8526a662 -r 435b5e22d72a thesis/cortex.bib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/cortex.bib Fri Mar 21 15:28:45 2014 -0400 @@ -0,0 +1,11 @@ +@incollection {Tappert77, +AUTHOR = {Tappert, Fred D.}, +TITLE = {The parabolic approximation method}, +BOOKTITLE = {Wave propagation and underwater acoustics ({W}orkshop, + {M}ystic, {C}onn., 1974)}, +PAGES = {224--287. Lecture Notes in Phys., Vol. 70}, +PUBLISHER = {Springer}, +ADDRESS = {Berlin}, +YEAR = {1977}, +MRCLASS = {76.41 (86.41)}, +} diff -r efba8526a662 -r 435b5e22d72a thesis/cortex.org --- a/thesis/cortex.org Fri Mar 21 02:48:23 2014 -0400 +++ b/thesis/cortex.org Fri Mar 21 15:28:45 2014 -0400 @@ -97,3 +97,6 @@ (fn [world tpf] (.rotate candy (* tpf 0.2) 0 0)))))) #+end_src + + +- This is test1 \cite{Tappert77}. \ No newline at end of file diff -r efba8526a662 -r 435b5e22d72a thesis/cortex.tex --- a/thesis/cortex.tex Fri Mar 21 02:48:23 2014 -0400 +++ b/thesis/cortex.tex Fri Mar 21 15:28:45 2014 -0400 @@ -95,3 +95,8 @@ (fn [world tpf] (.rotate candy (* tpf 0.2) 0 0)))))) \end{clojurecode} + + +\begin{itemize} +\item This is test1 \cite{Tappert77}. +\end{itemize} diff -r efba8526a662 -r 435b5e22d72a thesis/thesis.tex --- a/thesis/thesis.tex Fri Mar 21 02:48:23 2014 -0400 +++ b/thesis/thesis.tex Fri Mar 21 15:28:45 2014 -0400 @@ -68,8 +68,11 @@ \pagestyle{plain} \include{contents} \include{cortex} -\include{chap2} +%\include{chap2} \appendix -\include{biblio} +\begin{singlespace} +\bibliography{cortex} +\bibliographystyle{plain} +\end{singlespace} \end{document}