Skip to content

Commit

Permalink
Merge pull request #121 from JuliaDiffEq/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Default html to svg
  • Loading branch information
ChrisRackauckas authored Nov 29, 2019
2 parents 8b9153b + 6682480 commit 3cddb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiffEqTutorials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function weave_file(folder,file,build_list=(:script,:html,:pdf,:notebook); kwarg
dir = joinpath(repo_directory,"html",folder)
isdir(dir) || mkdir(dir)
args[:doctype] = "html"
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...)
end
if :pdf build_list
println("Building PDF")
Expand Down

0 comments on commit 3cddb85

Please sign in to comment.