muse-latex: Make lecture notes and slides work with images, title page, TOC.
[muse-el.git] / scripts / publish
blob17b9592d513f7e49513e239f548d8b0685241f5e
1 #!/bin/bash
2 style=$(echo $1 | sed 's/^--//')
3 shift
4 $EMACS -q $SITEFLAG -batch -l ../scripts/muse-build.el \
5 -l muse-regexps.el -l muse.el -l muse-publish.el \
6 -l muse-html.el -l muse-latex.el -l muse-texinfo.el \
7 -f muse-batch-publish-files $style --output-dir=. "$@"