keep LaTeXStrings to be LaTeXStrings (#2781)
This commit is contained in:
parent
a20b275eaf
commit
3eb2b783dc
@ -988,6 +988,7 @@ end
|
|||||||
function pgfx_sanitize_string(s::LaTeXString)
|
function pgfx_sanitize_string(s::LaTeXString)
|
||||||
s = replace(s, r"\\?\#" => "\\#")
|
s = replace(s, r"\\?\#" => "\\#")
|
||||||
s = replace(s, r"\\?\%" => "\\%")
|
s = replace(s, r"\\?\%" => "\\%")
|
||||||
|
return LaTeXString(s)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
function pgfx_sanitize_plot!(plt)
|
function pgfx_sanitize_plot!(plt)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user