Steve D'Aprano <[email protected]>: > What I'd like is an editor with a split window, one side showing the > rst that I can edit, the other side showing the formatted text updated > as I type. (Or at least, updated every thirty seconds or so.) > > Anybody know anything like that?
Open a .rst file in emacs and press C-c C-c C-p to see a PDF output of
the file.
On fedora, you need:
dnf install rst2pdf xpdf
Marko
--
https://mail.python.org/mailman/listinfo/python-list
