diff --git a/doc/src/getting_started.md b/doc/src/getting_started.md index a5e0496..e8aab02 100644 --- a/doc/src/getting_started.md +++ b/doc/src/getting_started.md @@ -34,6 +34,6 @@ weave(joinpath(dirname(pathof(Weave)), "../examples", "FIR_design.jmd"), doctype = "md2pdf") #Markdown weave(joinpath(dirname(pathof(Weave)), "../examples", "FIR_design.jmd"), - doctype="pandoc" + doctype="pandoc", out_path=:pwd) ```