summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviout-util/tests/test.tex
blob: 9986af8d058fdc3e74f158eee92a5f68ef0f10ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
\documentclass[a4paper,dvipdfmx]{article}
\usepackage{color}
\usepackage[colorlinks=true]{hyperref}
\textheight3cm
\begin{document}
\Huge
white
\newpage
white
\newpage
\pagecolor{red}
red
\newpage
red
\newpage
red
\newpage
\pagecolor{white}
white
\newpage
black
\newpage
{\color{red}
red
\newpage
red
\newpage
red}
\newpage
black
\newpage
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}
Again starts hyperlink: \href{https://ctan.org/}{CTAN} all done!
\end{document}