<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">This doesn’t answer your question, I see you did that already, but since you are working with long lists, have you tried the outlines package?</div><div class=""><br class=""></div><div class=""><a href="https://www.ctan.org/tex-archive/macros/latex/contrib/outlines/" class="">https://www.ctan.org/tex-archive/macros/latex/contrib/outlines/</a></div><div class=""><br class=""></div><div class="">I have used it for relatively large outlines.  The package makes it easy to switch between bullets and numbers too.</div><div class=""><br class=""></div><div class="">This is an example of the environment:</div><div class=""><br class=""></div><div class="">\begin{outline}</div><div class="">\1 This is a first level item.</div><div class="">\1 This is also a first level item.</div><div class="">  \2 By using the 2, we are signifying a second level or indented item.</div><div class="">\1 now back to indent level 1.</div><div class="">\end{outline}</div><br class=""><div>— Stephen</div><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 9, 2018, at 6:01 AM, Sime Ungar <<a href="mailto:ungar@math.hr" class="">ungar@math.hr</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Answering my own question.<br class=""><br class=""><blockquote type="cite" class="">I have a rather long itemized list extending several pages, each \item labeled differently, and in other parts of my document I want to use \pageref to link (I am using the hyperref package) the page of the corresponding \item. The number of the respective page produced by \pageref is correct, but clicking the link opens the page of the first \item which is several pages before the correct page. This occurs regardless of whether I use MacTeX 2017 or 2018. How should I make the correct link?<br class=""></blockquote><br class="">Instead of itemize use enumerate, and if you do not want the numbers, instead of just \item use \item[$\bullet$].<br class="">Sorry for the unnecessary traffic.<br class=""><br class="">Best,<br class="">  Sime<br class="">----------- Please Consult the Following Before Posting -----------<br class="">TeX FAQ: <a href="http://www.tex.ac.uk/faq" class="">http://www.tex.ac.uk/faq</a><br class="">List Reminders and Etiquette: <a href="https://sites.esm.psu.edu/~gray/tex/" class="">https://sites.esm.psu.edu/~gray/tex/</a><br class="">List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" class="">http://dir.gmane.org/gmane.comp.tex.macosx</a><br class="">                <a href="https://email.esm.psu.edu/pipermail/macosx-tex/" class="">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br class="">TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" class="">http://mactex-wiki.tug.org/</a><br class="">List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" class="">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br class=""></div></div></blockquote></div><br class=""></body></html>