Incorrect spacing around markupcomments in appendix, when cleveref is loaded

Issue #2 resolved
aghsmith created an issue

Hi, an interesting one here, though I suspect it is easy to resolve.

If cleveref is loaded along with pdfcomment then in the appendix, incorrect spacing is placed around text highlighted with {{{\pdfmarkupcomment{<text>}{}}}}. Here's a simple example:

{{{ \documentclass{report} \usepackage{pdfcomment} \usepackage{cleveref}

\begin{document} Hello\pdfmarkupcomment{ }{}goodbye \appendix Hello\pdfmarkupcomment{ }{}goodbye \end{document} }}}

Comments (1)

  1. Log in to comment