add text/latex mimetype
This commit is contained in:
parent
6c9d5b85b6
commit
3a5aec8513
@ -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 writing to io streams... first prepare, then callback
|
||||||
for mime in (
|
for mime in (
|
||||||
"text/html",
|
"text/html",
|
||||||
|
"text/latex",
|
||||||
"image/png",
|
"image/png",
|
||||||
"image/eps",
|
"image/eps",
|
||||||
"image/svg+xml",
|
"image/svg+xml",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user