Consider the following snippet of a PDF generated from pandoc
by way of latex
.
Were you able to identify the hypertext links in there? Neither was I... It turns out that the second Kaplan Meier
has a fully functional link to an external site. But how do we divine that?
Note that the following option is already in place in the pandoc
preamble - without which the hyperlink would not work at all:
link-citations: true
Short of a "real" solution I'll need to hack something to make hints for the links - possibly via font manipulations.
pandoc
template – Phototopography