emacs-humanities
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-humanities] Footnote on author


From: Juan Manuel Macías
Subject: Re: [emacs-humanities] Footnote on author
Date: Tue, 23 Jan 2024 10:52:17 +0000

Hi, Marvin,

Marvin Gülker writes:

> is it possible somehow to have a footnote on the author name? Like this:
>
> --8<---------------cut here---------------start------------->8---
> #+TITLE: Test
> #+AUTHOR: John Doe[fn:1]
> #+LANGUAGE: de
>
> Test Test.
>
> * Footnotes
>
> [fn:1] John Doe is an important researcher at some university.
> --8<---------------cut here---------------end--------------->8---

In LaTeX you can use the \thanks command with a macro:

#+macro: thanks @@latex:\thanks{$1}@@

#+TITLE: Test
#+AUTHOR: John Doe {{{thanks(John Doe is an important researcher at some 
university.)}}}
#+LANGUAGE: de

Test Test.

(Note that if there is a comma within the macro argument text, it must
be escaped like this "\,").


-- 
Juan Manuel Macías 

https://juanmanuelmacias.com

https://lunotipia.juanmanuelmacias.com

https://gnutas.juanmanuelmacias.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]