hyperref
hyperref copied to clipboard
`\vnameref` with `nospace` option
\vnameref seems to be swapping the space position before and after the \nameref call when the varioref option nospace is active.
MWE:
\documentclass{article}
\usepackage[nospace]{varioref}
\usepackage{nameref}
\begin{document}
\section{Section 1}
\label{sec:section-1}
\clearpage{}
Foo\vnameref{sec:section-1}
\end{document}
Results in:

I added a space, this should fix this in the next version.
Thank you!