We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b9153b + 6682480 commit 3cddb85Copy full SHA for 3cddb85
src/DiffEqTutorials.jl
@@ -21,7 +21,7 @@ function weave_file(folder,file,build_list=(:script,:html,:pdf,:notebook); kwarg
21
dir = joinpath(repo_directory,"html",folder)
22
isdir(dir) || mkdir(dir)
23
args[:doctype] = "html"
24
- weave(tmp,doctype = "md2html",out_path=dir,args=args; css=cssfile, kwargs...)
+ weave(tmp,doctype = "md2html",out_path=dir,args=args; fig_ext=".svg", css=cssfile, kwargs...)
25
end
26
if :pdf ∈ build_list
27
println("Building PDF")
0 commit comments