-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Sometimes it seems useful to include an email address in the return-address block (maybe to suggest a way for faster exchange of messages or ...).
linl seems to get confused if an email address is added to the return-address. It marks the email address with a superscript 1 indicating a footnote but does not print a footnote (eg. email_in_return_address.pdf)
As far as I understood the process: pandoc's "markdown to latex" converts all email address to \href{mailto:...}{\nolinkurl{...}} and the linl template.tex tries to do footnotes instead of hotlinks.
I think there is no need for a footnote in case of email addresses but couldn't come up with a solution. I guess even the mailto and nolinkurl stuff could be done away with but have no clue how communicate this to pandoc