Hi. As far as I understand from the documentation, cite function and @citation syntax should automatically produce a link to the bibliography section. However, it’s not working for me (with custom csl style or with default style).
Do I need to turn it on explicitly? Does it depend on my references.bib? On the citation style?
@article{knuth:1984,
title={Literate Programming},
author={Donald E. Knuth},
journal={The Computer Journal},
volume={27},
number={2},
pages={97--111},
year={1984},
publisher={Oxford University Press}
}
I copy-pasted the first two lines from some template that I wanted to use. The first line #set text breaks the linking behaviour in 0.13.1 version, but this behaviour is restored in the dev version (Aug 1st 2025).
I think no clickable link is the expected result. If you set both top and bottom edge to baseline there is no area left where you can click.
It works differently in the current dev version (future 0.14), because of a bug fix (#6252).