view thesis/Makefile @ 431:7410f0d8011c

fix hyperlinks and bibliography.
author Robert McIntyre <rlm@mit.edu>
date Sat, 22 Mar 2014 23:31:07 -0400
parents b5d0f0adf19f
children 0b27c0c9c188
line wrap: on
line source
1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex;
2 THESIS_NAME = rlm-cortex-meng
3 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex;
5 all:
6 ./weave-thesis.sh cortex
7 rsync -avz --delete /home/r/proj/cortex/thesis "r@aurellem.org:~"
8 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)"
9 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" .