Tagged Questions
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 ...
1
vote
1answer
278 views
Problems with Natbib: strange URL format and urldate not shown
I have a strange problem with natbib. This code
@misc{CornellUniversity.,
author = {{Cornell University}},
title = {Benedict R. O'G. Anderson},
url = ...
2
votes
1answer
174 views
bibtex - how to have a web link without the url (ideally to have a link on the number) [duplicate]
I have been messing around a bit with different packages - url, hyperref etc. to get urls into my bibliography. Essentially i've got to the point where I have the url - with a clickable weblink over ...
5
votes
1answer
2k views
How to hide URL from bibliography by using a harvard style?
I want my bibliography without URL fields. After modifying natbib here:
\newcommand\harvardurl[1]{\textbf{URL:} \textit{#1}}
to
\newcommand\harvardurl[1]{}
I noticed a blank line where the URL ...
11
votes
3answers
6k views
URL of cited web site in bibliography
I am using natbib und the chicago style as bibliography style.
I am trying to cite a web site, but in the bibliography the URL (given in the BibTeX entry) is not printed.
Is there a simple solution ...
4
votes
2answers
2k views
Get rid of ISSN, URLs and DOIs in references
I am having the same problem as described here (i.e., I get unwanted URLs, DOIs, etc showing up in my reference section):
Biblatex: Get rid of ISSN, URLs and DOIs in references
Two caveats:
I am ...
2
votes
1answer
1k views
Problem with escaped characters in bibliography when using Mendeley, natbib & url
This is my first question here, so apologies if I miss any conventions.
I'm writing a dissertation in LaTeX. My sources are in Mendeley, which is generating a BibTeX file. I'm using the natbib ...