Code: Select all
\usepackage{ifthen}
\renewcommand{\bibnamefont}[1]{\ifthenelse{\equal{Einstein A}}{\textbf{#1}}{#1}}
Code: Select all
\usepackage{ifthen}
\renewcommand{\bibnamefont}[1]{\ifthenelse{\equal{Einstein A}}{\textbf{#1}}{#1}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\newcommand{\bibnamefont}[1]{\ifthenelse{\equal{#1}{Einstein A}}{\textbf{#1}}{#1}}
NEW: TikZ book now 40% off at Amazon.com for a short time.