Skip to content

Commit 3cddb85

Browse files
Merge pull request #121 from JuliaDiffEq/ChrisRackauckas-patch-1
Default html to svg
2 parents 8b9153b + 6682480 commit 3cddb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEqTutorials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function weave_file(folder,file,build_list=(:script,:html,:pdf,:notebook); kwarg
2121
dir = joinpath(repo_directory,"html",folder)
2222
isdir(dir) || mkdir(dir)
2323
args[:doctype] = "html"
24-
weave(tmp,doctype = "md2html",out_path=dir,args=args; css=cssfile, kwargs...)
24+
weave(tmp,doctype = "md2html",out_path=dir,args=args; fig_ext=".svg", css=cssfile, kwargs...)
2525
end
2626
if :pdf build_list
2727
println("Building PDF")

0 commit comments

Comments
 (0)