Question

I was able to generate the latex output from reST using make latex command of Sphinx/Python. It generated the required latex files under latex directory. I am not sure on what I need to do for creating the PDF from latex. Can someone help me on what should i do next.

Was it helpful?

Solution

There's an explanation of how to do it here.

Short story: use pdflatex. All your images must be in .eps format.

You can get pdflatex here. Edit: looks like it's a site for only pdftex.

I seem to recall MiXTeX has the whole toolchain for windows users. And it comes with all the binaries, including pdflatex.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top