XeTeXhow to colorize the symbol "Bibliography"

Information and discussion about XeTeX, an alternative for pdfTeX based on e-Tex
Post Reply
PENWE
Posts: 1
Joined: Wed May 12, 2021 1:38 pm

how to colorize the symbol "Bibliography"

Post by PENWE »

\renewcommand{\bibname}{\color{red}Bibliography}
\bibliography{Reference}


I use the codes above but the color of "Bibliography" is not changed into red after compiling.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Bartman
Posts: 366
Joined: Fri Jan 03, 2020 2:39 pm

how to colorize the symbol "Bibliography"

Post by Bartman »

The best would be if you can offer us a Infominimal working example.

Loading babel in the preamble may prevent this change of the \bibname command.

It is advisable to separate format and content if possible. For this purpose there would be different ways, depending on what you use.
Post Reply