You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The definition of \zdotfill uses \pdfsavepos without checking if luatex is being used like zref-savepos does. Here's an example that errors with luatex.
\documentclass{article}
\usepackage[dotfill]{zref}
\begin{document}
text\zdotfill text
\end{document}
The text was updated successfully, but these errors were encountered:
The definition of
\zdotfill
uses\pdfsavepos
without checking if luatex is being used like zref-savepos does. Here's an example that errors with luatex.The text was updated successfully, but these errors were encountered: