Skip to content

footnote trouble with email in return-address #14

@rnuske

Description

@rnuske

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions