Open codydunne opened 3 months ago
The crossref errors are due to things being referenced before they appear in the body of the paper. I can't do much, they work in the end.
The "unable to resolve link target" is due to quarto including in the compilation a number of sub-files we have for the datasets, which do not end up being used in the final render. I would like to keep the files there because those are part of the general export we do from notion, and would be again exported with the same broken references whenever we update the data.
All the warnings below are shown by
quarto preview
andquarto publish
.These seem to be a dataset issue... @picorana did you miss them in a search & replace or something?
I'm not sure what is causing these but it seems to work in the end...:
I already fixed these, which are due to (1) needing new labels and (2) cross-references in quarto not going to inside collapsed blocks. You have to crossref the block, not any headings inside:
I also fixed this, due to a capitalization issue 🤦 .