view thesis/weave-thesis.sh @ 573:ebdedb039cbb tip

add release.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 Apr 2015 04:01:53 -0700
parents 960bfe96d5f3
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~