Closed nise closed 6 months ago
If you also want to highlight the citation keys in the text and the URLs/DOIs, you can use the following:
\AtEveryBibitem{%
\ifcategory{important}%
{\hypersetup{urlcolor=impentry}\bfseries\color{impentry}}%
{}%
}
\AtEveryCitekey{%
\ifcategory{important}%
{\hypersetup{citecolor=impentry}\bfseries\color{impentry}}%
{}%
}
To also colorize the labels in the bibliography:
\AtBeginBibliography{%
\DeclareFieldFormat{labelnumberwidth}{%
\ifcategory{important}%
{\color{impentry}\mkbibbrackets{#1}}%
{\mkbibbrackets{#1}}%
}}
Thanks for the suggestions and PRs! That's awesome and sorry coming back to that so late @ThiloKr @nise
I am merging that now. And I also tried @ThiloKr last suggestion but added a \bfseries
to make the labels in the bibliography also bold:
In the current template DFG states in the section "Project- and subject-related list of publications" to highlight the author's publications. Also highlighting is not a must the DFG strongly recommends doing so. Here is a short solution that can be added to the Header.tex: