Mercurial > cortex
annotate thesis/weave-thesis.sh @ 464:8bf4bb02ed05
sleeeeeep.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 28 Mar 2014 00:42:42 -0400 |
parents | c1e6b7221b2f |
children | 960bfe96d5f3 |
rev | line source |
---|---|
rlm@422 | 1 #!/bin/sh |
rlm@422 | 2 |
rlm@422 | 3 emacs \ |
rlm@422 | 4 -l /home/r/config/emacs/clojure-init.el \ |
rlm@422 | 5 -l /home/r/config/emacs/org-init.el \ |
rlm@422 | 6 -l /home/r/config/emacs/thesis-color.el \ |
rlm@422 | 7 --batch \ |
rlm@422 | 8 --eval " |
rlm@422 | 9 (progn |
rlm@432 | 10 (find-file \"cortex.org\") |
rlm@433 | 11 (org-latex-export-to-latex nil nil nil t nil) \ |
rlm@437 | 12 (find-file \"user-guide.org\") |
rlm@437 | 13 (org-latex-export-to-latex nil nil nil t nil) \ |
rlm@432 | 14 (find-file \"abstract.org\") |
rlm@422 | 15 (org-latex-export-to-latex nil nil nil t nil))" \ |
rlm@422 | 16 \ |
rlm@422 | 17 2>&1 |
rlm@422 | 18 |
rlm@433 | 19 rm -f cortex.tex~ |
rlm@433 | 20 rm -f abstract.tex~ |