view thesis/weave-thesis.sh @ 489:960bfe96d5f3

remove aux user guide file.
author Robert McIntyre <rlm@mit.edu>
date Sat, 29 Mar 2014 20:35:44 -0400
parents c1e6b7221b2f
children
line wrap: on
line source
1 #!/bin/sh
3 emacs \
4 -l /home/r/config/emacs/clojure-init.el \
5 -l /home/r/config/emacs/org-init.el \
6 -l /home/r/config/emacs/thesis-color.el \
7 --batch \
8 --eval "
9 (progn
10 (find-file \"cortex.org\")
11 (org-latex-export-to-latex nil nil nil t nil) \
12 (find-file \"abstract.org\")
13 (org-latex-export-to-latex nil nil nil t nil))" \
14 \
15 2>&1
17 rm -f cortex.tex~
18 rm -f abstract.tex~