Mercurial > cortex
changeset 426:435b5e22d72a
more scaffolding -- got minimal bibliography to work
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 15:28:45 -0400 |
parents | efba8526a662 |
children | c670d23003de |
files | thesis/Makefile thesis/cortex.bib thesis/cortex.org thesis/cortex.tex thesis/thesis.tex |
diffstat | 5 files changed, 26 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/thesis/Makefile Fri Mar 21 02:48:23 2014 -0400 1.2 +++ b/thesis/Makefile Fri Mar 21 15:28:45 2014 -0400 1.3 @@ -1,4 +1,5 @@ 1.4 -INVOKE_LATEX = pdflatex -shell-escape thesis.tex; 1.5 +#INVOKE_LATEX = pdflatex -shell-escape thesis.tex; 1.6 +INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch thesis.tex; 1.7 1.8 all: 1.9 ./weave-thesis.sh
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/thesis/cortex.bib Fri Mar 21 15:28:45 2014 -0400 2.3 @@ -0,0 +1,11 @@ 2.4 +@incollection {Tappert77, 2.5 +AUTHOR = {Tappert, Fred D.}, 2.6 +TITLE = {The parabolic approximation method}, 2.7 +BOOKTITLE = {Wave propagation and underwater acoustics ({W}orkshop, 2.8 + {M}ystic, {C}onn., 1974)}, 2.9 +PAGES = {224--287. Lecture Notes in Phys., Vol. 70}, 2.10 +PUBLISHER = {Springer}, 2.11 +ADDRESS = {Berlin}, 2.12 +YEAR = {1977}, 2.13 +MRCLASS = {76.41 (86.41)}, 2.14 +}
3.1 --- a/thesis/cortex.org Fri Mar 21 02:48:23 2014 -0400 3.2 +++ b/thesis/cortex.org Fri Mar 21 15:28:45 2014 -0400 3.3 @@ -97,3 +97,6 @@ 3.4 (fn [world tpf] 3.5 (.rotate candy (* tpf 0.2) 0 0)))))) 3.6 #+end_src 3.7 + 3.8 + 3.9 +- This is test1 \cite{Tappert77}. 3.10 \ No newline at end of file
4.1 --- a/thesis/cortex.tex Fri Mar 21 02:48:23 2014 -0400 4.2 +++ b/thesis/cortex.tex Fri Mar 21 15:28:45 2014 -0400 4.3 @@ -95,3 +95,8 @@ 4.4 (fn [world tpf] 4.5 (.rotate candy (* tpf 0.2) 0 0)))))) 4.6 \end{clojurecode} 4.7 + 4.8 + 4.9 +\begin{itemize} 4.10 +\item This is test1 \cite{Tappert77}. 4.11 +\end{itemize}
5.1 --- a/thesis/thesis.tex Fri Mar 21 02:48:23 2014 -0400 5.2 +++ b/thesis/thesis.tex Fri Mar 21 15:28:45 2014 -0400 5.3 @@ -68,8 +68,11 @@ 5.4 \pagestyle{plain} 5.5 \include{contents} 5.6 \include{cortex} 5.7 -\include{chap2} 5.8 +%\include{chap2} 5.9 \appendix 5.10 -\include{biblio} 5.11 +\begin{singlespace} 5.12 +\bibliography{cortex} 5.13 +\bibliographystyle{plain} 5.14 +\end{singlespace} 5.15 \end{document} 5.16