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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Bartman
Posts: 369
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