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.
1 parent a9c9029 commit 6682480Copy full SHA for 6682480
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