Bo Peng schrieb:
 > Could you elaborate? To what do these labels refer?

As a recent example, I got reviewers' comments for a submitted paper
and need to write a response that refers to the revised paper. I
marked reviewers' comments as 'comment_1_1', 'comment_3_10' etc and
inserted them as labels to my manuscript. One paragraph might have
several labels from the same or different reviewers. These labels make
it easy for me to know where my manuscript needs modification, and
more importantly, to refer to them from my response (using the xr
package, something I plan to support in 1.7.x).

you should use \marginpar with different colors for
the reviewers. Then it is obviously, what's going on
and there is no need for pagerefs.

eg, what we had in the LaTeX Graphics Companion:

\newcommand\hv[1]{\marginpar{\color{magenta}\small\itshape hv: #1}}
\newcommand\CKr[1]{\marginpar{\color{purple}\small\itshape CKr: #1}}
...

when the job is done, you can simply change the commands to
\newcommand\hv[1]{}
...

Herbert

Reply via email to