diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-24 22:21:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-24 22:21:49 +0000 |
commit | 1984fffaddfd95577875b13b1b44498a921a0004 (patch) | |
tree | 8909691dc26a52e09e7cf46d46603f8b74bc772d /Master/texmf-dist/source/latex/hyperref/test/testurl.tex | |
parent | 0b777811ed9a0adad9edc8c455789a7080217610 (diff) |
hyperref update (24may09)
git-svn-id: svn://tug.org/texlive/trunk@13445 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/test/testurl.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/test/testurl.tex | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/test/testurl.tex b/Master/texmf-dist/source/latex/hyperref/test/testurl.tex deleted file mode 100644 index d2a2a6f0b6d..00000000000 --- a/Master/texmf-dist/source/latex/hyperref/test/testurl.tex +++ /dev/null @@ -1,14 +0,0 @@ -\documentclass[11pt]{article} -\usepackage[]{color} -\usepackage[letterpaper,colorlinks,breaklinks,backref]{hyperref} -%\usepackage{url} %use as alternative to hyperref for testing -\newcommand{\myurl}[1]{{\url{{#1}}}} - -\begin{document} -\url{http://www.wmich.edu/mus-theo/etg/et_guide.html} %ok now with hyperref, ok with url -\myurl{http://www.wmich.edu/mus-theo/etg/et_guide.html} %fails with hyperref, ok with url - -\cite{THE} -\bibliographystyle{unsrt} -\bibliography{testurl}%fails with hyperref, ok with url -\end{document} |