To use bold text format for an author's name in biblatex bibliography I use \textbf{LastName, FirstName, MiddleName} command in bibliography database. I wonder if it is possible to use some special text format for an author's name in biblatex bibliography by defining some command in LaTeX preamble. Thanks
Something like this
\renewcommand{\mkbibnamefirst}[1]{\textbf{#1}}
\renewcommand{\mkbibnamelast}[1]{\textbf{#1}}
\textbfin theauthorfield. The name format should be "Last, First Middle" or "First Middle Last". – moewe Jun 08 '14 at 14:04biblatex-publistwhich draws from biblatex: filter out publications from a specific author in the references dynamically. – moewe Jun 08 '14 at 14:12