I have found that there is a reference to a now-nonexistent PDF at this page:
in a footnote at the very bottom, the link to Neng-Fa Zhou’s paper Declarative Loops and List Comprehensions for Prolog is broken. The correct link is
http://www.sci.brooklyn.cuny.edu/~zhou/papers/loops.pdf
Well, I wanted to move this to the bibliography.
So…
- I have modified
man/extensions.doc
with a\cite
entry. - I have changed
man/pl.bib
in my github clone (fun to read: How to not mess up your bibliographies with Bibtex: Manual curation is the only reliable approach to reference management … underspecification makes for a mess I reckon) - I have also managed to generate a
pl.bbl
file with the bibliography entries in TeX style and copied it toman/gen/swipl.bbl
(as described in How to obtain and use the .bbl file in my tex document for ArXiv submission?
However, rebuilding does not resolve the new \cite
entry, and to boot the pl.bbl
file contains a lot of entries now that were not in there before.
Clearly my work process is lacking in correctness.
How do I do it correctly?