From a80544a783b1bcb5fa97fff1429dcae0c6ef0511 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Mon, 2 Nov 2015 15:33:55 +0200 Subject: [PATCH] err.. pdf -> latex --- docs/build_notebooks.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_notebooks.jl b/docs/build_notebooks.jl index 0cacbdf..65812fe 100644 --- a/docs/build_notebooks.jl +++ b/docs/build_notebooks.jl @@ -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)