err.. pdf -> latex

This commit is contained in:
Jukka Aho
2015-11-02 15:33:55 +02:00
parent 8381b44bfc
commit 92463692de
+1 -1
View File
@@ -70,7 +70,7 @@ function run_notebooks()
Base.showerror(Base.STDOUT, error)
end
try
run(`ipython nbconvert tutorials/$ipynb --to pdf --output=$bn`)
run(`ipython nbconvert tutorials/$ipynb --to latex --output=$bn`)
catch error
warn("unable to convert notebook to tex format")
Base.showerror(Base.STDOUT, error)