From 185f3e9bb9b05e82b4176b063e07ddc24dfbad88 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 12 Oct 2024 16:26:10 -0400 Subject: [PATCH] re-sym --- src/latexify_recipes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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