BibTeX, biblatex and biberBold name for Author

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Filoche
Posts: 2
Joined: Thu Sep 19, 2013 4:45 pm

Bold name for Author

Post by Filoche »

Hi everyone.

I'm fairly new to LaTeX and I have the following question.

I'm currently preparing a CV and I have been asked to put my name in bold in the publications I made.

For instance, I'm using bibentry like this.

Code: Select all

\bibentry{citationkey}
So, I was wondering if it was possible to set bold for a specific name. Example, for every \bibentry, Name First Name would be in bold.

Thank in advance,
Phil

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

GerlofVito
Posts: 27
Joined: Wed May 16, 2012 8:24 pm

Re: Bold name for Author

Post by GerlofVito »

You should be able to edit the .bib file directly and surround your name in with the \textbf{} macro wherever your name appears. When you output references, your name will appear in bold. This only works because you're only interested in outputting the full citations. If you want to include in-text citations from this bib file, your name will also appear in bold in those in-text citations. But it sounds like that's not an issue here, so this quick work-around should suffice.
Post Reply