diff 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
line wrap: on
line diff
     1.1 --- a/thesis/weave-thesis.sh	Sat Mar 22 23:31:07 2014 -0400
     1.2 +++ b/thesis/weave-thesis.sh	Sun Mar 23 16:33:01 2014 -0400
     1.3 @@ -7,9 +7,13 @@
     1.4  --batch \
     1.5  --eval "
     1.6  (progn
     1.7 -  (find-file \"$1.org\")
     1.8 +  (find-file \"cortex.org\")
     1.9 +  (org-latex-export-to-latex nil nil nil t nil)) \
    1.10 +(progn
    1.11 +  (find-file \"abstract.org\")
    1.12    (org-latex-export-to-latex nil nil nil t nil))" \
    1.13  \
    1.14  2>&1 
    1.15  
    1.16 -rm $1.tex~
    1.17 \ No newline at end of file
    1.18 +rm cortex.tex~
    1.19 +rm abstract.tex~