I want to define a command that will automatically do the following:
\textbf{\citeasnoun{CITATION}}
So then I can just do:
\boldcite{CITATION}
I tried the following but it doesn't work
\def \boldcite{#1} \textbf{\citeasnoun{#1}}
I get an error about illegal parameter number (sorry, Latex doesn't let me copy and paste the console output for some odd reason)
\citeasnoun? It is sure not a standard command!\newcommand*\boldcite[1]{\textbf{\citeasnoun{#1}}. Untested as I have no clue what you're using. – cfr Nov 29 '15 at 04:23\def\boldcite#1{\textbf{\citeasnoun{#1}}– Mark Nov 29 '15 at 07:55\newcommand*for the reasons outlined in the answer below or my linked answer. – cfr Nov 29 '15 at 14:23