From 051b7ffeaffdaf34ed1384a239cf0179aa59b932 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sat, 10 Apr 2021 10:47:10 +0200 Subject: JATS writer: add footnote number as label in backmatter Footnotes in the backmatter are given the footnote's number as a label. The articleauthoring output is unaffected from this change, as footnotes are placed inline there. Closes: #7210 --- test/writer.jats_archiving | 14 ++++++++------ test/writer.jats_publishing | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) (limited to 'test') diff --git a/test/writer.jats_archiving b/test/writer.jats_archiving index 1a9537a21..332b5d3fd 100644 --- a/test/writer.jats_archiving +++ b/test/writer.jats_archiving @@ -882,11 +882,12 @@ These should not be escaped: \$ \\ \> \[ \{ -

Here is the footnote. It can go anywhere after the footnote reference. - It need not be placed at the end of the document.

+

Here is the footnote. It can go anywhere after the + footnote reference. It need not be placed at the end of the document.

-

Here’s the long note. This one contains multiple blocks.

+

Here’s the long note. This one contains multiple + blocks.

Subsequent blocks are indented to show that they belong to the footnote (as with list items).

@@ -896,16 +897,17 @@ These should not be escaped: \$ \\ \> \[ \{ just indent the first line of each block.

-

This is easier to type. Inline notes may contain +

This is easier to type. Inline notes + may contain links and ] verbatim characters, as well as [bracketed text].

-

In quote.

+

In quote.

-

In list.

+

In list.

diff --git a/test/writer.jats_publishing b/test/writer.jats_publishing index b85816848..f53fd554d 100644 --- a/test/writer.jats_publishing +++ b/test/writer.jats_publishing @@ -882,11 +882,12 @@ These should not be escaped: \$ \\ \> \[ \{ -

Here is the footnote. It can go anywhere after the footnote reference. - It need not be placed at the end of the document.

+

Here is the footnote. It can go anywhere after the + footnote reference. It need not be placed at the end of the document.

-

Here’s the long note. This one contains multiple blocks.

+

Here’s the long note. This one contains multiple + blocks.

Subsequent blocks are indented to show that they belong to the footnote (as with list items).

@@ -896,16 +897,17 @@ These should not be escaped: \$ \\ \> \[ \{ just indent the first line of each block.

-

This is easier to type. Inline notes may contain +

This is easier to type. Inline notes + may contain links and ] verbatim characters, as well as [bracketed text].

-

In quote.

+

In quote.

-

In list.

+

In list.

-- cgit v1.2.3