diff 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
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thesis/weave-thesis.sh	Fri Mar 21 01:17:41 2014 -0400
     1.3 @@ -0,0 +1,15 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +emacs  \
     1.7 +-l /home/r/config/emacs/clojure-init.el \
     1.8 +-l /home/r/config/emacs/org-init.el \
     1.9 +-l /home/r/config/emacs/thesis-color.el \
    1.10 +--batch \
    1.11 +--eval "
    1.12 +(progn
    1.13 +  (find-file \"/home/r/proj/cortex/thesis/cortex.org\")
    1.14 +  (org-latex-export-to-latex nil nil nil t nil))" \
    1.15 +\
    1.16 +2>&1 
    1.17 +
    1.18 +rm cortex.tex~
    1.19 \ No newline at end of file