Mercurial > cortex
annotate thesis/weave-thesis.sh @ 422:6b0f77df0e53
building latex scaffolding for thesis.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 01:17:41 -0400 |
parents | |
children | c670d23003de |
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@422 | 10 (find-file \"/home/r/proj/cortex/thesis/cortex.org\") |
rlm@422 | 11 (org-latex-export-to-latex nil nil nil t nil))" \ |
rlm@422 | 12 \ |
rlm@422 | 13 2>&1 |
rlm@422 | 14 |
rlm@422 | 15 rm cortex.tex~ |