fix savefig for .tex extension

This commit is contained in:
Daniel Schwabeneder 2020-04-22 19:00:20 +02:00
parent a1c59b7904
commit 77b5951037

View File

@ -88,6 +88,7 @@ const _savemap = Dict(
"tex" => tex,
"json" => json,
"html" => html,
"tex" => tex,
"tikz" => tex,
"txt" => txt,
)