I've obtained a .html from an .rst file M-x rst compile
Compile command: rst2html.py README.rst README.html (this is the message I obtain from emacs)
How can I compile in .pdf?
Renato
You have to install xpdf
and rst2pdf
.
Then:
M-x rst-compile-pdf-preview
ok, I think I've solved.
I've installed rst2pdf
going over the error I've received. Maybe I’ve not installed the last version of PIP. I’ve toke information here: https://phoenixnap.com/kb/install-pip-mac
I've installed the last version of PIP and all goes well.