Jean-Marc Lasgouttes schrieb:
"Bo Peng" <[EMAIL PROTECTED]> writes:

 Obviously I am one of those 1%, exactly with regard to the case you outlined:
 pageref to a given argumentation inside some longer section and paragraph.
 Why should we limit ourself wrt label use compared to LaTeX?
And there are reasons to have more than one references in a paragraph,
for example, ques:1_1, ques:1_2.

Could you elaborate? To what do these labels refer?

makes no real sense, but is possibile

\documentclass{article}
\usepackage[margin=6cm]{geometry}
\begin{document}

\vspace*{15cm}
Here\label{ref1} starts my paragraph with some nonsense text to
show how I can refer to some different labels in a paragraph.
The next label\label{ref2} is in the same paragraph and refers
to another page, which doesn't really make sense.

However, as I pointed out on page~\pageref{ref1} and then explained
more on detail on page~\pageref{ref2} blah blah and so on.
\end{document}

Herbert

Reply via email to