Mercurial > cortex
view thesis/weave-thesis.sh @ 498:cbab4501a850
processing bib queue. num left: 5
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 29 Mar 2014 23:23:38 -0400 |
parents | 960bfe96d5f3 |
children |
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 \"cortex.org\")11 (org-latex-export-to-latex nil nil nil t nil) \12 (find-file \"abstract.org\")13 (org-latex-export-to-latex nil nil nil t nil))" \14 \15 2>&117 rm -f cortex.tex~18 rm -f abstract.tex~