I am using the following code
\usepackage{microtype,textcase}
\textls*[110]{\textbf{\MakeUppercase{Specialties}}}
I would like to achieve even letter spacing. Unfortunately, the kerning of the "ALT" is not good. Is there any way to make this better (even spacing)?
Edit: One thing that improves the letter spacing between the L and T is to do
\usepackage{microtype,textcase}
\textls*[110]{\textbf{\MakeUppercase{Specia{l}{t}ies}}}
but the A and the L are still too far apart. Also, I am using this code as a command with the "Specialties" part being an argument. It would be nice to have a solution to make the letter spacing even without having to do tricks like this.


SetExtraKerningas in mhp's answer here: tex.stackexchange.com/questions/4062/… – Philippe Goutet Aug 18 '11 at 13:02