From 023468ea2d625516eb9ad6cef2240b2ac20091d4 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 18 Nov 2020 17:36:09 +0100 Subject: JATS writer: wrap all tables All `` elements are put inside `` elements, as the former are not valid as immediate child elements of ``. --- test/tables.jats_archiving | 224 +++++++++++++++++++++++---------------------- 1 file changed, 116 insertions(+), 108 deletions(-) (limited to 'test/tables.jats_archiving') diff --git a/test/tables.jats_archiving b/test/tables.jats_archiving index 70f71e384..30bacc2e8 100644 --- a/test/tables.jats_archiving +++ b/test/tables.jats_archiving @@ -39,40 +39,42 @@

Simple table without caption:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RightLeftCenterDefault
12121212
123123123123
1111
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RightLeftCenterDefault
12121212
123123123123
1111
+

Simple table indented two spaces:

@@ -148,79 +150,85 @@

Multiline table without caption:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.
+

Table without column headers:

- - - - - - - - - - - - - - - - - - - - - - - - - -
12121212
123123123123
1111
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
12121212
123123123123
1111
+

Multiline table without column headers:

- - - - - - - - - - - - - - - - - - - -
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.
+ + + + + + + + + + + + + + + + + + + + +
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.
+
-- cgit v1.2.3