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