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
This package can be used with more or less any normal LATEX document by specifying in the
document preamble
\usepackage{hyperref}
Make sure it comes last of your loaded packages, to give it a fighting chance of not being
over-written, since its job is to redefine many LATEX commands.
I had this problem since the last time updating TeXLive.
After some debugging, it was found in my case that tabu has to be before biblatex package, as hyperref was introduced by my biblatex configurations.
\let\tabu@message@etime\relax from that link should fix the error, too.
I found a patch here today that fixes this bug, so please test it out.
MWE
In this example, if the load order
hyperref
precedestabu
, an error will be reported.The text was updated successfully, but these errors were encountered: