summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviout-util/tests/annot.tex
blob: 523bb297ee1dacb27b084d9b535956036317533f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
% page independence of annotation
\documentclass[a4paper,dvipdfmx]{article}
\usepackage[colorlinks=true]{hyperref}
\textheight3cm
\begin{document}
Here starts hyperlink:
\href{https://ctan.org/}{CTAN} ended.
\href{https://tug.org/}%
{TUG TUG TUG TUG TUG TUG TUG TUG TUG TUG TUG
 TUG TUG TUG TUG TUG TUG TUG TUG TUG TUG TUG}
Again starts hyperlink: \href{https://ctan.org/}{CTAN} all done!
\end{document}