Mercurial > cortex
comparison 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 |
comparison
equal
deleted
inserted
replaced
421:c2c28c3e27c4 | 422:6b0f77df0e53 |
---|---|
1 #!/bin/sh | |
2 | |
3 emacs \ | |
4 -l /home/r/config/emacs/clojure-init.el \ | |
5 -l /home/r/config/emacs/org-init.el \ | |
6 -l /home/r/config/emacs/thesis-color.el \ | |
7 --batch \ | |
8 --eval " | |
9 (progn | |
10 (find-file \"/home/r/proj/cortex/thesis/cortex.org\") | |
11 (org-latex-export-to-latex nil nil nil t nil))" \ | |
12 \ | |
13 2>&1 | |
14 | |
15 rm cortex.tex~ |