source:
downloads/boost_1_33_1/libs/iterator/doc/rst2latex
@
12
Last change on this file since 12 was 12, checked in by landauf, 17 years ago | |
---|---|
|
|
File size: 242 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | PYTHONPATH="c:/src/docutils/docutils;c:/src/docutils/docutils/extras" |
3 | export PYTHONPATH |
4 | python c:/src/docutils/docutils/tools/rst2latex.py --documentoptions pdftex --stylesheet=docutils.sty $1 `echo $1 | sed 's/\(.*\)\..*/\1.tex/'` |
Note: See TracBrowser
for help on using the repository browser.