I have been using Weave to generate PDFs from Julia markdown, but it is not working.
If I run
using Weave
weave(“gadfly_md_sample.jmd”; doctype=“md2pdf”, latex_cmd=“pdflatex”)
I get the following warning:
WARNING: Error converting document to pdf. Try running latex manually
I have tried running latex manually, but this doesn’t work.
Any ideas why this isn’t working for me?
Thanks in advance