view thesis/weave-thesis.sh @ 476:5a15611fbb9f

make latex happy.
author Robert McIntyre <rlm@mit.edu>
date Fri, 28 Mar 2014 22:09:03 -0400
parents c1e6b7221b2f
children 960bfe96d5f3
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 \"user-guide.org\")
13 (org-latex-export-to-latex nil nil nil t nil) \
14 (find-file \"abstract.org\")
15 (org-latex-export-to-latex nil nil nil t nil))" \
16 \
17 2>&1
19 rm -f cortex.tex~
20 rm -f abstract.tex~