I have the following command
\newcommand{\startsection}[4]{
\gdef\classname{#2}
\subsection*{\label{#3}{\bf {\sc #1} #2}}{
\rule[1em]{\hsize}{4pt}\vskip -1em
\vskip .1in
#4
}%
}
I use it in the following way
\startsection{Anotaci\'on}{Lazy}{l0}
But my results is the following
Anotaci n Lazy
and my desired outpur would be something like this
Anotación Lazy
How I could solve it?
Thanks

\bfseries, for instance. – Stephan Lehmke Mar 30 '12 at 11:54