I want to assign individual anchors to a series of paragraphs with \hypertarget, so that each paragraph can be linked to with \hyperlink:
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\hypertarget{t000}{}000
\hypertarget{t001}{}001
\hypertarget{t002}{}002
...
\hypertarget{t100}{}100
\end{document}
But the page is overflowed:

How could I fix this, or what's the proper way to reference individual paragraphs? Thanks a lot!
\documentclass{...}and ending with\end{document}. – Feb 08 '15 at 10:04