Prev Next | Back Along | Up Home

rst2latex.py

Reader:Standalone
Parser:reStructuredText
Writer:LaTeX2e

The rst2latex.py front end reads standalone reStructuredText source files and produces LaTeX2e output. For example, to process a reStructuredText file "test.txt" into LaTeX:

rst2latex.py test.txt test.tex

The output file "test.tex" should then be processed with latex or pdflatex to get a typeset document.

Some limitations and difference apply:

Prev Next | Back Along | Up Home