I am trying to redefine \emph to bold its argument:
\renewcommand\emph[1]{{\textbf{\oldemph{#1}}}}
However, after typing this command before begin{document}, I get an error every time I use \emph{Some text.}: Undefined control sequence.
What is a control sequence? How do I fix my redefinition?
\oldemph? – Mico Oct 29 '12 at 1:55