diff --git a/src/latexify_recipes.jl b/src/latexify_recipes.jl index 30c64c7b8..7fa8eb8ee 100644 --- a/src/latexify_recipes.jl +++ b/src/latexify_recipes.jl @@ -197,7 +197,7 @@ function _toexpr(O) if length(sym) > 1 return LaTeXString(string("\\texttt", "{", sym, "}")) else - return sym + return Symbol(sym) end end !iscall(O) && return O