I want to define a LaTeX command that inserts a space after every letter.
So, If I add
\addSpaces{someText}
the result should be
s o m e T e x t
How could I achieve this?
Background: I want each letter to be underlined, but the line should be separated between the letters:
s o m e T e x t
_ _ _ _ _ _ _ _
NOT:
s o m e T e x t
_______________