I'm looking for a way to have the following result:
\addspaces{some text} % Output: S O M E T E X T
I found a first way here: https://stackoverflow.com/questions/3951392/latex-space-after-every-letter
However, this method only work for one word. It doesn't add more space between the end of "some" and the start of "text" in my example. (output = S O M E T E X T). Second problem, this doesn't compile if I put it in a class document.
Thank you in advance for your help.