From 3a5aec8513f7905c2c74177461f91d86749b15ac Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Fri, 17 Dec 2021 17:50:07 +0100 Subject: [PATCH] add text/latex mimetype --- src/output.jl | 1 + 1 file changed, 1 insertion(+) 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",