0
votes
1answer
62 views

How to change the font of URL in the bibliography [duplicate]

When using the natbib package the URLs are printed and formatted in the bibliography in a different font from the rest of the document which looks nasty i.e. monospace Typewriter. I am having ...
0
votes
0answers
36 views

Changing formatting URL biblatex verbose stile parentheses and Times New Roman Font [duplicate]

I am writing my thesis and I have some problems with the URL reference notes. I am using the verbose footcite package. I did some changes to the style but I still have problems with the URL's in ...
1
vote
0answers
630 views

Problem with use \url - metric (TFM) file not found [closed]

I try to write an article in LaTeX using texmaker on ubuntu. I use many packages including: \documentclass[12pt,a4paper]{book} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} ...
2
votes
1answer
140 views

different font while using url

I'm having troubles while using the url command in my bibliography. I mean: 1) \bibitem{[8]} ...
6
votes
1answer
371 views

How can I change the @ symbol in e-mail addresses?

I use \documentclass{article} \usepackage{hyperref} \begin{document} \href{mailto:e.xmaple@example.com}{e.xmaple@example.com} \end{document} This way I can write an email address, but I don't like ...
17
votes
2answers
3k views

What is a good font for URLs to go with Palatino for the main text?

I'm looking for a nice font to use for my \url{...}s that goes well with Palatino. Courier does not look good at all. It's much too light. Helvetica (scaled .92) looks pretty good, but the ~ looks ...
12
votes
1answer
2k views

Typeset URL in a non-typewriter font

I use \usepackage{url} and \url{…} to typeset URLs, but the typewriter font stands out a little too much. How can I have the URLs typeset in a different font?