-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't export to PDF #52
Comments
Thanks for reporting this issue! The export features are a little rough around the edges. If the LaTeX export works but producing PDF via Pandoc does not: Could you check that you have pdflatex installed and on your path? (markdown2pdf uses pdflatex.) Try the following: Open a terminal, cd into the directory containing your text file and run
What is the output on the terminal? Also: what platform are you on? BTW, version 0.4 of Qute is written in 100% JavaScript (no Clojure). You can browse the code of the 0.4 branch at https://github.com/fbreuer/qute-html5/tree/0.4 |
Thanks for the quick reply. I do have pdflatex, which I use all the time. I am able to produce PDFs from Markdown files. Of course, it doesn't work if there are TeX formulas in the file (as in the Qute demo file). But with pure Markdown:
and the PDF file looks just fine. I'm on OSX 10.6.8 running Qute 0.4. BTW I think this will be one of the editors of the future! |
This console output may be relevant. First I save my file. Then I try to convert it to PDF and that fails with a message saying that pandoc, pdflatex and bibtex can't be found. Finally, I convert the file to TeX and that succeeds (so pandoc can be found)---it does output a TeX file. I'm browsing the Qute source code but my JavaScript is very limited. Thanks again!
|
Thanks for the detailed feedback! (And your confidence in Qute.) Judging from the debugging output, it seems like markdown2pdf is called correctly, but then reports that it cannot find pdflatex for some reason. Hm. I will try to test on a Mac tomorrow. |
From the Publish menu, I'm able to convert a document to LaTeX via Pandoc, but export to PDF produces no output. The path to markdown2pdf is correct, Qute shows several messages saying that markdown2pdf ran correctly, and I can hear disk IO. But alas, no output file. Is there an extra step? I unfortunately don't speak Clojure. Thanks!
The text was updated successfully, but these errors were encountered: