diff --git a/src/output.jl b/src/output.jl index 785a7cc7..dd028837 100644 --- a/src/output.jl +++ b/src/output.jl @@ -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",