summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperref/test/test7.tex
blob: bce6eb5629a697e95f2b776b222a4a3792e3cfef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\documentclass{article}
\usepackage{hyperref}
\usepackage{times}
\begin{document}

\section{The first section}
hello
\newpage
\section{The second section}
\hypertarget{TestTarget}{goodbye}

\end{document}