diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-01-29 09:42:25 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-01-29 09:51:20 +0100 |
commit | d82fe52a02e43d905f34830162def346d851fc5a (patch) | |
tree | e92b1b06c7b7b44a7f571548091fca75f8c91984 /doc | |
parent | 300b9b0ea365187240115afbfed0df7fa438a7b3 (diff) | |
download | pandoc-d82fe52a02e43d905f34830162def346d851fc5a.tar.gz |
JATS templates: tag author.name as string-name
The partitioning the components of a name into surname, given names,
etc. is not always possible or not available. Using `author.name` allows
to give the full name as a fallback to be used when `author.surname` is
not available.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jats.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/jats.md b/doc/jats.md index 362ae3bef..0faea8b06 100644 --- a/doc/jats.md +++ b/doc/jats.md @@ -33,6 +33,11 @@ Metadata Values See [`<given-names>`][elem:given-names]. + `name` + : full name of the author; included only as a fallback if + `author.surname` is not available. Tagged with + [`<string-name>`][elem:string-name]. + `email` : the contributor's email address. |