When working with PDF builds, one of the big issues has been that I get into Unicode error issues, and so the scripts in this particular push help find all the non-ASCII Unicodes so that I can fix them manually. Also, another issue that shows up is with figure reference labels, which can be broken. And so, the fig_references script detects those and raises errors.
The references.bib file causes significant conflicts when multiple people work on their chapters. Therefore, we are dividing the references.bib file into individual chapters. This approach has its own drawbacks, such as the potential duplication of references. However, we can implement checks for this in the future. For now, this method reduces merge conflicts.
Better organization for the future to build a PDF etc. cause images need to be pulled from the right type for quality rendering. Currently, not being used but will be useful in the future and plus the organization now doesn't hurt by any means, only makes the "code" cleaner.
We put all the QMD files under their own directory structure. The directory contains the QMD file and also an images directory, so each chapter is now self-contained
As part of this reorg, I updated the links to images etc. to make sure they are all pointing to the right location