I have defined a new command in my source code:
\newcommand{\IN}{interface}
which prints out interface, but there are times where I would like it to print Interface (with a capital I) or interfaces instead, how can I do this without defining 2 more new commands?
