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 current version of acmart raises an error saying that hyperxml must be loaded before hyperxmp.
Reason
hyperxmp v5.12 (released on 9/10/23) introduced the following requirement:
New in v5.12 hyperref must be loaded before hyperxmp.
This is because recent changes in hyperref and the LATEX
kernel prevent hyperxmp from hooking into hyperref’s internals
if hyperref is loaded first.
The following code shows how acmart loads hyperref and hyperxmp:
Summary
The current version of acmart raises an error saying that hyperxml must be loaded before hyperxmp.
Reason
hyperxmp v5.12 (released on 9/10/23) introduced the following requirement:
The following code shows how acmart loads hyperref and hyperxmp:
acmart/acmart.dtx
Lines 3474 to 3489 in ec4b7b0
Solution
Reverse the loading order of hyperref and hyperxmp.
The text was updated successfully, but these errors were encountered: