I defined this \newcommand for binomial genus/species names, which should be in italics:
\newcommand{\taxon}[1]{{\it #1}}
For whatever reason, it only renders the relevant text in italics if I use \it; \emph or \textit do not work (the text is unchanged).
Is there a reason for this strange behaviour? \textit and \emph work perfectly well if I apply them directly.
\textittakes an argument. Have you written\textit{#1}? – Stephan Lehmke Aug 27 '12 at 4:29\itis deprecated since 1993 (release of LaTeX2e). Which documentation told you to use it? – Martin Schröder Aug 27 '12 at 20:57