Search found 2 matches

by hello123
Sat Jul 05, 2014 6:07 pm
Forum: BibTeX, biblatex and biber
Topic: Color of Bibilography text
Replies: 2
Views: 17491

Color of Bibilography text

Here is the minimal code that I have tried. Please suggest

//myReference.bib file

@article{nature,
author = {\color{blue}Rosa Rademakers and Manuela Neumann and Ian R. Mackenzie}},
title = {\color{blue}Advances in understanding the molecular basis of frontotemporal dementia - elongated title ...
by hello123
Sat Jul 05, 2014 12:54 am
Forum: BibTeX, biblatex and biber
Topic: Color of Bibilography text
Replies: 2
Views: 17491

Color of Bibilography text

Hello,

I am trying to make bold blue color text in some of the bibliography. For instance in reference [1] and keep the default in rest of others references. When I do the following:
\usepackage{color}
\usepackage{cite}
\textbf{{\color{blue} \cite{1}}}

It does only make blue [1] in the document ...