mathgen icon indicating copy to clipboard operation
mathgen copied to clipboard

In mathgen.pl::generate_bibtex, the compute_re can be moved out of the loop

Open m00shm00sh opened this issue 10 months ago • 0 comments

compute_re can be moved out of the loop by setting $rules->{"CITE_LABEL_GIVEN"} to 1 before the loop, recomputing re, then inside the loop setting the hashtable entry to [$clabel].

This has been tested in a local build to not introduce regressions and the issue exists mostly for the sake of attaching to a pull request.

m00shm00sh avatar Feb 28 '25 05:02 m00shm00sh