Skip to content

Commit

Permalink
re-sym
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 12, 2024
1 parent 915cfc9 commit 185f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latexify_recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 185f3e9

Please sign in to comment.