Scripts posted recently tagged to restructuredtext in Kelpi

1- 1 of 1.

Convert a bunch of RST files to PDF

to rst2pdf restructuredtext rst pdf convert python by mikel

#!/usr/bin/python
rst2latex = 'rst2latex.py -l es  \
--output-encoding=iso-8859-15 %(filename)s.txt %(filename)s.tex'
pdflatex = 'pdflatex %(filename)s.tex'
def main():
hits counter