Am Freitag, 28. Juli 2017, 16:34:01 CEST schrieb Pablo Rodriguez:
On 07/28/2017 02:22 AM, Gerion Entrup wrote:
[...] 6. Multiple references I want to create the same footnote on multiple locations in the text. Therefore I used: ``` \setupinteraction[state=start]
\starttext This\footnote[letter-s]{"s" is a letter.} is\note[letter-s] a nons\note[letter-s]ens\note[letter-s]e text. \stoptext
``` But this uses different fonts for the number in the text. Is there a way to fix this or do it better?
Hi Gerion,
the easiest way is to disable bold in links:
\setupinteraction[state=start, style=]
Or I guess you would have to enable bold in the footnote reference numbers. Ah ok, then both types of references are treated different. Your solution works, thank you.
Gerion