add text/latex mimetype

This commit is contained in:
Simon Christ 2021-12-17 17:50:07 +01:00 committed by Zhanibek
parent 6c9d5b85b6
commit 3a5aec8513

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",