keep LaTeXStrings to be LaTeXStrings
This commit is contained in:
parent
ebc93b6935
commit
629c7981bd
@ -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