fix warning

This commit is contained in:
Simon Christ 2020-04-08 10:09:06 +02:00 committed by GitHub
parent 67ba06cd77
commit 5a416e51d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"\\?\%" => "\\%")