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
+1
View File
@@ -72,6 +72,7 @@ const _savemap = Dict(
"eps" => eps,
"tex" => tex,
"html" => html,
"tikz" => tex,
)
function getExtension(fn::AbstractString)