ypuntot writes:
> Is it related with AUTHOR property?
> I am starting to add these properties to every book, and chapter of
> the book, that I study. I hope this doesn't lead to a suboptimal
> workflow.
>
> Doesn't this work?
>
> :PROPERTIES:
> :AUTHOR: García-Ael, Cristina and Pérez-Gar
Is it related with AUTHOR property?
I am starting to add these properties to every book, and chapter of the book,
that I study. I hope this doesn't lead to a suboptimal workflow.
Doesn't this work?
:PROPERTIES:
:AUTHOR: García-Ael, Cristina and Pérez-Garín, Daniel and Recio Saboya,
Patric
Max Nikulin writes:
>> Another option is to have a new set of keywords:
>> #+LATEX_AUTHOR:
>> #+HTML_AUTHOR: ...
> ...
> Another idea:
>
> #+metadata:
> - author ::
>- John Doe
>- Luke Skywalker
> - title :: Some text
>
> With overrides for specific backends
This implies that #+AUTHO
Max Nikulin writes:
> On 04/02/2024 22:21, Ihor Radchenko wrote:
>>
>> Another option is to have a new set of keywords:
>> #+LATEX_AUTHOR:
>> #+HTML_AUTHOR: ...
>>
>> For multiple authors, we may introduce something like
>>
>> #+AUTHOR: John Doe
>> #+AUTHOR+: Luke Skywalker
>
> Another idea:
>
On 04/02/2024 22:21, Ihor Radchenko wrote:
Another option is to have a new set of keywords:
#+LATEX_AUTHOR:
#+HTML_AUTHOR: ...
For multiple authors, we may introduce something like
#+AUTHOR: John Doe
#+AUTHOR+: Luke Skywalker
Another idea:
#+metadata:
- author ::
- John Doe
- Luke Skyw
Juan Manuel Macías writes:
> ... I think the basic problem is that org uses #+author, #+title, etc.
> as a single source for both the metadata strings and the exported
> format, i.e. the title, the author, the date that is printed somewhere.
>
> Perhaps the ideal would be to distinguish in some w
Ihor Radchenko writes:
> Juan Manuel Macías writes:
>
>> Sorry if this is off topic, but something like this:
>>
>> #+AUTHOR: Fred Astaire
>> #+AUTHOR: Ginger Rogers
>>
>> is exported to LaTeX as:
>>
>> \author{Fred Astaire Ginger Rogers}
>>
>> Shouldn't there be some separation? In LaTeX the usu