diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-03-22 14:38:52 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-03-22 15:09:14 +0100 |
| commit | 4394fdf59c05b35d294eb67c4fab619687191ca7 (patch) | |
| tree | 644164b4b4872e450e94a85b9a89ad72630abae3 /test | |
| parent | 9053214fba2b4be05102f2f46157733e63947f92 (diff) | |
JATS writer: encode author "others" as `<etal/>`
Citeproc adopted the BibTeX convention to use the author name "others"
when there are additional authors that are not named. JATS uses the
`<etal>` element for this.
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/7042.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/command/7042.md b/test/command/7042.md index de0294da3..5c4b90d48 100644 --- a/test/command/7042.md +++ b/test/command/7042.md @@ -15,10 +15,11 @@ references: author: - family: Negidius given: Numerius + - literal: others container-title: Public Library of Tests id: access-date issued: 1911-10-03 - title: Entry with access date + title: Entry with access date and et al. type: article-journal - author: - family: Beethoven @@ -93,8 +94,9 @@ references: <element-citation publication-type="article-journal"> <person-group person-group-type="author"> <name><surname>Negidius</surname><given-names>Numerius</given-names></name> + <etal/> </person-group> - <article-title>Entry with access date</article-title> + <article-title>Entry with access date and et al.</article-title> <source>Public Library of Tests</source> <year iso-8601-date="1911-10-03">1911</year><month>10</month><day>03</day> <date-in-citation content-type="access-date"><year iso-8601-date="1999-01-22">1999</year><month>01</month><day>22</day></date-in-citation> |
