Document Classes ⇒ url package doesn't like tildes and underscores?
url package doesn't like tildes and underscores?
\documentclass{IEEEtran}
\usepackage{url}
\begin{document}
\url{http://mme.uwaterloo.ca/~mechatro/}
\url{http://mech-eng.curtin.edu.au/ugrad_mechatronic.cfm}
\end{document}
I thought maybe it was related to the IEEE document class, so I tried the following, with output as shown on testurl.pdf (attached):
\documentclass{article}
\usepackage{url}
\begin{document}
\url{http://mme.uwaterloo.ca/~mechatro/}
\url{http://mech-eng.curtin.edu.au/ugrad_mechatronic.cfm}
\end{document}
This time the links don't even seem to be formed, as nothing pops up when I hover over the URLs.
Any ideas? Thanks!
- Attachments
-
- testurl2.pdf
- (13.11 KiB) Downloaded 471 times
-
- testurl.pdf
- (9.27 KiB) Downloaded 486 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm