Possible Duplicate:
Defining starred versions of commands
I have some user command:
\newcommand{\mysection}[1]{\section{#1}}
Now I need to use command:
\mysection*{name of section}
But this case works bad.
How I must define \mysection* command?
Can anybody help me?
This must be some like that:
\newcommand{\mysection*}[1]{\section*{#1}}
xparsepacakge. However, I am sure that this is already answered here – Peter Grill Dec 06 '12 at 07:53