Mercurial > cortex
comparison thesis/weave-thesis.sh @ 437:c1e6b7221b2f
progress on intro.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 23 Mar 2014 22:20:44 -0400 |
parents | 0b27c0c9c188 |
children | 960bfe96d5f3 |
comparison
equal
deleted
inserted
replaced
436:853377051f1e | 437:c1e6b7221b2f |
---|---|
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 (find-file \"user-guide.org\") | |
13 (org-latex-export-to-latex nil nil nil t nil) \ | |
12 (find-file \"abstract.org\") | 14 (find-file \"abstract.org\") |
13 (org-latex-export-to-latex nil nil nil t nil))" \ | 15 (org-latex-export-to-latex nil nil nil t nil))" \ |
14 \ | 16 \ |
15 2>&1 | 17 2>&1 |
16 | 18 |