0
votes
0answers
87 views

The spaces in a URL are wrongly encoded [closed]

My browser fails to navigate when I click the hyperlink on the produced PDF. \documentclass{article} \usepackage{filecontents} \begin{filecontents*}{"a b c.tex"} one two \end{filecontents*} ...
2
votes
2answers
2k views

How to make my own reference for some arbitrary weblink

How could I make my own reference (bibtex or other) to some arbitrary weblink like http://www.inf.ed.ac.uk/teaching/courses/anlp/slides/anlp13.pdf so that it appears under the 'References' of the PDF ...
13
votes
1answer
6k views

URL with tilde character?

I'm trying to make a URL with a tilde character (~) in it: \usepackage{url} ... \url{http://lyle.smu.edu/~tspell/jaws} It looks right in the resulting PDF, but when clicking on it the browser goes ...