Mercurial > cortex
view thesis/Makefile @ 505:c15e24d24396
possibe fix using anchoredListing
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 30 Mar 2014 00:17:54 -0400 |
parents | c816594fbbe6 |
children | 0012db79d61a |
line wrap: on
line source
1 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex;2 THESIS_NAME = rlm-cortex-meng3 #INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex;4 INVOKE_LATEX = texi2dvi --shell-escape --pdf -V $(THESIS_NAME).tex;6 all:7 ./weave-thesis.sh cortex8 rsync -avz --delete --exclude "video" \9 /home/r/proj/cortex/thesis "r@aurellem.org:~"10 ssh r@aurellem.org cd "~/thesis; $(INVOKE_LATEX)"11 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" .12 rm cortex.tex abstract.tex15 scp:16 scp "r@aurellem.org:/home/r/thesis/$(THESIS_NAME).pdf" .