keep LaTeXStrings to be LaTeXStrings (#2781)

This commit is contained in:
Simon Christ
2020-06-16 09:39:07 +02:00
committed by GitHub
parent a20b275eaf
commit 3eb2b783dc
+1
View File
@@ -988,6 +988,7 @@ end
function pgfx_sanitize_string(s::LaTeXString)
s = replace(s, r"\\?\#" => "\\#")
s = replace(s, r"\\?\%" => "\\%")
return LaTeXString(s)
end
end
function pgfx_sanitize_plot!(plt)