Merge pull request #2191 from BeastyBlacksmith/master

add tikz ending
This commit is contained in:
Daniel Schwabeneder 2019-09-18 10:22:18 +02:00 committed by GitHub
commit 2ea37776ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,7 @@ const _savemap = Dict(
"eps" => eps, "eps" => eps,
"tex" => tex, "tex" => tex,
"html" => html, "html" => html,
"tikz" => tex,
) )
function getExtension(fn::AbstractString) function getExtension(fn::AbstractString)