On 04/02/2024 22:21, Ihor Radchenko wrote:

Another option is to have a new set of keywords:
#+LATEX_AUTHOR: <author with formatting goes here>
#+HTML_AUTHOR: ...

For multiple authors, we may introduce something like

#+AUTHOR: John Doe
#+AUTHOR+: Luke Skywalker

Another idea:

#+metadata:
- author ::
  - John Doe
  - Luke Skywalker
- title :: Some text

With overrides for specific backends

#+metadata: :backend latex
- author :: ....

Perhaps backends may declare if they support footnotes, etc. by defining some backend property.


Reply via email to