2004-01-29 05:55:26 +00:00
|
|
|
#!/bin/sh
|
2006-09-11 22:27:29 +00:00
|
|
|
# Copyright David Abrahams 2006. Distributed under the Boost
|
|
|
|
# Software License, Version 1.0. (See accompanying
|
|
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2006-02-01 23:33:32 +00:00
|
|
|
PYTHONPATH="c:/src/docutils;c:/src/docutils/extras"
|
2004-01-29 05:55:26 +00:00
|
|
|
export PYTHONPATH
|
2006-02-01 23:33:32 +00:00
|
|
|
python c:/src/docutils/tools/rst2latex.py --documentoptions pdftex --stylesheet=docutils.sty $1 `echo $1 | sed 's/\(.*\)\..*/\1.tex/'`
|