Closed koopa1338 closed 1 week ago
I could reproduce. I will look into it. I just recently introduced the used_only
flag, and I do believe it is an important feature, but I must not have ironed out all the kinks yet.
Thank you for this report.
I think I found the source of the issue and possibly a way to solve it. The problem seems to be using the update
function of a state inside a context and passing it a value instead of updating outside of a context and passing a function as described in this post on the forum. The fix works on a non-acrostiche version of the problem but I still need to find a way to integrate it in the package without breaking everything else or reverting to the old state system, hopefully.
I was able to reproduce the issue like this:
#lorem(200)
)#acr
using at least 2 different acronymsWhen compiling the document I get a warning:
This in itself isn't really an issue but the consequence is that the flag
used_only
will not work properly anymore and the index will only display one acronym definition.