Dear users,
I am writing a paper using BibTeX with packages [hyphens]{url} and [hyperref]. I really have no complaint but just one wish:
In the bibliography the URL was shown in monospaced Typewriter fonts, while I am using Palatino. Is there anyway I can change the font of the url into Palatino as well?
Thanks in advanced.
Ken
BibTeX, biblatex and biber ⇒ How to change the font of URL in the bibliography?
NEW: TikZ book now 40% off at Amazon.com for a short time.

How to change the font of URL in the bibliography?
Hello,
tryThen URLs simply use the surrounding font. For more details see the documentation of the url package which is included in url.sty.
try
Code: Select all
\urlstyle{same}
Re: How to change the font of URL in the bibliography?
Thank you Phi, it works like magic!!
Ken
Ken