pelican-cite icon indicating copy to clipboard operation
pelican-cite copied to clipboard

Add PDF as link in foot note

Open therealmaxmoon opened this issue 2 years ago • 1 comments

I would like to link to the source (a pdf file), which is available online, but I can't figure out how links work. I use @ARTICLE and tried it with NOTE

Doing it in markdown or LaTeX doesn't work:

NOTE="[This is the pdf](https://someaddress.com/the_file.pdf)",

NOTE="\url(https://someaddress.com/the_file.pdf)",

NOTE="\href{https://someaddress.com/the_file.pdf}{This is the pdf}",

It is possible with the following line to add an url and link that url at the same time, but it doesn't work with predefined text:

URL="https://someaddress.com/the_file.pdf",

therealmaxmoon avatar Feb 23 '22 14:02 therealmaxmoon

I have not tested this myself. I'll look into it soon. I'm currently burned out and doing everything at less than usual speed so I can't make any promises about when though.

VorpalBlade avatar Feb 24 '22 13:02 VorpalBlade