add text/latex mimetype

This commit is contained in:
Simon Christ 2021-12-17 17:50:07 +01:00
parent d618f2e2ca
commit f784010c29

View File

@ -196,6 +196,7 @@ Base.show(io::IO, m::MIME"text/plain", plt::Plot) = show(io, plt)
# for writing to io streams... first prepare, then callback
for mime in (
"text/html",
"text/latex",
"image/png",
"image/eps",
"image/svg+xml",