Closed cfr42 closed 10 months ago
Many thanks for the report! Can you confirm whether the fix works for you as well?
Many thanks for the report! Can you confirm whether the fix works for you as well?
The fix works for me, yes! Thanks very much. I'm afraid I wasn't online earlier. Will this be going to CTAN soonish? I guess this breaks quite a lot ....
The fix works for me, yes!
Fantastic! Many thanks again!
Will this be going to CTAN soonish?
Already there! ;-)
I guess this breaks quite a lot ....
It broke whenever one of the cited items used a font change command (which Memoize erroneously tried to expand to compute the context md5sum).
If the current versions of Memoize and Biblatex are loaded with current LaTeX, use of
\cite{}
in the document results in compilation failure following generation of bibliography by Biber. This is true whether\cite{}
occurs within or without memoized code and regardless of whether anything in the document is actually memoized. Simply loadingmemoize
with the default configuration is sufficient to generate the error.'Current' is detailed in the terminal output below. I'm using TeX Live updated yesterday (2024-01-20).
Compiled with
Attempting to recompile with
results in an error
Crude testing suggests the error occurs either at the end of the preamble or before/at/after
\begin{document}
.Complete terminal output from recompilation attempt:
Removing
memoize
enables successful compilation.