Ticket #11174: urltest.tex

File urltest.tex, 156 bytes (added by ludwig@…, 17 years ago)

minimal file that causes xelatex to load the wrong url.sty

Line 
1\documentclass[11pt]{article}\makeatletter
2
3\usepackage{hyperref}
4
5\begin{document}
6
7This is a \href{http://localhost/}{test} for hyperref.
8
9\end{document}