Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PDF as link in foot note #20

Open
therealmaxmoon opened this issue Feb 23, 2022 · 1 comment
Open

Add PDF as link in foot note #20

therealmaxmoon opened this issue Feb 23, 2022 · 1 comment
Labels
investigating Issue under investigation

Comments

@therealmaxmoon
Copy link

therealmaxmoon commented Feb 23, 2022

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",

@VorpalBlade
Copy link
Owner

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 VorpalBlade added the investigating Issue under investigation label Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating Issue under investigation
Projects
None yet
Development

No branches or pull requests

2 participants