It is possible to make a hyperref to go to page x, but how we can define a custom anchor to go a destination line?
For example:
\documentclass{article}
\usepackage{lipsum}
\begin{document}
\lipsum[1]
\lipsum[2]
THE DESTINATION LINE (anchor x)
\lipsum[3]
\lipsum[4]
CLICK HERE (go to anchor x)
\lipsum[5]
\end{document}
How to click on CLICK HERE and goes to the DESTINATION LINE? I mean displaying THE DESTINATION LINE as the first line in the pdf reader.