comparison thesis/weave-thesis.sh @ 432:1e5ea711857d

abstract first draft.
author Robert McIntyre <rlm@mit.edu>
date Sun, 23 Mar 2014 16:33:01 -0400
parents d53a31969a51
children 0b27c0c9c188
comparison
equal deleted inserted replaced
431:7410f0d8011c 432:1e5ea711857d
5 -l /home/r/config/emacs/org-init.el \ 5 -l /home/r/config/emacs/org-init.el \
6 -l /home/r/config/emacs/thesis-color.el \ 6 -l /home/r/config/emacs/thesis-color.el \
7 --batch \ 7 --batch \
8 --eval " 8 --eval "
9 (progn 9 (progn
10 (find-file \"$1.org\") 10 (find-file \"cortex.org\")
11 (org-latex-export-to-latex nil nil nil t nil)) \
12 (progn
13 (find-file \"abstract.org\")
11 (org-latex-export-to-latex nil nil nil t nil))" \ 14 (org-latex-export-to-latex nil nil nil t nil))" \
12 \ 15 \
13 2>&1 16 2>&1
14 17
15 rm $1.tex~ 18 rm cortex.tex~
19 rm abstract.tex~