We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 617107a + 426e308 commit 31b4625Copy full SHA for 31b4625
src/display.jl
@@ -2,7 +2,7 @@
2
# latex treats # as a special character, so we have to escape it. See:
3
# https://github.com/sisl/TikzGraphs.jl/issues/12
4
5
-latex_escape(s::String) = replace(s, "#", "\\#")
+latex_escape(s::String) = replace(s, "#"=>"\\#")
6
7
"Convert a symbol or into a LaTeX label"
8
function latex_label(sym)
0 commit comments