summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviout-util/tests/flatnest.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dviout-util/tests/flatnest.tex')
-rw-r--r--Build/source/texk/dviout-util/tests/flatnest.tex30
1 files changed, 0 insertions, 30 deletions
diff --git a/Build/source/texk/dviout-util/tests/flatnest.tex b/Build/source/texk/dviout-util/tests/flatnest.tex
deleted file mode 100644
index 7d42b38aaca..00000000000
--- a/Build/source/texk/dviout-util/tests/flatnest.tex
+++ /dev/null
@@ -1,30 +0,0 @@
-% flatten nested annotation
-\documentclass[dvipdfmx]{article}
-\usepackage[colorlinks=true]{hyperref}
-\textwidth5cm
-\makeatletter
-\usepackage{etoolbox}
-\patchcmd{\@makecol}{%
- \color@begingroup
- \normalcolor
- \footnoterule
- \unvbox \footins
- \color@endgroup
-}{%
- \color@begingroup
- \normalcolor
- \special{pdf:nolink}%
- \footnoterule
- \unvbox \footins
- \special{pdf:link}%
- \color@endgroup
-}{}{}
-\makeatother
-
-\begin{document}
-A\footnote{CTAN web: \href{https://ctan.org/}{CTAN} here!}
-\vspace*{41\baselineskip}
-
-Text with link: \href{https://tug.org/}{TUG TUG TUG TUG
-TUG TUG TUG TUG TUG TUG TUG TUG TUG TUG TUG TUG} all done!
-\end{document}