summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/test/test7.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-08-20 00:16:44 +0000
committerKarl Berry <karl@freefriends.org>2006-08-20 00:16:44 +0000
commit81e85f9bb5875b6c3cd460112e26e715d8965004 (patch)
tree080f756dab293c38187e2cc6cde199e717f57433 /Master/texmf-dist/source/latex/hyperref/test/test7.tex
parent4cdec44e9893db7879eb9f2f34cfcbe52072abd0 (diff)
hyperref 6.75a (1aug06)
git-svn-id: svn://tug.org/texlive/trunk@1993 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/test/test7.tex')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/test/test7.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/test/test7.tex b/Master/texmf-dist/source/latex/hyperref/test/test7.tex
new file mode 100644
index 00000000000..bce6eb5629a
--- /dev/null
+++ b/Master/texmf-dist/source/latex/hyperref/test/test7.tex
@@ -0,0 +1,12 @@
+\documentclass{article}
+\usepackage{hyperref}
+\usepackage{times}
+\begin{document}
+
+\section{The first section}
+hello
+\newpage
+\section{The second section}
+\hypertarget{TestTarget}{goodbye}
+
+\end{document}