diff thesis/weave-thesis.sh @ 427:c670d23003de

rename.
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 15:36:37 -0400
parents 6b0f77df0e53
children d53a31969a51
line wrap: on
line diff
     1.1 --- a/thesis/weave-thesis.sh	Fri Mar 21 15:28:45 2014 -0400
     1.2 +++ b/thesis/weave-thesis.sh	Fri Mar 21 15:36:37 2014 -0400
     1.3 @@ -7,9 +7,9 @@
     1.4  --batch \
     1.5  --eval "
     1.6  (progn
     1.7 -  (find-file \"/home/r/proj/cortex/thesis/cortex.org\")
     1.8 +  (find-file \"$1\")
     1.9    (org-latex-export-to-latex nil nil nil t nil))" \
    1.10  \
    1.11  2>&1 
    1.12  
    1.13 -rm cortex.tex~
    1.14 \ No newline at end of file
    1.15 +rm $1~
    1.16 \ No newline at end of file