btskinner / tex_cv

Build CV using TeX + Biber
14 stars 10 forks source link

Highlight your name (in bold text) for the publications #2

Open lenhattu opened 7 months ago

lenhattu commented 7 months ago

I think this feature would be helpful to show where you're at in the author list.

btskinner commented 6 months ago

It's not very sophisticated, but you should be able to modify the *.bib file to add bold (or italics or whatever). For example, I've surrounded "Last, First M." with \bfseries macro inside the author tag: {\bfseries Last, First M.}. The full entry looks like this:

@article{me2018paper_four,
    author = {Coauthor, First M. and {\bfseries Last, First M.}},
    keywords = {submitted},
    title = {Paper four},
    url = {https://github.com/btskinner/tex_cv/blob/master/papers/last_paper_four.pdf},
    year = {2018}}

When compiled, you get:

Screenshot 2024-03-22 at 3 22 36 PM