fix warning

This commit is contained in:
Simon Christ
2020-04-08 10:09:06 +02:00
committed by GitHub
parent 67ba06cd77
commit 5a416e51d2
+1 -1
View File
@@ -911,7 +911,7 @@ function pgfx_sanitize_string(s::AbstractString)
s = replace(s, r"\\?\}" => "\\}")
end
@require LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f" begin
using LaTeXStrings
using .LaTeXStrings
function pgfx_sanitize_string(s::LaTeXString)
s = replace(s, r"\\?\#" => "\\#")
s = replace(s, r"\\?\%" => "\\%")