1

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}}
Yulia Spryn
  • 493
  • 6
  • 13

0 Answers0