Mercurial > cortex
view thesis/weave-thesis.sh @ 425:efba8526a662
happy with code formatting.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 21 Mar 2014 02:48:23 -0400 |
parents | 6b0f77df0e53 |
children | c670d23003de |
line wrap: on
line source
1 #!/bin/sh3 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 (progn10 (find-file \"/home/r/proj/cortex/thesis/cortex.org\")11 (org-latex-export-to-latex nil nil nil t nil))" \12 \13 2>&115 rm cortex.tex~