Tagged Questions
11
votes
3answers
4k views
\uppercase in \newcommand
I tried to use \uppercase in \newcommand:
\newcommand\universidad{My University}
\newcommand\Universidad{\uppercase{\universidad}}
When I use this I get
My University
and not
MY ...
2
votes
1answer
428 views
Letting strings start with a capital letter
I am writing a small book and try to build up an index reference. To make it a little easier I wrote a small script that enables my to type a word and also add it to the index:
...