Dear Günter,
thank you, this works fine! I did not have to uncomment the
\usepackage-line…
Best
E
Am 15.10.2009 um 22:14 schrieb Guenter Milde:
On 2009-10-15, jezZiFeR wrote:
Dear list,
I use Bibdesk 1.3.22 on OSX with Lyx, BiblateX and Wassenhoven
biblatex style. My BibTex-database is created with BibDesk. When I
have web-references in footnotes, the URLs are always displayed in a
different font from all the other text, in a letter-style. How
could I
get rid of that, so that also the URLs are displayed with the same
font?
Do you need any further information of my setup?
Is it a monospaced font? This is the default of the "url" package
which
might be called by some of the packages you use.
You can try
% \usepackage{url}
\urlstyle{same}
in the preamble. (uncomment the \usepackage line, if you get an
"Unknown command \urlstyle" error.
Günter