Skip to content

Instantly share code, notes, and snippets.

@wtsnjp
Created December 24, 2023 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtsnjp/330ad90fe1620edcfe609dc515e19101 to your computer and use it in GitHub Desktop.
Save wtsnjp/330ad90fe1620edcfe609dc515e19101 to your computer and use it in GitHub Desktop.
This doesn't work well
%#!xelatex
\tracingmacros=1
\documentclass{article}
\usepackage[right=15cm]{geometry}
\usepackage{lipsum}
\usepackage{amsmath}
\usepackage[color]{showkeys}
\definecolor{refkey}{gray}{.6}
\usepackage{wtref}
\newref{eq}
\usepackage{hyperref}
\begin{document}
\lipsum[1]
\begin{equation}
a + b = c\eqlabel{foo}
\end{equation}
\lipsum[2]
\end{document}
@wtsnjp
Copy link
Author

wtsnjp commented Dec 24, 2023

The problem is fixed in v1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment