Mercurial > cortex
comparison thesis/weave-thesis.sh @ 433:0b27c0c9c188
remove generated files.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 23 Mar 2014 16:36:15 -0400 |
parents | 1e5ea711857d |
children | c1e6b7221b2f |
comparison
equal
deleted
inserted
replaced
432:1e5ea711857d | 433:0b27c0c9c188 |
---|---|
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 \"cortex.org\") | 10 (find-file \"cortex.org\") |
11 (org-latex-export-to-latex nil nil nil t nil)) \ | 11 (org-latex-export-to-latex nil nil nil t nil) \ |
12 (progn | |
13 (find-file \"abstract.org\") | 12 (find-file \"abstract.org\") |
14 (org-latex-export-to-latex nil nil nil t nil))" \ | 13 (org-latex-export-to-latex nil nil nil t nil))" \ |
15 \ | 14 \ |
16 2>&1 | 15 2>&1 |
17 | 16 |
18 rm cortex.tex~ | 17 rm -f cortex.tex~ |
19 rm abstract.tex~ | 18 rm -f abstract.tex~ |