Mercurial > cortex
comparison 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 |
comparison
equal
deleted
inserted
replaced
426:435b5e22d72a | 427:c670d23003de |
---|---|
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 \"/home/r/proj/cortex/thesis/cortex.org\") | 10 (find-file \"$1\") |
11 (org-latex-export-to-latex nil nil nil t nil))" \ | 11 (org-latex-export-to-latex nil nil nil t nil))" \ |
12 \ | 12 \ |
13 2>&1 | 13 2>&1 |
14 | 14 |
15 rm cortex.tex~ | 15 rm $1~ |