diff --git a/app/coffee/LatexRunner.coffee b/app/coffee/LatexRunner.coffee index 55f2c4a..98ca038 100644 --- a/app/coffee/LatexRunner.coffee +++ b/app/coffee/LatexRunner.coffee @@ -36,7 +36,7 @@ module.exports = LatexRunner = console.log(mainFile) console.log(image) image = "ivotron/pandoc" - command = ["-o", "$COMPILE_DIR/output.html", "/compile/" + mainFile] + command = ["-o", "$COMPILE_DIR/output.pdf", "/compile/" + mainFile] id = "#{project_id}" # record running project under this id