view thesis/weave-thesis.sh @ 431:7410f0d8011c

fix hyperlinks and bibliography.
author Robert McIntyre <rlm@mit.edu>
date Sat, 22 Mar 2014 23:31:07 -0400
parents d53a31969a51
children 1e5ea711857d
line wrap: on
line source
1 #!/bin/sh
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 \"$1.org\")
11 (org-latex-export-to-latex nil nil nil t nil))" \
12 \
13 2>&1
15 rm $1.tex~