cs3110 / textbook

The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
Other
720 stars 132 forks source link

Link to “Deletion: The curse of the red-black tree” not displayed #171

Closed cionx closed 4 months ago

cionx commented 7 months ago

The link to the paper “Deletion: The Curse of the Red-Black Tree” is not displayed in the textbook.

The current source code is as follows:

black height. For more, read their paper: [*Deletion: The Curse of the Red-Black
Tree* *Journal of Functional Programming*], volume 24, issue 4, July 2014.

[gm]: https://doi.org/10.1017/S0956796814000227

The current output in the textbook is as follows:

black height. For more, read their paper: [Deletion: The Curse of the Red-Black Tree Journal of Functional Programming], volume 24, issue 4, July 2014.

I also noticed that


I believe that the tag [gm] needs to be appended to the link text for the link to work. I would therefore hope that the following fixes the problem:

black height. For more, read their paper: [*Deletion: The curse of the red-black
tree*, *Journal of Functional Programming*][gm], volume 24, issue 4, July 2014.

[gm]: https://doi.org/10.1017/S0956796814000227

I currently don’t have the packages installed to build the textbook myself, so I cannot test this fix.

clarksmr commented 4 months ago

Thanks!