Micha Feigin wrote:
> Is it possible in latex to automatically change the case of a word
> (capitalize all/first letter)?
\MakeUppercase{upcase all letters}
\MakeLowercase{LoWcAse aLl LeTters}
AFAIK there's no command to capitalize just the first letter, but you will
surely find some workarounds if you query comp.text.tex for "capitalize".
For definite changes, LyX also provides
word-lowcase
word-upcase
word-capitalize
(mark the word an type the command to the minibuffer input field at the bottom
of the screen).
HTH,
Jürgen